Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upKDE: Double clicking on an "open" file (in the background) appears to do nothing #1042
Comments
bnvk
changed the title from
Double clicking on an "open" file (in the background) appears to do nothing
to
KDE: Double clicking on an "open" file (in the background) appears to do nothing
Jul 2, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Jul 2, 2015
Member
This is probably result of our GUI virtualization solution, which
(intentionally) passes only little subset of events/metadata to dom0.
For example I don't think VM is able to bring arbitrary window to front.
This needs some more though to prevent attacks like focus stealing...
Currently the only similar feature implemented is "demand attention"
flag. But I'm not sure how is that related to bringing existing editor
window to the front.
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
|
This is probably result of our GUI virtualization solution, which Currently the only similar feature implemented is "demand attention" Best Regards, |
bnvk commentedJul 2, 2015
I'm not sure if this relates to Qubes or if this is a KDE issue, but the scenario is:
The correct behaviour should be to bring the already open file into the foreground, otherwise it is quite confusing and user may think the file is corrupt or cannot be opened.