Open
Bug 1034018
Opened 11 years ago
Updated 2 years ago
outline: auto is not applied in the same way as it is on blink
Categories
(Core :: Layout, defect, P3)
Tracking
()
NEW
People
(Reporter: sawrubh, Unassigned)
References
Details
(Keywords: dev-doc-needed, Whiteboard: [webcompat])
Attachments
(2 files)
STR:
* Open IRCCloud, try a Whois on any person.
What happens:
So when I open IRCCloud in Chrome, the buttons (in this case the Done button on the Whois popup) have a blue outline (screenshot attached) while in Nightly they don't. The CSS being sent is:
button:focus a,
button:focus span {
outline: auto 4px #1E72FF;
outline-offset: -2px;
}
Reporter | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
AIUI this is expected per bug 1026641... Mats, is that right?
Updated•11 years ago
|
Summary: CSS styling on buttons on IRCCloud not good → outline: auto is not applied in the same way as it is on blink
Comment 3•11 years ago
|
||
Yes, "auto" is not an outline-style value we support, per bug 1026641.
Depends on: 1031664
Comment 4•11 years ago
|
||
(In reply to :Gijs Kruitbosch from comment #2)
> AIUI this is expected per bug 1026641... Mats, is that right?
Yes, it's disabled for now, until we can sort what to do for
Gnome themes (bug 1031662).
Flags: needinfo?(mats)
Priority: -- → P5
Updated•8 years ago
|
Keywords: dev-doc-needed
Updated•7 years ago
|
See Also: → https://webcompat.com/issues/13004
Whiteboard: [webcompat]
Updated•7 years ago
|
Priority: P5 → P3
Comment 6•6 years ago
|
||
Migrating Webcompat whiteboard priorities to project flags. See bug 1547409.
Webcompat Priority: --- → ?
Comment 7•6 years ago
|
||
See bug 1547409. Migrating whiteboard priority tags to program flags.
Updated•6 years ago
|
Webcompat Priority: ? → ---
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•