#4022 closed defect (fixed)
bottom of buttons cut off (IE6)
Reported by: | bill | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | dante, bill, Sam Foster | |
Blocked By: | Blocking: |
Description
On IE6 the bottom of some of the buttons are cutoff. Just see test_Button.html
Change History (5)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Cc: | dante bill added |
---|
comment:3 Changed 15 years ago by
Cc: | Sam Foster added |
---|
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
A workaround for this is to add the following line to tundra.css (~ line 52 under the .tundra .dijitButtonNode block)
.dj_ie6 .tundra .dijitButtonNode {
}
The actual problem seems to be something to do with the elements being display:inline, while also having top/bottom padding. It would be good to understand this fully, but this workaround should let us move on if necessary.