pcirella / dynatree

Automatically exported from code.google.com/p/dynatree
0 stars 0 forks source link

Possible fix for wrong displayed icons in Firefox #237

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In firefox, when the line-height of the page is changed, the icons are rendered 
incorrect.

To solve this issue, add the following line to the css file:

ul.dynatree-container
{
line-height: 1em; /* fixes website where the default line-height is altered */
}

Original issue reported on code.google.com by kevinvan...@gmail.com on 19 Oct 2011 at 12:21

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This issue hsa been confirmed in FireFox 7.0.1.

However, the fix didn't work for me on child nodes.  They still displayed the 
issue.

Adding the suggested css to the span.dynatree-node css block fixed the issue 
for both parent and child elements.

Original comment by m...@pennerfamily.org on 14 Nov 2011 at 9:55

GoogleCodeExporter commented 9 years ago

Original comment by moo...@wwwendt.de on 14 Nov 2011 at 7:02

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r540.

Original comment by moo...@wwwendt.de on 23 Dec 2011 at 2:51