Fank / jira-chrome-extension

Automatically exported from code.google.com/p/jira-chrome-extension
0 stars 0 forks source link

Console.Log throws an exception at jira.js #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open Google Chrome 11.0.696.60
2. Click the extension icon at the toolbar 

What is the expected output? What do you see instead?

Expected - Tabs with filters. Instead one sees an empty space

What version of the product are you using? On what operating system?

'Manage extensions' says that 1.5.10  

Please provide any additional information below.

If you goto 'Inspect popup...' you will see that console.log method is throwing 
the exception 'TypeError: Array.prototype.toString is not generic .' I have 
temporary removed console.log(b) call from the jira.js in a deployed extension 
and it works

Original issue reported on code.google.com by alexander.lukyantsev on 4 May 2011 at 8:25

GoogleCodeExporter commented 8 years ago
Yeah, I've fix it in 1.5.11 - weird behavior of stable release. This line do 
not throws any exception in dev channel of Chrome

Original comment by andry.virvich on 7 May 2011 at 1:45