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

Preferences Web&Browser - Proxy settings cannot be saved #1604

Closed
aloyse opened this issue May 25, 2016 · 4 comments
Closed

Preferences Web&Browser - Proxy settings cannot be saved #1604

aloyse opened this issue May 25, 2016 · 4 comments

Comments

@aloyse
Copy link

aloyse commented May 25, 2016

Short Summary

in Preferences->Web&Browser->Connection->Settings the proxy settings can be changed but there is no apply or save button.

changes are lost after closing and reopening the window.

Steps to Reproduce

Preferences->Web&Browser->Connection->Settings

Expected results

the new proxy settings should be applied

Actual results

no way to change proxy settings

Platform Information

Komodo IDE, version 10.0.0, build 89159, platform win32-x86

windows7-64

Additional Information

  • could not find proxy settings in a preferences file.
  • after starting Komodo pops up a dialog asking for credentials for old proxy (configured in a prior version of Komodo - these settings are not shown in the actual Settings window)
@babobski
Copy link
Contributor

The pref window is currently missing his binding #1506 this is why the buttons are not showing up.

As work around you can add these lines in you're custom less in the color scheme editor.

prefwindow,
prefwindow:root /* override :root from above */ {
  -moz-binding: url("chrome://global/content/bindings/preferences.xml#prefwindow") !important;
}

Then the buttons will appear again on the window:
2016-05-25 15_10_03

@mitchell-as
Copy link
Contributor

Thanks for the report @aloyse and thanks for the temporary workaround @babobski.

@Naatan
Copy link
Member

Naatan commented May 25, 2016

Marking as duplicate of #1506

@Naatan Naatan closed this as completed May 25, 2016
@Naatan Naatan removed this from the 10.1 milestone May 25, 2016
@Naatan Naatan removed their assignment May 25, 2016
@aloyse
Copy link
Author

aloyse commented May 30, 2016

thanks for your help

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

No branches or pull requests

4 participants