Ticket #12580 (closed bug: duplicate)
use of non-function object or value as a function
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.8.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
old konqueror browser v 4.5.5 reports error with jquery 1.8
use of non-function object or value as a function
1.8.0 line 9017: box = elem.getBoundingClientRect(); 1.8.1 line 9091: box = elem.getBoundingClientRect();
Change History
comment:1 Changed 8 months ago by rwaldron
- Status changed from new to closed
- Resolution set to wontfix
comment:2 Changed 8 months ago by dmethvin
- Status changed from closed to reopened
- Resolution wontfix deleted
comment:3 Changed 8 months ago by dmethvin
- Status changed from reopened to closed
- Resolution set to duplicate
Duplicate of #12536.
The thrown error should be gone in 1.8.2, you can check it at http://code.jquery.com/jquery-git.js. That makes jQuery usable under Konq for many pages. However, as the dup ticket says, the .offset() method won't report correct values in all cases. Since Konqueror is not a supported browser this wouldn't be considered a bug we should fix.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Currently, jQuery does not support the Konqueror browser