#959 closed bug (fixed)
.events needs be changed
Reported by: | john | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | event | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you have an element with an ID of 'events', it can really bork up how events are handled. An example here: http://commingled.com/proto/test.html
This is because document.events is actually a reference to the DOM Element with that ID. We should change it to something that you can't make with a normal ID.
Note: See
TracTickets for help on using
tickets.
Fixed in SVN rev [1373].