Open
Bug 1543141
Opened 4 years ago
Updated 8 months ago
about:robots has [dir=rtl] CSS selectors that won't work anymore now that we're using fluent for it
Categories
(Firefox :: General, defect, P5)
Tracking
()
NEW
People
(Reporter: Gijs, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Unsure if there is something broken in RTL, I haven't had a chance to check.
about:robots looks fine as-is on latest Nightly, and removing this block:
body[dir=rtl] #icon,
body[dir=rtl] #errorPageContainer:before {
transform: scaleX(-1);
}
... seems to have no negative effect.
Reporter | ||
Comment 2•4 years ago
|
||
(In reply to Itiel from comment #1)
about:robots looks fine as-is on latest Nightly, and removing this block:
body[dir=rtl] #icon, body[dir=rtl] #errorPageContainer:before { transform: scaleX(-1); }
... seems to have no negative effect.
There's no more #icon, I think, but the :before on the #errorPageContainer still exists.
This flips the robot, when it works (which it doesn't right now). It looks like fixing that'd make sense - it makes more sense for the robot to be looking along the text rather than in the opposite direction.
Updated•4 years ago
|
Priority: -- → P5
Updated•1 year ago
|
Has Regression Range: --- → yes
Updated•1 year ago
|
Keywords: regression
Updated•8 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•