#4507 closed defect (fixed)
Checkbox images are misaligned with their inputs with large text on FF
Reported by: | simonjb | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Checkbox images are misaligned with their corresponding input elements with large text on FF. With the effect that clicking on the image does not toggle the checkbox. Instead one must click below the image on the hidden input. Here is a screenshot with the hidden input highlighted (by Firebug) below the checkbox image:
The misalignment gets worse as the text size increases.
To reproduce:
- open dijit/tests/form/test_CheckBox.html in FF2
- increase the text size with ctrl-+
- click on the checkbox
- to highlight the input in Firebug, open the HTML view and hover over the <input> element with the mouse
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | misaligned_checkbox.png added |
---|
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Summary: | Checkboxes images are misaligned with their inputs with large text on FF → Checkbox images are misaligned with their inputs with large text on FF |
comment:2 Changed 14 years ago by
Owner: | set to Douglas Hays |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [10733]) Fixes #4507. Changed the background images to be centered.