Last modified: 2013-05-02 02:30:09 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 T49926, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 47926 - IE presents the notifications indicator as a block
IE presents the notifications indicator as a block
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Interface (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: Future release
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-05-01 13:02 UTC by Derk-Jan Hartman
Modified: 2013-05-02 02:30 UTC (History)
5 users (show)

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


Attachments

Description Derk-Jan Hartman 2013-05-01 13:02:24 UTC
mw-badge-inline { display:inline-block; }

Not all browsers support inline-block. Change it to:

mw-badge-inline { display:inline; display:inline-block; }
Comment 2 Terry Chay 2013-05-01 21:20:33 UTC
The suggestion here is a core change, not echo. Echo just uses a style in core.

BTW, there might be a better solution than simply display: inline because the issue is inline-block support is spotty in IE. c.f. http://foohack.com/2007/11/cross-browser-support-for-inline-block-styling/
Comment 3 Ryan Kaldari 2013-05-01 21:29:27 UTC
Looks like this would effect IE 7 and older as those browsers only support inline-block on elements that are inline by default.
Comment 4 Gerrit Notification Bot 2013-05-01 21:34:35 UTC
Related URL: https://gerrit.wikimedia.org/r/61901 (Gerrit Change I2fce808e076671778010859e547d6544d060f31f)
Comment 5 Gerrit Notification Bot 2013-05-01 23:49:14 UTC
Related URL: https://gerrit.wikimedia.org/r/61928 (Gerrit Change I2fce808e076671778010859e547d6544d060f31f)
Comment 6 Gerrit Notification Bot 2013-05-01 23:57:51 UTC
Related URL: https://gerrit.wikimedia.org/r/61932 (Gerrit Change I2fce808e076671778010859e547d6544d060f31f)
Comment 7 Rusty Burchfield 2013-05-02 02:06:29 UTC
Not related to Extension:CSS.  Switching "Product" to MediaWiki.
Comment 8 Ryan Kaldari 2013-05-02 02:30:09 UTC
Should be fixed now (as soon as this scap is finished).

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


Navigation
Links