Last modified: 2013-07-17 14:25:36 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T49942, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 47942 - Cannot choose "Unknown value" or "No value" for a statement with Monobook skin
Cannot choose "Unknown value" or "No value" for a statement with Monobook skin
Status: VERIFIED FIXED
Product: MediaWiki extensions
Classification: Unclassified
WikidataClient (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Wikidata bugs
: easy
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-05-01 16:30 UTC by Razvan Socol
Modified: 2013-07-17 14:25 UTC (History)
5 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Razvan Socol 2013-05-01 16:30:20 UTC
When using the default skin (Vector), one can choose "Unknown value" or "No value" for a statement, by clicking the small blue gear icon next on the left of the second text box. With the Monobook skin the icon appears black and nothing happens when you click on it.
Comment 1 Bartosz Dziewoński 2013-05-03 08:43:54 UTC
This is caused by the `self.repositionMenu();` call inside the 'click' event handler apparently not doing anything on Monobook - so the menu appears, but it's offscreen.

It probably depends on some brittle Vector functionality :(
Comment 2 Bartosz Dziewoński 2013-05-03 09:00:18 UTC
Actually, it's even simpler: it just needs a z-index of 3 (because div#content has a z-index of 2 in Monobook).

Just add this CSS snippet somewhere to fix it: .wb-snaktypeselector-menu { z-index: 3; } (I'm not doing that since I have no idea where would it go :) ).
Comment 3 Michał Łazowik 2013-07-08 13:32:08 UTC
Actually z-index: 2; is sufficient.
Comment 4 Gerrit Notification Bot 2013-07-08 14:11:54 UTC
Change 72516 had a related patch set uploaded by Michał Łazowik:
(bug 47942) Make .wb-snaktypeselector-menu visible on MonoBook

https://gerrit.wikimedia.org/r/72516
Comment 5 Gerrit Notification Bot 2013-07-08 20:11:21 UTC
Change 72516 merged by jenkins-bot:
Make .wb-snaktypeselector-menu visible on MonoBook

https://gerrit.wikimedia.org/r/72516
Comment 6 Marius Hoch 2013-07-08 20:12:26 UTC
Approved the change.
Comment 7 abraham.taherivand 2013-07-17 14:25:36 UTC
Verified in Wikidata demo time July 17th

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links