Q42 / TrelloScrum

Add Scrum to Trello

Home Page:https://chrome.google.com/webstore/detail/jdbcdblgjdpmfninkoogcfpnkjmndgje?hl=en-US&hc=search&hcp=main

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Settings aren't persisted

conan opened this issue · comments

I can open the settings form and change the numbers for the estimate buttons, but no change occurs - the buttons don't change, and when I re-open the settings form, the defaults are shown again. The Javascript console in Chrome throws an exception when I press "Save Settings" saying:

Uncaught SecurityError: Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Blocked a frame with origin "https://trello.com" from accessing a frame with origin "https://accounts.google.com". Protocols, domains, and ports must match. 
jquery-1.7.1.min.js:3
f.each.contents jquery-1.7.1.min.js:3
e.extend.map jquery-1.7.1.min.js:2
f.fn.(anonymous function) jquery-1.7.1.min.js:3
(anonymous function) trelloscrum.js:345
f.event.dispatch jquery-1.7.1.min.js:3
h.handle.i

I don't know much about JS but I'm guessing it's complaining about JS from trello.com trying to throw requests at accounts.google.com.

OSX Mavericks 10.9.2, Chrome 33.0.1750.152, Scrum for Trello 1.85

I have a colleague who is experiencing the same problem on Debian Wheezy, Chrome Version 30.0.1599.101, Scrum for Trello 1.85.

I think this is the same problem as #p66. We have a fix in github but it still needs to be pushed to the Chrome appstore.

Oh sorry, I missed that issue when looking, this is a duplicate of #66. My bad, but thanks for the fix!