#1584 closed defect (fixed)
checkbox image is not properly displayed in IE with a large font
Reported by: | liucougar | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
- In IE menu: View -> Font Size -> select the largest font
outcome: look at the image for the checkbox, a portion from another part of the aggregated image is shown
the problem is that the inline-block in IE always occupys the full height of the parent node: it just ignores the height set on it
Change History (3)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [5945]) fixes #1584: checkbox image is not properly displayed in IE with a large font clicking on label toggles checkbox now