Edgewall Software

Changes between Version 2 and Version 3 of Ticket #10668, comment 8


Ignore:
Timestamp:
May 31, 2012, 3:11:50 PM (12 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10668, comment 8

    v2 v3  
    22> > That's a bit unfortunate, this character is there to avoid having the download icon and link split on different lines.
    33
    4 Using `content` css property (e.g. `content: "\00200b"`) also avoids the splitting. However IE6/7 don't support the property. And the text inserted by the property cannot be copied to clipboard, but excepted Opera.
     4Using `content` css property (e.g. `content: "\00200b"`) also avoids the splitting. However IE6/7 don't support the property. And the text inserted by the property cannot be copied to clipboard, but excepted Opera and IE.
    55
    66Replying to [comment:5 rblank]:
     
    99`.trac-rawlink { *zoom: 1 }` css hack avoids hiding the background image for an empty `<a></a>` pair on IE6/7.
    1010
    11 I worked in [da8e247214b2f565a84bcdae9657852d4b5dc0bd/jomae.git].
     11I worked in [changeset:d3e199d/jomae.git].
    1212
    13  - Works fine on Firefox 12, Chrome 19, Safari 5.1 and IE8 standard mode.
    14  - U+200B is copied on Opera 11. The icon and link aren't split.
     13 - Works fine on Firefox 12, Chrome 19 and Safari 5.1.
     14 - U+200B is copied on Opera 11 and IE8. The icon and link aren't split.
    1515 - The icon and link are split on IE6/7. U+200B isn't copied.
    1616