Closed Bug 781164 Opened 12 years ago Closed 12 years ago

css selector to select focused input's placeholder fails

Categories

(Core :: Layout: Form Controls, defect)

15 Branch
x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: floedelmann, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:15.0) Gecko/20100101 Firefox/15.0
Build ID: 20120726134955

Steps to reproduce:

in CSS:

input:focus:-moz-input-placeholder {
  color: red;
}


Actual results:

nothing. The placeholder's color does not change when I focus the input.


Expected results:

The placeholder's color should be red when I focus the input.
right... sorry :)
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.