textarea / text box for proxy exceptions in preferences' networking dialog has double border when focused
Categories
(Toolkit :: Themes, defect, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr60 | --- | unaffected |
| firefox64 | --- | unaffected |
| firefox65 | + | verified |
| firefox66 | + | verified |
People
(Reporter: slanterns.w, Assigned: Gijs)
References
Details
(Keywords: regression)
Attachments
(2 files)
|
46.61 KB,
image/png
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
Open about:preferences#general
Actual results:
The input box looks strange.
Expected results:
The input box looks normal.
| Reporter | ||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 1•6 years ago
|
||
textbox[multiline] has an inner textarea, which makes both the xul|textbox and html|textarea rules apply at the same time.
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 2•6 years ago
|
||
Changing the priority to p1 as the bug is tracked by a release manager for the current beta.
See How Do You Triage for more information
| Assignee | ||
Comment 3•6 years ago
|
||
(In reply to Tim Nguyen :ntim from comment #1)
textbox[multiline] has an inner textarea, which makes both the xul|textbox and html|textarea rules apply at the same time.
Thanks for this. Seeing as I'm looking at this border/outline stuff anyway, I'll see if I can do something here, too.
| Assignee | ||
Comment 4•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Comment 6•6 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 7•6 years ago
|
||
Comment on attachment 9035976 [details]
Bug 1518996 - fix double border/outline for textbox[multiline] by not setting one on the inner textarea, r?dao,jaws
[Beta/Release Uplift Approval Request]
Feature/Bug causing the regression: Bug 1502684
User impact if declined: Strange focus outline on text area in about:preferences
Is this code covered by automated tests?: No
Has the fix been verified in Nightly?: No
Needs manual test from QE?: Yes
If yes, steps to reproduce: Check visual appearance of this element in network prefs across OSes
List of other uplifts needed: n/a
Risk to taking this patch: Low
Why is the change risky/not risky? (and alternatives if risky): CSS-only change specifically to fix this. Can't really see much going wrong here.
String changes made/needed: None
| Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 8•6 years ago
|
||
Comment on attachment 9035976 [details]
Bug 1518996 - fix double border/outline for textbox[multiline] by not setting one on the inner textarea, r?dao,jaws
[Triage Comment]
Fix for strange focus outline in about:preferences. Approved for 65.0b11.
Comment 9•6 years ago
|
||
| bugherder uplift | ||
Comment 10•6 years ago
|
||
Managed to reproduce this issue on Firefox 66.0a1 (2019-01-08), under Windows 10x64.
This issue is no longer reproducible on Firefox 65.0b11, or on Firefox 66.0a1 (2019-01-14).
Tests were executed under Windows 7x86, Windows 10x64, macOS 10.12.6 and under Ubuntu 16.04x64.
Marking this issue Verified Fixed.
Description
•