Side navigation
#12580 closed bug (duplicate)
Opened September 20, 2012 02:44PM UTC
Closed September 20, 2012 03:08PM UTC
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: | ||
Blocked by: | Blocking: |
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();
Attachments (0)
Change History (3)
Changed September 20, 2012 02:47PM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
Changed September 20, 2012 03:06PM UTC by comment:2
resolution: | wontfix |
---|---|
status: | closed → reopened |
Changed September 20, 2012 03:08PM UTC by comment:3
resolution: | → duplicate |
---|---|
status: | reopened → closed |
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.
Currently, jQuery does not support the Konqueror browser