Summary: | Tab in window mode moves screen, makes bash completion impossible | ||
---|---|---|---|
Product: | [Applications] krdc | Reporter: | jamundso |
Component: | general | Assignee: | Urs Wolfer <uwolfer> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | benklop |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
jamundso
2008-07-20 04:19:18 UTC
Are you using VNC or RDP? VNC To clarify - the character is passed to remote, and remote bash shell invokes tab completion, but krdc may have scrolled it off the work area. Also, local X display is same size as remote VNC destop, 1024x768 in this case. Small, I know, but it's a decent, free laptop, and running linux. :-) I have noticed this happens with mouse wheel events too if the viewer has scroll bars. 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. BUG:167055 |