MVoz / arora

Automatically exported from code.google.com/p/arora
0 stars 0 forks source link

(Linux only) switching workspaces causes zoom issues when scrolling #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Try the following:
- Have more than one workspace available
- Have Arora open on the current workspace with a loaded page

Switch to any other workspace without Arora and then come back to Arora (focus 
must be 
instant). Scrolling up/down (mousewheel) should now trigger zoom instead of 
scrolling.

Original issue reported on code.google.com by adys...@gmail.com on 30 May 2008 at 3:10

GoogleCodeExporter commented 9 years ago
Looks like it's a problem with the ctrl-alt bind to mousewheel which is not 
cleaned
when switching workspaces (ctrl-alt right/left). Also, why not just use 
ctrl-mousewheel?

Original comment by adys...@gmail.com on 2 Jun 2008 at 10:33

GoogleCodeExporter commented 9 years ago
got it, give foucus, alt-tab, then alt-tab back to that window and first scroll 
the wheel and then lift up on alt-ctrl, 
then QApplication::keyboardModifiers() & Qt::ControlModifier is always true :)

Original comment by ice...@gmail.com on 17 Jun 2008 at 4:25

GoogleCodeExporter commented 9 years ago
This has been filed with Qt and is a bug in QWidget on X11

http://trolltech.com/developer/task-tracker/index_html?id=216502&method=entry

Original comment by ice...@gmail.com on 19 Jun 2008 at 12:48

GoogleCodeExporter commented 9 years ago
But did the "Proper" fix and just use the event->modifiedKeys()

Original comment by ice...@gmail.com on 19 Jun 2008 at 9:31