Page MenuHomePhabricator

IE presents the notifications indicator as a block
Closed, ResolvedPublic

Description

mw-badge-inline { display:inline-block; }

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

mw-badge-inline { display:inline; display:inline-block; }


Version: unspecified
Severity: normal

Details

Reference
bz47926

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:27 AM
bzimport set Reference to bz47926.
bzimport added a subscriber: Unknown Object (MLST).

tchay wrote:

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/

Looks like this would effect IE 7 and older as those browsers only support inline-block on elements that are inline by default.

Related URL: https://gerrit.wikimedia.org/r/61901 (Gerrit Change I2fce808e076671778010859e547d6544d060f31f)

Related URL: https://gerrit.wikimedia.org/r/61928 (Gerrit Change I2fce808e076671778010859e547d6544d060f31f)

Related URL: https://gerrit.wikimedia.org/r/61932 (Gerrit Change I2fce808e076671778010859e547d6544d060f31f)

GICodeWarrior wrote:

Not related to Extension:CSS. Switching "Product" to MediaWiki.

Should be fixed now (as soon as this scap is finished).