Closed Bug 1589352 Opened 5 years ago Closed 5 years ago

Force LTR the cell values in about:config

Categories

(Toolkit :: Preferences, defect, P3)

defect

Tracking

()

VERIFIED FIXED
mozilla71
Tracking Status
firefox71 --- verified

People

(Reporter: itiel_yn8, Assigned: Paolo)

References

(Blocks 1 open bug)

Details

(Keywords: rtl)

Attachments

(2 files, 1 obsolete file)

Attached image Screenshot (deleted) —

... to avoid the attached screenshot on RTL.

Adding the following:

direction: ltr;
text-align: match-parent;

to this rule:
https://searchfox.org/mozilla-central/rev/97976753a21c1731e18177de9e5ce78ea3b3da2d/browser/components/aboutconfig/content/aboutconfig.css#129-133

and text-align: match-parent; to this rule:
https://searchfox.org/mozilla-central/rev/97976753a21c1731e18177de9e5ce78ea3b3da2d/browser/components/aboutconfig/content/aboutconfig.css#135-141

... seems to fix it.

Edit: But this also makes the radio buttons for adding a new pref to be in reverse (in RTL)

Priority: -- → P3

Makes sense to me. Mark, do you have time to take a look? Maybe we can set the CSS styles on the inner "span" element of the value.

Flags: needinfo?(mstriemer)

(In reply to :Paolo Amadini from comment #2)

Makes sense to me. Mark, do you have time to take a look? Maybe we can set the CSS styles on the inner "span" element of the value.

Hopefully you don't mind me stealing it :-)

Assignee: nobody → itiel_yn8
Status: NEW → ASSIGNED
Flags: needinfo?(mstriemer)
Attachment #9101993 - Attachment is obsolete: true
Assignee: itiel_yn8 → paolo.mozmail
Pushed by paolo.mozmail@amadzone.org: https://hg.mozilla.org/integration/autoland/rev/938bf161bec5 Always display preference values in the left-to-right direction. r=Itiel
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: