Page MenuHomePhabricator

"More" menu is almost invisible on MW 1.19 in Chrome
Closed, ResolvedPublic

Description

Screenshot

Today I noticed a problem on LQT pages such as this:
https://www.mediawiki.org/wiki/Thread:Talk:ResourceLoader/JavaScript_Deprecations/Deprecation_plan

The link "More" which should be displayed on the right side of each comment is badly positioned, probably since MediaWiki was updated to 1.19, making it (almost?) invisible. Currently it is very difficult to open the menu, to access the other links (History, Edit, Link to, Drag to new location).


Version: unspecified
Severity: normal
URL: https://www.mediawiki.org/wiki/Thread:Talk:ResourceLoader/JavaScript_Deprecations/Deprecation_plan

Attached:

More.png (324×294 px, 12 KB)

Details

Reference
bz34741

Event Timeline

Works for me. I set up a page on huwiki (which is still running 1.18 and has LQT) just in case you want to test more: https://hu.wikipedia.org/wiki/Szerkeszt%C5%91vita:MarkAHershberger

(In reply to comment #1)

Works for me. I set up a page on huwiki (which is still running 1.18 and has
LQT) just in case you want to test more:
https://hu.wikipedia.org/wiki/Szerkeszt%C5%91vita:MarkAHershberger

You tested with MediaWiki 1.18 and this bug is about MediaWiki 1.19. I'm confused.

Re-opening this for now. I see the broken behavior on mediawiki.org. I'll attach a screenshot.

(In reply to comment #2)

I'm confused.

/me too

I'm still seeing this using Google Chrome 17.0.963.56, not logged in, but it is normal on Firefox 10.

confirmed that it works on FF and is broken on Chrome

(In reply to comment #3)

I'll attach a screenshot.

I don't seem to be able to upload an attachment via Bugzilla very easily right now and there's a screenshot already attached, so I'm not going to bother with this.

(In reply to comment #4)

(In reply to comment #2)

I'm confused.

/me too

I'm still seeing this using Google Chrome 17.0.963.56, not logged in, but it is
normal on Firefox 10.

Aye, seems like a Chrome issue.

Created attachment 10110
opera display problems

While this is being fixed, check out the rendering on opera.

Attached:

untitled.png (63×212 px, 2 KB)

The 'More' is in a <div>... if I take the link outside the <div> then it formats in the expected place, but doesn't function.

Created attachment 10121
Provisional patch

Removing 'lqt-command-icon' style from the <div> and turning it into a <span> seems to resolve it...

Feels icky though, and I haven't tested in IE etc.

Attached:

fixed in r112660 in trunk. Tested in Chrome, FF, and ie7