Bug 24940 - CSS Transition fails on input buttons when going from :focus to :active using keyboard
Summary: CSS Transition fails on input buttons when going from :focus to :active using...
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://farukat.es/bugs/webkit-transit...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-30 11:46 PDT by Faruk Ates
Modified: 2009-03-30 11:55 PDT (History)
2 users (show)

See Also:


Attachments
Testcase (1.18 KB, text/html)
2009-03-30 11:52 PDT, Simon Fraser (smfr)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Faruk Ates 2009-03-30 11:46:39 PDT
Obscure little niggle, this one:

Make an Input (type="submit" or "button") with a background color (and a width and height) and a transition on the background color.

Then, using the keyboard (tab) to go from :focus to :active (space bar),  the CSS transition fails. Clicking with the mouse, either while it's focused or not, makes it transition just fine to the :active state. See reduced test case.
Comment 1 Simon Fraser (smfr) 2009-03-30 11:52:30 PDT
Created attachment 29080 [details]
Testcase

Please always attach testcases to bugs. URLs have a habit of disappearing.
Comment 2 Faruk Ates 2009-03-30 11:54:37 PDT
Okay, will do both from now on :)
Comment 3 Simon Fraser (smfr) 2009-03-30 11:55:13 PDT
This works fine in a current nightly.