1 | | Checkboxes 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. |
| 1 | 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: |
| 2 | |
| 3 | [[Image(misaligned_checkbox.png)]] |
| 4 | |
| 5 | The misalignment gets worse as the text size increases. |
| 6 | |
| 7 | To reproduce: |
| 8 | |
| 9 | * open dijit/tests/form/test_CheckBox.html in FF2 |
| 10 | * increase the text size with ctrl-+ |
| 11 | * click on the checkbox |
| 12 | * to highlight the input in Firebug, open the HTML view and hover over the <input> element with the mouse |