Closed Bug 699900 Opened 13 years ago Closed 13 years ago

Path Elements broken in Style Inspector in RTL

Categories

(DevTools :: General, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 700387

People

(Reporter: rcampbell, Unassigned)

Details

(Whiteboard: [styleinspector])

Attachments

(1 file)

in csshtmltree.xhtml, the following code is broken in RTL mode:

    <ol>
      <li foreach="item in ${pathElements}" dir="${getRTLAttr}">
        <a href="#" onclick="${pathClick}" __pathElement="${item.element}">
          ${__element.pathElement = item.element; item.display}
        </a>
      </li>
    </ol>
Whiteboard: [styleinspector]
Attached file Simplified test file
Ehsan ... do you know how we can make our style inspector breadcrumbs work in RTL locales? A test file is attached.
Ehsan ... do you know how we can make our style inspector breadcrumbs work in RTL locales? A test file is attached
I will close this as a "duplicate" because the breadcrumbs are to be removed by bug 700387.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: