Side navigation
#6210 closed bug (invalid)
Opened March 03, 2010 09:55AM UTC
Closed March 03, 2010 03:26PM UTC
binded event do not work when call dom element 's fireEvent
Reported by: | aruanruan | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | event | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
first sorry for my last invalid ticket.
when i upgrade to version 1.4.2, DOM element method fireEvent in ie does not working , it works ok in 1.3.1, that is i have bind a event on a textbox 's click, when i use $('#textbox')[0].fireEvent("onclick"), my event handler do not triggered.
Attachments (0)
Change History (1)
Changed March 03, 2010 03:26PM UTC by comment:1
component: | unfiled → event |
---|---|
resolution: | → invalid |
status: | new → closed |
You should be doing: $("#textbox").click() - jQuery will take care of the event triggering for you and across all browsers as well.