Edgewall Software

Changes between Initial Version and Version 1 of Ticket #10668, comment 8


Ignore:
Timestamp:
May 29, 2012, 7:47:57 PM (12 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10668, comment 8

    initial v1  
    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]. Thoughts?
     11I worked in [da8e247214b2f565a84bcdae9657852d4b5dc0bd/jomae.git].
     12
     13 - Works fine on Firefox 12, Chrome 19 and Safari 5.1.
     14 - U+200B is copied on Opera 11. The icon and link aren't split.
     15 - The icon and link are split on IE6/7. U+200B isn't copied.
     16
     17Thoughts?