Bug 58959

Summary: mouse sequences only generated in main window and are duplicated to detatched windows
Product: [Applications] konsole Reporter: Andy Goth <unununium>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andy Goth 2003-05-26 07:22:42 UTC
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.
Comment 1 Stephan Binner 2003-05-26 09:41:00 UTC
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();