Closed (fixed)
Project:
External Links
Version:
7.x-1.16
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2009 at 08:22 UTC
Updated:
15 May 2014 at 06:00 UTC
Jump to comment: Most recent
Comments
Comment #1
quicksketchIt is possible to do this through CSS, but it will cause display problems in IE6. See #132614: strange graphic placement when link wraps line.
Comment #2
elachlan commentedAs stated in #1, because drupal supports IE6 in D7, we can't implement this.
We will probably fix it in 8.x, which supports IE8+.
Comment #3
quicksketchLet's reconsider this, considering IE6 (and IE7) support is <1% at this point.
Comment #4
elachlan commentedSounds good to me!
Comment #5
quicksketchHeh, and it also looks like #2124457: compatibility of jquery >=1.9 removed IE6/7 compatibility anyway. :)
Comment #6
quicksketchThis has been implemented as part of #2255295: Improve compatibility with screen readers. Essentially we just replaced the $.after() with $.append().