-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unexpected "Load" configuration behaviour.. #1316
Comments
More unexpected things, please watch this..
Wrapping up: |
Improved the behavior somewhat:
|
Very nice! o) I will test drive once available.. o) One more suggestion to that fix: Some background on my "nit picking": The source-window will come to the front and hide the target window while you are aiming for your drop target. The target window might be hidden completely if you are in bad luck, at least the drop target section will be hidden most of the time. So you end up with drag-things dangling useless on your mouse-pointer! o) I'm not sure why this is and it sounds like a mini minor detail not worth talking about, but it's enough to ruin the desktop experience for advanced users (I think). Workaround? Resize and position windows on the Linux desktop before you start dragging and dropping, which is obviously very inconvenient for single or quick drag 'n drop actions (and for no reason I assume). So, maybe you agree? Thank you for taking the time and have a nice day! o) |
Modified to 500ms |
Thank you, top notch! o) |
Describe the bug
If you have configurations stored in ./conf, these will show up in the configuration panel of course. What happens on what click on one of these configuration items, is kind of difficult to tell though, maybe some double click handling has gone wrong/missing?
To Reproduce
Single click a configuration which is NOT currently selected, will NOT load it and will NOT start the emulation, it just changes the name in the field below, but if you click that item again some time later, all of a sudden the configuration is loaded and the emulation is started (which is very unexpected behaviour).
I think loading and running the emulation should happen on double click at least? Right now you have to be very careful in that section to not click accidentally on an already selected entry, to not lose your current configuration. Also when saving to an existing configuration, you need to make sure, you select another item first, then select the configuration item you want to be reused, then click Save. You could click "Save" right away, if you notice the right configuration item is already selected, but hey.. this is very tricky in day to day use and something you probably can't remember if some weeks have past since last use.
Expected behavior
Load and run emulation on double click only would help a lot to prevent unwanted loading/running.
Thank you for taking the time! o)
The text was updated successfully, but these errors were encountered: