Closed
Bug 1281806
Opened 9 years ago
Closed 9 years ago
Outline style doesn't apply to focus element which focuses by focus() method
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: gipper2006, Unassigned, NeedInfo)
Details
Attachments
(1 file)
247 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0
Build ID: 20160604131506
Steps to reproduce:
Invoke a method focus() on the element with attribute tabindex="0"
Actual results:
Element get focus but there is no outline.
Expected results:
Outline should be
Reporter | ||
Updated•9 years ago
|
Severity: normal → major
OS: Unspecified → Windows 10
Priority: -- → P5
Hardware: Unspecified → x86_64
Comment 1•9 years ago
|
||
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0
I have tested this issue on Windows 10 x64 with the latest Firefox release (47.0) and the latest Nightly (50.0a1-20160626030213) and could not reproduce it.
After opening tabindexExample.html in Firefox, when pressing the Tab key, each element gets focused and outlined, including the element with the attribute tabindex="0".
Also could you please try to reproduce with the attached testcase and if you are unable please attached a simplified testcase which reproduces the issue.
Flags: needinfo?(gipper2006)
Comment 2•9 years ago
|
||
Also the priority and severity has been changed to normal, as the developers are more suitable to assign the required values for these flags.
Severity: major → normal
Priority: P5 → --
Comment 3•9 years ago
|
||
This is correct. There shouldn't be a focus ring shown when calling focus() on an element by default on Windows, unless you have the control panel setting enabled to show them.
If you think this is a still a bug, reopen with a clearer testcase and steps to reproduce.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•