Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Settings not working on Firefox 64.0.2 #117

Open
alixcasari opened this issue Jan 14, 2019 · 2 comments
Open

Settings not working on Firefox 64.0.2 #117

alixcasari opened this issue Jan 14, 2019 · 2 comments

Comments

@alixcasari
Copy link

When clicking on the settings button, a blank window pops up.
Problem comes from line 405 in trelloscrum.js :

iframeObj.attr('src', "about:blank");

Commenting it solves the problem.

@samthomson
Copy link

I also have this issue. What's the easiest way to resolve it? @alixcasari did you edit the plugin file? How is that done? Thanks.

@samthomson
Copy link

samthomson commented May 9, 2019

Workaround:
By inspecting the element and editing the DOM I set the iframes src (that is on the modal) to src="" and that made the form show.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants