Opened 15 years ago
Closed 15 years ago
#3717 closed bug (invalid)
Clicking on Disabled Slider Intermitternatly Crashes IE7
Reported by: | Gunner | Owned by: | flesler |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | unfiled | Version: | 1.2.6 |
Keywords: | UI Slider Disabled | Cc: | Gunner |
Blocked by: | Blocking: |
Description
If you click multiple times on or around (give or take a few pixels) on a disabled slider, then intermittanity say every 6th or 7th click it will crash on this line in the libary:
(ln19 on UI 1.5.3) self.currentHandle.data("mouse").trigger(e)
with this message in Visual Studio JS debugger:
"Microsoft JScript runtime error: 'self.currentHandle' is null or not an object"
Attachments (1)
Change History (2)
Changed 15 years ago by
Attachment: | WebSite2.zip added |
---|
comment:1 Changed 15 years ago by
Cc: | Gunner added |
---|---|
Resolution: | → invalid |
Status: | new → closed |
This belongs to the UI Bug Tracker.
Note: See
TracTickets for help on using
tickets.
Code that reproduces the bug