Opened 14 years ago
Closed 14 years ago
#4796 closed bug (invalid)
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
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
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. http://www.chaz6.com/test/chaz6-jquery.xhtml - works
comment:3 Changed 14 years ago by
need: | Review → Test Case |
---|---|
Priority: | major → minor |
Please attach a simple test case.
comment:4 Changed 14 years ago by
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.