Bug 11639

Summary: Form buttons don't look different when clicked
Product: WebKit Reporter: Kirby White <KwhiteRight>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ap
Priority: P2    
Version: 420+   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Makes active: override hover: ap: review+

Description Kirby White 2006-11-17 17:52:56 PST
Form buttons don't show an active state when they're clicked.  They keep showing hover until they're inactive again.  This is the case for both buttons and input elements.  Simple testcase:

<html><head></head><body>
<form>
<input type=submit name=input value="Input"></input>
<button type=submit name=button value="Button">Button</button>
</form>
</body></html>
Comment 1 Kirby White 2006-11-17 18:42:02 PST
Created attachment 11560 [details]
Makes active: override hover:

Do I need a new testcase?  How do I find out which testcase failed because of this bug, or make one that would?
Comment 2 Alexey Proskuryakov 2006-12-05 04:42:17 PST
Comment on attachment 11560 [details]
Makes active: override hover:

r=me

I don't think an automated test can be made for this issue - and adding manual test seems to be an overkill.
Comment 3 Alexey Proskuryakov 2006-12-05 04:46:48 PST
Committed revision 18020. Made the same change to RenderThemeGdk (it's sad that this logic is duplicated!)