xul:textbox type=password show multiple borders
Categories
(Toolkit :: Themes, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox67 | --- | unaffected |
firefox68 | --- | unaffected |
firefox69 | --- | verified |
People
(Reporter: jaws, Assigned: jaws)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [passwords:management] [skyline] )
Attachments
(1 file, 1 obsolete file)
xul:textbox[type=password] is implemented via an inner html:input[type=password]. The changes in bug 1549814 are causing a double border to appear on html:input[type=password] when the input is focused.
This is visible in the Set Master Password dialog in about:preferences.
We could change the CSS to not apply these styles to xul:textbox that have a type attribute specified.
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Comment 2•6 years ago
|
||
(In reply to (Limited availability 5/20-5/24) Jared Wein [:jaws] (please needinfo? me) from comment #0)
xul:textbox[type=password]
Do we need to keep supporting this at all?
This is visible in the Set Master Password dialog in about:preferences.
Could this use <input type="password">?
Updated•6 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
(In reply to Dão Gottwald [::dao] from comment #2)
(In reply to (Limited availability 5/20-5/24) Jared Wein [:jaws] (please needinfo? me) from comment #0)
xul:textbox[type=password]
Do we need to keep supporting this at all?
This is visible in the Set Master Password dialog in about:preferences.
Could this use <input type="password">?
Yeah, that would be simpler and in the right direction.
Updated•6 years ago
|
Assignee | ||
Comment 4•6 years ago
|
||
Comment 6•6 years ago
|
||
bugherder |
Comment 7•6 years ago
|
||
Hi, I managed to reproduce this issue in an older version of Nightly 69.0a1 (2019-05-22) but it no longer occurs in Nightly 69.0a1 (2019-05-29).
This issue was tested on All operating systems.
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•4 years ago
|
Description
•