[Webkit-unassigned] [Bug 12349] NativeFileUpload: Button text is not grayed out when the control is disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 21 06:27:20 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12349


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12582|                            |review?
               Flag|                            |




------- Comment #2 from mitz at webkit.org  2007-01-21 06:27 PDT -------
Created an attachment (id=12582)
 --> (http://bugs.webkit.org/attachment.cgi?id=12582&action=view)
Fix file upload button styling

CSS doesn't allow pseudo-classes on pseudo-elements (and the WebCore
implementation doesn't support it either). This is not a problem for the
:disabled pseudo-class, but for :active it means that a non-Mac-themed file
upload button will appear active when the mouse is pressed anywhere in the file
upload control, not just on the button. I don't see a way around this using CSS
alone and without creating a real (shadow) element for the button.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list