Open
Bug 1589774
Opened 6 years ago
Updated 3 years ago
[RTL] A slash ('/') in the beginning of a path is shown incorrectly at the end of the path.
Categories
(DevTools :: Framework, defect, P3)
DevTools
Framework
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: shani.rubovitch, Unassigned)
Details
Attachments
(1 file)
|
4.64 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0
Steps to reproduce:
I was debugging an add-on using inspector, and tried to change the inspected iframe.
Actual results:
Iframes paths were shown with a slash at the end of the path instead of the beginning.
Expected results:
The slash at the beginning of the path was shown incorrectly at the end.
Updated•6 years ago
|
Component: he / Hebrew → Inspector
Product: Mozilla Localizations → DevTools
Summary: inspector: a slash ('/') in the beginning of a path is shown incorrectly at the end of the path. → [RTL] A slash ('/') in the beginning of a path is shown incorrectly at the end of the path.
Comment 1•6 years ago
|
||
Moving this over to the Framework component, and it will hopefully be triaged there.
Component: Inspector → Framework
Comment 2•6 years ago
|
||
Thanks for filing. Probably a case where we need to specifically apply a direction:ltr css property on the path, even when the rest of the UI is RTL.
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•