Last modified: 2014-05-11 10:17:26 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 T67155, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 65155 - <wbr> does not work in Internet Explorer 8+
<wbr> does not work in Internet Explorer 8+
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Interface (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: 1.24.0 release
Assigned To: Brion Vibber
:
Depends on:
Blocks: hackathon2014
  Show dependency treegraph
 
Reported: 2014-05-10 19:35 UTC by entlinkt
Modified: 2014-05-11 10:17 UTC (History)
2 users (show)

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


Attachments

Description entlinkt 2014-05-10 19:35:58 UTC
Support for Netscape's proprietary <wbr> tag was removed in IE 8 (2009-03-19) shortly before it was added to HTML5 (2010-04-02, http://html5.org/r/4956). The following makes it work in IE >= 8:

wbr {
	display: inline-block;
}

This can be put into skins/common/shared.css near the rule of the <mark> element.
Comment 1 Brion Vibber 2014-05-10 22:35:00 UTC
(Note commit ff74113bea for bug 52468 added <wbr> to the whitelist, for those of us who never heard of it.)
Comment 2 Gerrit Notification Bot 2014-05-10 22:56:26 UTC
Change 132750 had a related patch set uploaded by Brion VIBBER:
CSS style to make HTML5 <wbr> work on IE 8-11

https://gerrit.wikimedia.org/r/132750
Comment 3 Gerrit Notification Bot 2014-05-11 10:17:26 UTC
Change 132750 merged by jenkins-bot:
CSS style to make HTML5 <wbr> work on IE 8-11

https://gerrit.wikimedia.org/r/132750

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


Navigation
Links