#9712 closed defect (fixed)
Spinner arrows not always showing on IE6
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit - Form | Version: | 1.2.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Run http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/test_Spinner.html usng IE6. The arrows are not showing up. Seems to have started in 1.2.0. It appears to be a timing problem since it works on my local web server. Everything seems to work OK in IE7 and 8.
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [19841]) Fixes #9712. Resize the arrow buttons during postCreate since onresize doesn't always fire on IE6.