#10972 closed defect (duplicate)
[cla][patch] DateTextBox .dijitSpacer -- IE7 flicker
Reported by: | Jonathan Bond-Caron | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit - Form | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
To reproduce, using IE7: dijit/tests/form/test_DateTextBox.html
When 'mouseover' the calendar dates, the popup increases height by 1 pixel.
This fixes it: dijit\themes\dijit.css
.dijitSpacer {
/* don't display it, but make it affect the width */
position: relative;
height: 1px;
+ font-size:1px;
overflow: hidden; visibility: hidden;
}
Change History (3)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.5 |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
OK great, yes I think this was handled in another ticket the Doug fixed.
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Can be closed, this was fixed in trunk...