#6178 closed defect (fixed)
Button: mismatched fonts (IE)
Reported by: | bill | Owned by: | nonken |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit - LnF | Version: | 1.1b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
On the mail demo the fonts for the buttons don't match:
Reproduced on IE6, IE7.
Maybe related to #6150 although in this case my browser font settings are normal.
Attachments (1)
Change History (10)
Changed 13 years ago by
Attachment: | mismatchedFonts.gif added |
---|
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
Component: | Dijit → Dijit - LnF |
---|
comment:3 Changed 12 years ago by
comment:5 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 1.2 → 1.3 |
Status: | new → assigned |
I wasn't able to pinpoint the source of the issue but it seems to be table related. We also have general sizing issues with the ComboButton? which need to be addressed in a general button overhaul.
comment:6 Changed 12 years ago by
Milestone: | 1.3 → 1.4 |
---|
comment:7 Changed 11 years ago by
Milestone: | 1.4 → 1.5 |
---|
comment:8 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I think the problem was because some of the Button widgets used <button> nodes and others didn't. In any case, now that we've converted all the Button widgets to just use <span> and <div> (except for ComboButton that's still a <table>), the fonts appear the same on IE6.
comment:9 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
screenshot