xxtbg / vboxweb

Automatically exported from code.google.com/p/vboxweb
MIT License
0 stars 0 forks source link

[Chrome] Javascript error on load #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using Chrome as browser
2. Log in the web console

What is the expected output? What do you see instead?
You except the VMs list to be populated, while it is not

What version of the product are you using? On what operating system?
trunk / chrome / debian

Please provide any additional information below.
This is due to the use of "debugger" keyword in
   ./www/static/js/VirtualBox_Main.js
See attached diff for working patch.

What is done :
 this.jsonObject.debugger => error
 this.jsonObject['debugger'] => no error

Original issue reported on code.google.com by geompse@gmail.com on 20 Mar 2010 at 12:27

Attachments:

GoogleCodeExporter commented 9 years ago
I tested this change and it works.  Fixes my duplicate bug (Bug #52).

Original comment by dutko.a...@gmail.com on 8 Jun 2010 at 12:07

GoogleCodeExporter commented 9 years ago
Thanks man!
But RDP console is still missing.

Original comment by luka.lod...@gmail.com on 23 Jun 2010 at 4:49

GoogleCodeExporter commented 9 years ago
luka.lodrant ... Everything is displays except the RDP console?

Original comment by dutko.a...@gmail.com on 23 Jun 2010 at 5:35

GoogleCodeExporter commented 9 years ago

Original comment by achim.ha...@gmail.com on 26 Aug 2010 at 2:18