Side navigation
#506 closed bug (worksforme)
Opened December 14, 2006 08:12PM UTC
Closed December 20, 2006 03:21AM UTC
Last modified June 19, 2007 06:50AM UTC
event error in 1.0.4
Reported by: | nedarb@gmail.com | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1a |
Component: | event | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I get the following error only in Firefox 2.0 when I register a function on $(document).ready():
[ERROR]
event has no properties
fix(undefined)jquery.js (line 1024)
handle(undefined)jquery.js (line 986)
onload()reflection.js (line 170)
[Break on this error] event.preventDefault = function() {
[END ERROR]
Attachments (0)
Change History (4)
Changed December 15, 2006 03:00AM UTC by comment:1
component: | fx → event |
---|
Changed December 16, 2006 12:34AM UTC by comment:2
The error is when you use the Reflection.js class in conjunction with jQuery.
Changed December 20, 2006 03:21AM UTC by comment:3
resolution: | → worksforme |
---|---|
status: | new → closed |
I have built a test case using the reflections.js testsuite.html and REV 737 of jQuery. I added a click event to each img.reflect to alert the class name of the element in $(document).ready(). I was unable to reproduce the error.
Please feel free to reopen with a test case.
Changed December 20, 2006 03:22AM UTC by comment:4
Forgot to post the link to the test case I setup: http://brandon.jquery.com/testing/reflections/testsuite.html
An example page would be nice. What is reflection.js?