Open
Bug 493409
Opened 16 years ago
Updated 3 years ago
Styled input field does not receive focus indicator
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
NEW
People
(Reporter: ceager, Unassigned)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1pre) Gecko/20090516 Minefield/3.6a1pre
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1pre) Gecko/20090516 Minefield/3.6a1pre
If an input field has a style attribute, such as a background color border, then the focus indicator does not appear when the field receives focus.
Example HTML that causes the bug:
<input style="background-color: #eeffee;" type="text" />
Reproducible: Always
Steps to Reproduce:
1. Load a page containing an styled input field, e.g., <input style="background-color: #eeffee;" type="text" />
2. Give the text field focus (click or navigate via keyboard)
Actual Results:
The cursor is inside the field, but there is no focus indicator outline.
Expected Results:
Focus indicator outline appears around the field.
| Reporter | ||
Comment 1•16 years ago
|
||
Comment 2•15 years ago
|
||
This is a mass search for bugs which are in the Firefox General component, are
UNCO, have not been changed for 500 days and have an unspecified version.
Reporter, can you please update to Firefox 3.6.10 or later, create a fresh profile, http://support.mozilla.com/en-US/kb/managing+profiles, and test again. If you still see the issue, please update this bug. If the issue is gone, please set the status to RESOLVED > WORKSFORME.
Whiteboard: [CLOSEME 2010-11-01]
| Reporter | ||
Updated•15 years ago
|
Version: unspecified → 3.6 Branch
Updated•15 years ago
|
Whiteboard: [CLOSEME 2010-11-01]
Comment 3•12 years ago
|
||
Reporter, can you still reproduce using a current version?
If no, please set status to RESOLVED and resolution to WORKSFORME.
If yes, please provide updated information.
Whiteboard: [closeme 2013-07-25][FF3.x]
| Reporter | ||
Comment 4•12 years ago
|
||
Screenshot of 377881 testcase in Firefox 22.0, with actual and expected behavior.
| Reporter | ||
Comment 5•12 years ago
|
||
I can still reproduce on Firefox 22.0.
Version: 3.6 Branch → 22 Branch
Component: General → Layout: Form Controls
Product: Firefox → Core
Whiteboard: [closeme 2013-07-25][FF3.x]
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: macOS → All
Hardware: x86 → All
Version: 22 Branch → Trunk
| Reporter | ||
Comment 6•6 years ago
|
||
I can still reproduce on macOS, Firefox 67.0.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•