darkjonter / jira-chrome-extension

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

Uncaught TypeError: Cannot call method 'getItem' of undefined in jira.servers.js:55 #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Click 'Options' for extension
2. Click 'Add Server' button

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

I expect to be able to add a server, but two JS console messages are generated 
instead:
-------------------------------
event.layerX and event.layerY are broken and deprecated in WebKit. They will be 
removed from the engine in the near future.
-------------------------------
js/jira.servers.js:55 Uncaught TypeError: Cannot call method 'getItem' of 
undefined
  JiraServer.getItemjs/jira.servers.js:55
  JiraServerjs/jira.servers.js:77
  addServeroptions.js:395
  d.event.handlejquery-1.5.1.min.js:16
  d.event.add.k.handle.m
-------------------------------

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

18.0.1025.168 (Developer Build 134367 Linux) Ubuntu 11.10

Original issue reported on code.google.com by brent...@dorm.org on 19 Jul 2012 at 3:36

GoogleCodeExporter commented 9 years ago
Sorry, forgot to include I'm using version 2.0.0.4

Original comment by brent...@dorm.org on 19 Jul 2012 at 3:37

GoogleCodeExporter commented 9 years ago
I have got this problem too. To workaround this i have installed older version 
of the plugin 
http://code.google.com/p/jira-chrome-extension/downloads/detail?name=jassist-2.0
.0.2.crx .

Original comment by jiri.du...@gmail.com on 6 Aug 2012 at 7:07

GoogleCodeExporter commented 9 years ago
did you try fresh install? e.g. remove the extension, restart browser and 
install again?

Original comment by andry.virvich on 6 Aug 2012 at 7:16

GoogleCodeExporter commented 9 years ago
fresh install gives same results (unable to add server & two JS console 
messages shown above.)

Original comment by brent...@dorm.org on 6 Aug 2012 at 2:09

GoogleCodeExporter commented 9 years ago
oh, is it critical for you to use so old chrome version?
current release is 21... there was a lot of changes since chrome 18 in API

Original comment by andry.virvich on 6 Aug 2012 at 2:18

GoogleCodeExporter commented 9 years ago
I am using whatever Ubuntu 12.04 ships with.  I can look into grabbing a newer 
version, but that sidesteps my company IT policy a bit.  I'll report back if a 
newer version helps.

Original comment by brent...@dorm.org on 6 Aug 2012 at 2:21

GoogleCodeExporter commented 9 years ago
chrome 21 works without any issues.  I'd be okay with resolving this issue now, 
if you'd prefer :)

Original comment by brent...@dorm.org on 6 Aug 2012 at 2:45

GoogleCodeExporter commented 9 years ago

Original comment by andry.virvich on 6 Aug 2012 at 3:11