Side navigation
#959 closed bug (fixed)
Opened February 14, 2007 07:53PM UTC
Closed February 19, 2007 01:56AM UTC
Last modified June 20, 2007 06:38AM UTC
.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.
Attachments (0)
Change History (1)
Changed February 19, 2007 01:56AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in SVN rev [1373].