#4975 closed defect (fixed)
IE: test_Button button style gets stuck on dragOut
Reported by: | haysmark | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In IE7:
- Open test_Button
- Click a button, and drag your mouse out of the button
- The "pressed" style gets partially stuck
For example, if you drag out of the custom styled buttons on the bottom, the text in the button remains blue. Button just needs a dragout event handler that works with IE.
Change History (3)
comment:1 Changed 13 years ago by
Owner: | set to bill |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Looks like an IE7 problem with the :hover tag being used in the test file (for the custom style). Seems to work OK for the button labeled "big". I'll update the test file to use dijitButtonHover, or maybe redefine baseClass to be Acme so we get styles like .AcmeHover?