Ticket #1341 (closed bug: fixed)
jQuery 1.1.3 fails completely in Konqueror 3.5.5 !
| Reported by: | frando | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.1.4 |
| Component: | core | Version: | 1.1.3 |
| Keywords: | konqueror | Cc: | |
| Blocking: | Blocked by: |
Description
Konqueror always had its problems with Javascript and jQuery. With 1.1.2, most stuff worked, though. 1.1.3 now doesn't work at all. Everything fails. I think it doesn't even get unpacked correctly.
Here's what Konqueror reports when visiting jQuery.com (in the JavaScript errors window):
Error: http://code.jquery.com/jquery-latest.pack.js: TypeError: Null value Error: http://static.jquery.com/files/design/js/jqbrowser2.js: TypeError: Value undefined (result of expression jQuery.find) is not an object. Cannot be called. Error: http://static.jquery.com/files/design/js/jquery-site.js: TypeError: Value undefined (result of expression $(document).ready) is not an object. Cannot be called.
Change History
comment:2 Changed 6 years ago by batiste
Hello,
Compression slowness in konqueror have been fixed with Konqueror 3.5.7 but it's broken again.
Beside this I am not sure that javascript compression is realy a good idea :
comment:3 Changed 6 years ago by batiste
Hello again,
I toke 5 minutes this morning and I changed this line
version: b.match(/.+(?:rv|it|ra|ie|la)[\/: ]([\d.]+)/)[1],
In this one
version: b.match(/.+(?:rv|it|ra|ie|ml)[\/: ]([\d.]+)/)[1],
And jQuery seems to work again on Konqueror ...
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

It's not related to the packer, using the uncompressed version results in the same error.