Opened 15 years ago
Closed 14 years ago
#2400 closed bug (invalid)
error message: event.type has no properties
Reported by: | jrieks | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 1.2.4 |
Component: | event | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In a greasemonkey script, I get "event.type has no properties" when I reload the page. The attached patch makes sure that event.type is defined.
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | event.js.diff added |
---|
comment:1 Changed 15 years ago by
need: | Commit → Test Case |
---|
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
The changes to jQuery 1.3 events have mooted this, I think.
Note: See
TracTickets for help on using
tickets.
Can you provide a test case showing how you get the error?