Side navigation
#4796 closed bug (invalid)
Opened June 20, 2009 03:01PM UTC
Closed October 12, 2009 12:10AM UTC
Firefox Error: K.style is undefined
Reported by: | Chaz6 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In Mozilla Firefox 3.5 I get the following error and the script does not run. The page uses XHTML 1.1 and Firefox is using standards compliance mode.
Error: K.style is undefined
Source File: http://www.chaz6.com/js/jquery.min.js
Line: 19
Example page: http://www.chaz6.com/test/chaz6-jquery.xml
Attachments (0)
Change History (4)
Changed June 20, 2009 03:09PM UTC by comment:1
Changed June 20, 2009 09:29PM UTC by comment:2
Changing the content-type to application/xhtml+xml seems to fix it, and I also tried using QtWebKit, which exhibits the same behavior.
http://www.chaz6.com/test/chaz6-jquery.xml - broken
vs.
Changed August 07, 2009 05:38PM UTC by comment:3
need: | Review → Test Case |
---|---|
priority: | major → minor |
Please attach a simple test case.
Changed October 12, 2009 12:10AM UTC by comment:4
resolution: | → invalid |
---|---|
status: | new → closed |
Sounds like the problem was resolved. In the future, please submit bugs with a test case, and use the uncompressed version of jQuery.
I also tried with Firefox 3.0.11 and the error is the same.