Bug 142182

Summary: HTML buttons (BUTTON tag), which clicked, are drawn released before the mouse is released
Product: [Applications] konqueror Reporter: Oded Arbel <oded>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version: 3.5   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: testcase

Description Oded Arbel 2007-02-25 15:40:17 UTC
Version:           3.5.6 (using KDE 3.5.6, compiled sources)
Compiler:          Target: i586-mandriva-linux-gnu
OS:                Linux (i686) release 2.6.20-tmb-desktop-3mdvsmp

When KHTML renders a BUTTON tag, click and holding on a button causes the button to be pushed, and then immediately be released again - before the mouse button is released. 

The button's onclick and onmouseup events are fired only when the mouse is really released, but the drawing of the release occurs within less then a second of the click.

See the test case at Bug 67693 for some buttons. This might be related to the fix to Bug 68438, but I'm not sure.
Comment 1 Michael Leupold 2008-04-20 20:38:55 UTC
Created attachment 24451 [details]
testcase

Small testcase to test button animation/event behaviour.
Comment 2 Michael Leupold 2008-04-20 20:39:39 UTC
Using the testcase I uploaded this bug seems resolved in 3.5.9 and trunk r798768.
Comment 3 Oded Arbel 2008-04-22 02:28:33 UTC
Yes, it looks resolved. Thanks for letting me know.