fioan89 / sourcesync

A powerful plugin for performing one-way file synchronization for Intellij Idea and Pycharm projects
Other
89 stars 36 forks source link

"sourcesync connection configuration" window opened in background #11

Closed thorstenkampe closed 8 years ago

thorstenkampe commented 9 years ago

PyCharm 4.0.4 on Windows: Tools > Source Sync results in the sourcesync connection configuration window opened in the background. There is no visual feedback that something happened or opened.

leonard84 commented 9 years ago

Also happens with Intellij 14.1.3 on Windows7

dlech commented 8 years ago

This bug was fixed by https://github.com/fioan89/sourcesync/commit/f3c2b46210dfb874cdf0b552648e972e86fc7fe8. However, that commit also introduces a new similar bug that when you click the + button in the connection configuration window, a new dialog opens behind the connection configuration window and the connection configuration window has to be moved out of the way to see the new dialog because the connection configuration window is now set to always on top.

fioan89 commented 8 years ago

Do you guys have a second monitor attached? I can't reproduce it on a Linux machine. I would take a look on a windows machine and see how it's going.

dlech commented 8 years ago

No second monitor. I'm on OS X 10.11.3.

dlech commented 8 years ago

I just tried on Linux too and it is OK, so OS X must handle "always on top" differently.

fioan89 commented 8 years ago

This issue should be fixed with 7bf6e3a. Changed the configuration window from a frame to a dialog. Also it's childs will be dialogs, so the order of visibility should be now: IDE -> Source Sync Configuration Window -> The "Add target" window, the latter having the focus.

Also now the Configuration window and the "Add target" is centered on the parent when they are set to visible state.

fioan89 commented 8 years ago

Fixed with 1.9 release.