Closed
Bug 336259
Opened 20 years ago
Closed 20 years ago
Placing sidebar on the right side causes cursor with dot on top
Categories
(Core :: DOM: Editor, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: ria.klaassen, Assigned: mozeditor)
Details
Attachments
(1 file)
|
34.08 KB,
image/png
|
Details |
#browser {
direction: rtl;
}
#sidebar-box {
direction: ltr;
}
#appcontent {
direction: ltr;
}
When I use this code to place the sidebar on the right side, the cursor in the locationbar and in the findbar gets an ugly extra dot on top.
The cursor in a form input (on a website) is normal however.
I'm seeing this as long as I remember, but only recently I discovered what the cause was.
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
This is not a bug. You can see on http://www.wikipedia.org/ that its text input is the same way, because it specifies <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
bidi
Bi-di is short for bi-directional, which means a combination of left-to-right (LTR) and right-to-left (RTL) writing in the same document. LTR writing systems include Latin, Russian, and Greek alphabets, and Hindu/Arabic numerals. RTL includes Arabic and Hebrew alphabets in texts without Hindu/Arabic numerals. The Unicode standard includes an algorithm for bidi rendering, which is required for Unicode conformance. In informal use among habitual LTR users, the term bidi includes unmixed, unidirectional RTL writing.
| Reporter | ||
Comment 3•20 years ago
|
||
Oh well, then I'll mark it invalid.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•