#3940 closed defect (wontfix)
vertical slider label misalignment on big font
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
On FF2 (at least on mac), on test_Slider.html, increase the font size (ctrl-+ or command-+ on the mac), and the labels on the right side of the vertical scrollbar will go below the tic marks (rather than to the right like they should ).
Looking at the HTML shows that the tic marks and labels are in the same <td>, with the tic marks having float: left. Should probably just have separate <td>s. That probably works better for BIDI too, to not use floats.
Change History (2)
comment:1 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
This is a FF2 rendering/zoom problem that has already been fixed in FF3 but the fix won't be backported to FF2. The workaround is to do another ctrl+ followed by a ctrl- and everything is rendered OK.
https://bugzilla.mozilla.org/show_bug.cgi?id=387727