Closed Bug 286564 Opened 20 years ago Closed 20 years ago

input:hover does not applies to input type="file"

Categories

(Firefox :: General, defect)

x86
Windows 2000
defect
Not set
minor

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: federico.razzoli, Assigned: bugzilla)

Details

Attachments

(1 file)

631 bytes, application/xhtml+xml
Details
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; it-IT; rv:1.7.6) Gecko/20050226 Firefox/1.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; it-IT; rv:1.7.6) Gecko/20050226 Firefox/1.0.1

CSS property :hover not applies to tag <INPUT> if TYPE="FILE". I have the
following example code wich should change the field's color when the cursor is
in the field:

input:hover {
	background-color:#F6FCFF;
}

Reproducible: Always

Steps to Reproduce:

Actual Results:  
none


Works properly with text inputs. Also works with <TEXTAREA> and <SELECT>. Don't
know if works with other <INPUT> types.

:focus works.
Attached file Test case
All works fine except radio and checkbox.
Not an issue on trunk.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: