#932 closed defect (fixed)
single click on Checkbox fires 2 onclick events on DOM node
Reported by: | klinec | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
_events array property of Checkbox widget contains "onclick" string twice. Please remove one.
Also you may reconsider implementig issue described here: http://forums.opensymphony.com/thread.jspa?messageID=65911#65911
Thanks
Attachments (2)
Change History (5)
Changed 15 years ago by
Attachment: | checkbox1.diff added |
---|
Changed 15 years ago by
Attachment: | checkbox1.2.diff added |
---|
Correct diff file that fixed double "onClick" event in _events array
comment:1 Changed 15 years ago by
I wasnt working off the latest Checkbox.js the first time, and I couldnt replace the file due to insufficient privs... so it got renamed to 1.2 :/ sorry about that :)
-Karl
comment:2 Changed 15 years ago by
Milestone: | → 0.3.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
OK, I removed the extra "onclick" but I'm still seeing strange behavior on IE (but Adam has filed a separate bug for this)
Change [4319].
Note: See
TracTickets for help on using
tickets.
Removed 1 onClick event from events array