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

OSX doesn't remember webdialog position #2

Open
thomthom opened this issue Nov 20, 2013 · 0 comments
Open

OSX doesn't remember webdialog position #2

thomthom opened this issue Nov 20, 2013 · 0 comments

Comments

@thomthom
Copy link
Owner

wd = UI::WebDialog.new({:preferences_key => 'Test'})
wd.show
# Move and size window
wd.close
wd.show
# Window re-appear correctly.

But create a new WebDialog instance using the same preference key:

wd2 = UI::WebDialog.new({:preferences_key => 'Test'})
wd2.show
# Wrong position.

Close and restart SU

wd = UI::WebDialog.new({:preferences_key => 'Test'})
wd.show
# Wrong position.
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

1 participant