Bug 149625

Summary: mouse click event swallowed
Product: [Applications] konqueror Reporter: Arnold Kraschinski <arnold.kra67>
Component: khtml eventAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED WAITINGFORINFO    
Severity: normal CC: kollix, maksim
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Arnold Kraschinski 2007-09-07 12:16:19 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 4.1.2 
OS:                Linux

According to the documentation the signal 'KHTMLPart::nodeActivated' should be emitted when 'an element retrieves the keyboard focus'. 

I my application (kverbos) I use a KHTMLPart displaying a html document with form elements.

I expected to receive a nodeActivated signal when I click with the mouse into a form input element. But the signal isn't emitted although the element gets the keyboard focus

It seems as if the mouse event get swallowed.
Comment 1 Martin Koller 2011-06-24 20:21:01 UTC
Can you still reproduce with current KDE (>= 4.6.4) ?