Issue 3623: Uncaught TypeError: Cannot convert object to primitive value
native runtime.js (line 283)
http://code.google.com/p/chromium/issues/detail?id=3623
New issue report by waters.simon:
Chrome Version : 0.2.149.30
URLs (if applicable) : www.350.com/cp/files
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari 3: OK
Firefox 3: OK
IE 7: OK
What steps will reproduce the problem?
1. Visit the URL
2. Login if required
3.
What is the expected result?
The page controls (new folder, upload, etc) are activated by JavaScript
that runs when the page loads, changing them from text to a nice green
colour.
What happens instead?
If an error occurs in the JavaScript the buttons don't turn Green. This
happens whenever I mess up as a developer on the site.
With Google Chrome it sometimes(!) fails before enabling the buttons and
reports the error:
Uncaught TypeError: Cannot convert object to primitive value native
runtime.js (line 283)
Since it works reliably in Safari I assume a JavaScript issue due, or
revealed by, the v8 javascript engine.
Please provide any additional information below. Attach a screenshot if
possible.
As far as I can establish "runtime.js" is part of Google Chrome, and line
283 is in the "INSTANCE_OF" Javascript function.
I'm unclear what is best step to take here to resolve the issue further to
make our application run in Google Chrome. I suspect we are doing something
wrong, but with the error reported in internal Chrome Code it seems Chrome
probably ought to catch the exception and report it better.
Issue attributes:
Status: Unconfirmed
Owner: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-Misc
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---