Opened 16 years ago
Closed 15 years ago
#1666 closed defect (fixed)
Button disabled/enabled mouseover
Reported by: | guest | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When using a button widget, first disabling it programatically by setDisabled(true) and afterwards enabling it by setDisabled(false), the mouseover cursor remains the 'no.gif' image, as defined in the ButtonTemplate?.css, instead of becoming the default cursor. This behavior is not occuring all the time, sometimes it's OK. A run through the code of Button.js did not reveal any errors... Issue noticed on nightly build of 2006-09-28.
Change History (6)
comment:1 Changed 16 years ago by
Milestone: | → 0.4.1 |
---|
comment:2 Changed 16 years ago by
Owner: | changed from bill to Douglas Hays |
---|
comment:3 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:4 Changed 16 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
I was able to recreate the error on test_button.html (both FF2.0 and IE6 with latest SVN code):
- click the "disable all" button
- click the "change caption" button
- click the first button again (is now "enable all")
it looks like the cursor and the button content keep their "disabled" style
comment:5 Changed 15 years ago by
Milestone: | 0.4.1 → 0.9 |
---|
Note: See
TracTickets for help on using
tickets.
I made several attempts to recreate this and was unsuccessful using both IE6 and FF1.5 on WinXP. I need to know the platform, browser, and browser version that this happens on. A testcase would be nice if its not tests/widget/test_Button.html that has programmatic button disable/enabled baked in.