soscripted / sox

Stack Overflow Extras: a userscript for the Stack Exchange websites to add a bunch of optional toggle-able features
http://stackapps.com/q/6091/
MIT License
72 stars 15 forks source link

Ballot box in moderator election is hidden #502

Closed ooker777 closed 1 year ago

ooker777 commented 1 year ago

https://literature.stackexchange.com/election

Without SOX: image

With SOX: image

I'm on Firefox 111.0.1, SOX 2.8.4dev on Tampermonkey

shu8 commented 1 year ago

Thanks for the bug report. Unfortunately, I don't have 150 rep on Literature so can't try this myself. Do you know if there are any other sites with an active election?

In any case, please could you paste your current enabled settings here so I can try finding which feature is causing it (I suspect it will be one of the 'sidebar'-related features). This list should have been auto-populated in your GH issue when you started creating it.

ooker777 commented 1 year ago

Unfortunately there is no site which I'm participating that currently having election. The setting wasn't uto-populated when I started the issue. Here it is:

["Appearance-addAuthorNameToInboxNotifications","Appearance-answerTagsSearch","Appearance-colorAnswerer","Appearance-highlightQuestions","Appearance-localTimestamps","Appearance-metaChatBlogStackExchangeButton","Appearance-standOutDupeCloseMigrated","Appearance-tabularReviewerStats","Appearance-topAnswers","Appearance-unspoil","Appearance-addTimelineAndRevisionLinks","Appearance-showTagWikiLinkOnTagPopup","Appearance-hideWelcomeBackMessage","Comments-autoShowCommentImages","Comments-commentReplies","Comments-commentShortcuts","Comments-confirmNavigateAway","Comments-copyCommentsLink","Comments-moveBounty","Comments-showCommentScores","Comments-hiddenCommentsIndicator","Editing-addSBSBtn","Editing-editComment","Editing-editReasonTooltip","Editing-findAndReplace","Editing-kbdAndBullets","Editing-inlineEditorEverywhere","Flags-flagOutcomeTime","Flags-flagPercentages","Flags-flagPercentageBar","Sidebar-hideCommunityBulletin","Sidebar-hideHireMe","Sidebar-hideLoveThisSite","Sidebar-linkedToFrom","Sidebar-hotNetworkQuestionsFiltering","Chat-chatEasyAccess","Chat-replyToOwnChatMessages","Chat-renameChat","Extras-linkedPostsInline","Extras-parseCrossSiteLinks","Extras-quickAuthorInfo","Extras-shareLinksMarkdown","Extras-sortByBountyAmount","Extras-copyCode","Extras-openLinksInNewTab","Extras-addOnTopicLinkToSiteSwitcher","Extras-customMagicLinks"]
shu8 commented 1 year ago

So this was being caused by the Sidebar-hideCommunityBulletin ("Hide the Community Bulletin module") feature. You can confirm it on https://literature.stackexchange.com/election/2 -- if you disable that feature you will see something like this in the sidebar:

image

but with it enabled, it won't be there.

It should now be fixed in dev v2.8.5!

(for future reference for myself, https://meta.stackexchange.com/questions/287521/what-current-moderator-elections-are-happening is useful!)