https://bugzilla.wikimedia.org/show_bug.cgi?id=72089
--- Comment #2 from Matt <[email protected]> --- I can reproduce it in Chrome on Arch Linux, but because of fonts, the critical size 668px. One pixel larger or smaller and the bug will not appear. I did some digging in the javascript, in the $.collapsibleTabs extension. In the expandCondition function, the width of the View History button is 83, and the width of the More button is 57. eleWidth + 1 - originalDropdownWidth = 27. The distance between the tabs is 27.45px, so it would appear as if there is enough space to expand. However, when the tab is expanded, they overlap by 0.32px. Therefore the actual difference in expanded width was 27.78, while the calculated difference was 27. I would suggest just keeping the tabs collapsed for one extra pixel by adding one to the calculated expansion width. Thanks for your help! -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
