Version: (using KDE KDE 3.1.1) Installed from: Compiled From Sources Compiler: gcc 2.95.2 OS: Linux Mouse reporting only works in the main konsole window, not in detached windows. Furthermore, all mouse reporting sequences generated for the main window are broadcast to all detached windows. If the main window and a detached window are both running, say, links, clicking the topmost row of the window causes the menu bar to appear in both windows. If the detached window is running something else, the raw sequence appears as garbage text. Clicking in the detached window accomplishes nothing, but shift must be depressed for text selection to take place, so obviously the application's request for mouse reporting isn't going unnoticed or forgotten.
Subject: KDE_3_1_BRANCH: kdebase/konsole/konsole CVS commit by binner: Fixed "mouse sequences only generated in main window and are duplicated to detatched windows" CCMAIL: 58959-done@bugs.kde.org M +1 -1 TEmulation.h 1.27.2.2 --- kdebase/konsole/konsole/TEmulation.h #1.27.2.1:1.27.2.2 @@ -30,5 +30,5 @@ public: TEmulation(TEWidget* gui); - void changeGUI(TEWidget* newgui); + virtual void changeGUI(TEWidget* newgui); ~TEmulation();