Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
4.7.0, 5.15, 6.3
-
None
-
Mac OSX 10.6.4. Qt 4.7.0 rc1 Cocoa
Description
The key combination Ctrl+Tab and Shift+Tab seems not to generate any Qt event. The test program create an event Filter and attach it to the main QApplication object and print events related to the Tab key. If I use the Carbon version Ctrl+Tab events are generated but not Shift+Tab. In the Cocoa version both Ctrl+Tab and Shift+Tab events are not generated.
Maybe related to bug #8596
(http://bugreports.qt.nokia.com/browse/QTBUG-8596)