Hi,
I have found in the widget which you have developed, Please look into it and fix it so that we can continue using this fantastic widget.
Here are the steps to reproduce
1. Launch Stock monitor
2. Set for symbol(eg GOOG) for which you want the stock quote.
3. Go to Tools-> Advanced-> Error console and you find the following error
JavaScript - widget://localhost/C:/Documents%20and%20Settings/Administrator/Application%20Data/Opera/Opera10445/profile/widgets/Stock%20Monitor_9122_1.2.wgt/index.html
Unknown thread
Error:
name: TypeError
message: Statement on line 82: Cannot convert undefined or null to Object
Backtrace:
Line 82 of linked script widget://localhost/C:/Documents%20and%20Settings/Administrator/Application%20Data/Opera/Opera10445/profile/widgets/Stock%20Monitor_9122_1.2.wgt/js/script.js
document.getElementById("company_" + j).innerHTML = trim(data[1], "\"");
...
stacktrace: n/a; see 'opera:config#UserPrefs|Exceptions Have Stacktrace'
Bug Discussion
1 post
Log in at the top of the page to post a comment.
“Statement on line 82: Cannot convert undefined or null to Object”
Here is the stacktrace:
Line 82 of linked script widget://js/script.js
document.getElementById("company_" + j).innerHTML = trim(data[1], "\"");
I get this with only one company listed: OPERA.OL
By danaleks , # Aug 21, 2009 1:33:13 PM