Bug 149625 - mouse click event swallowed
Summary: mouse click event swallowed
Status: RESOLVED WAITINGFORINFO
Alias: None
Product: konqueror
Classification: Applications
Component: khtml event (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-07 12:16 UTC by Arnold Kraschinski
Modified: 2011-06-24 20:21 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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) ?