Summary: | Fullscreen sends TAB key | ||
---|---|---|---|
Product: | [Applications] krdc | Reporter: | Gabor Körber <gab> |
Component: | general | Assignee: | Urs Wolfer <uwolfer> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | robinpeder |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Gabor Körber
2008-09-01 13:11:04 UTC
actually i realized this also happens if i change tabs. every tab change sends a tab key to the server. This bug is already fixed in Subversion trunk. After some more testing I will most probably backport this fix to the 4.1 branch (4.1.2 should include this fix then). SVN commit 856424 by uwolfer: Backport: SVN commit 855003 by uwolfer: Change the way how events (mouse, key and wheel) are handled: overwrite QWidget::event. This way we can prevent the wrong (in our case) handling of the tab key. Also simplifies code a lot. CCBUG:167055 Fixes also new bug: BUG:170178 M +27 -71 vncview.cpp M +5 -10 vncview.h *** Bug 171855 has been marked as a duplicate of this bug. *** |