Side navigation
#6116 closed bug (invalid)
Opened February 18, 2010 10:00AM UTC
Closed December 02, 2010 08:07AM UTC
FF error on: var computedStyle = defaultView.getComputedStyle( elem, null );
Reported by: | spinemelter | Owned by: | spinemelter |
---|---|---|---|
Priority: | undecided | Milestone: | |
Component: | css | Version: | 1.4.1 |
Keywords: | firefox getcomputedstyle | Cc: | |
Blocked by: | Blocking: |
Description
In Firefox 3.5 (Mac) I get the below error, but not in Safari (Mac).
Fel: uncaught exception: [Exception... "Could not convert JavaScript argument arg 0" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)" location: "JS frame :: http://localhost:8080/ma3-gibbon/incs/js/jquery-1.4.1.js :: anonymous :: line 4535" data: no]
Attachments (0)
Change History (8)
Changed February 18, 2010 10:15AM UTC by comment:1
component: | unfiled → css |
---|---|
resolution: | → invalid |
status: | new → closed |
Changed February 19, 2010 01:43PM UTC by comment:2
resolution: | invalid |
---|---|
status: | closed → reopened |
Ouch.. sorry! I totally forgot the example that I have.
klick the first "text-button" in the carousel in the bottom left corner (it says TrnComp_line). In Safari and Google Chrome it opens a table in the center pane, but FF 3.5.8 opens the table in a new window and in the Error console in FF I get the above error.
I run a Mac if that has anything to do with it.
Other info, don't know if that helps or anything...
The same plugin (ajaxify) that is used to open the text-button link in the center pane, is used in the "gear menu" (white and orange circle in the top left corner of the center pane). If you go into "Preferences" and then "Rearrage Favourites", it loads that page in the center pane. Actually it prints an error, I just saw, but it does that in the center pane... so, here it works in all browsers I've tried.
Changed February 20, 2010 12:38PM UTC by comment:3
Just tried it with jquery 1.3.2, and it worked, but not 1.4 and not 1.4.1.
Changed April 20, 2010 04:17PM UTC by comment:4
Bump?
Changed April 22, 2010 06:53AM UTC by comment:5
Same error with jQuery 1.4.2. Works on Safari and Chrome, but not Firefox.
Changed November 05, 2010 02:15PM UTC by comment:6
I believe I am getting this same error with jquery 1.4.3. Trying to set the offset of an element in Firefox.
Is there any update?
Changed November 12, 2010 12:49AM UTC by comment:7
owner: | → spinemelter |
---|---|
priority: | → undecided |
status: | reopened → pending |
Could you please provide a reduced test case on jsFiddle? Thanks!
Changed December 02, 2010 08:07AM UTC by comment:8
resolution: | → invalid |
---|---|
status: | pending → closed |
Automatically closed due to 14 days of inactivity.
Unfortunately I can't really do much without a test case - can you spot what triggered this particular error?
Please re-open the ticket if you do.