Topic: Bug In Opera |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: |
posted 07-04-2009 08:45
My page htpp://redsplat.org/ doesn't work in Opera (it works in both Chrome and FF). As far as I can figure out it is because it runs both my fadeIn and fadeOut function on the same time. |
Paranoid (IV) Inmate From: Norway |
posted 07-05-2009 22:35
First of all, did you check the error console ( Tools > Avanced > Error Console ) ? Even better, did you enable the "stack trace" as mentioned " stacktrace: n/a; see opera:config#UserPrefs|Exceptions Have Stacktrace " in the error console to see exactly what and where the error is ? code: JavaScript - http://redsplat.org/ Unknown thread Error: name: TypeError message: Statement on line 57: Cannot convert undefined or null to Object stacktrace: Line 57 of linked script http://redsplat.org/script.js document.title='redsplat - '+document.getElementById('title').innerHTML; ... Which is fair considering that your page is invalid and you put an XML declaration right in the middle of the document. quote:
|
Paranoid (IV) Inmate From: Norway |
posted 07-06-2009 09:28 |
Nervous Wreck (II) Inmate From: |
posted 05-31-2011 11:07
Edit TP: spam removed
|