Bug 142182 - HTML buttons (BUTTON tag), which clicked, are drawn released before the mouse is released
Summary: HTML buttons (BUTTON tag), which clicked, are drawn released before the mouse...
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 3.5
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-25 15:40 UTC by Oded Arbel
Modified: 2008-04-22 02:28 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
testcase (496 bytes, text/html)
2008-04-20 20:38 UTC, Michael Leupold
Details

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