Ticket #1666 (closed defect: fixed)

Opened 2 years ago

Last modified 22 months ago

Button disabled/enabled mouseover

Reported by: guest Owned by: doughays
Priority: normal Milestone: 0.9
Component: Widgets Version: 0.3
Severity: normal Keywords:
Cc:

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

Changed 2 years ago by dylan

  • milestone set to 0.4.1

Changed 2 years ago by bill

  • owner changed from bill to doughays

Changed 2 years ago by doughays

  • status changed from new to closed
  • resolution set to worksforme

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.

Changed 2 years ago by jan831@…

  • status changed from closed to reopened
  • resolution deleted

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

Changed 22 months ago by doughays

  • milestone changed from 0.4.1 to 0.9

Changed 22 months ago by doughays

  • status changed from reopened to closed
  • resolution set to fixed

(In [7083]) Fixes #1987, #1666, #2148.

Note: See TracTickets for help on using tickets.