Closed
Bug 213738
Opened 21 years ago
Closed 15 years ago
URLs and Fields columns should be LTR when UI is right to left
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: tsahi_75, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: rtl, Whiteboard: bugday0420)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; he-IL; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; he-IL; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)
when the interface is aligned to the right, e.g. when using a RTL
language (like hebrew or arabic), go to tools > form manager > edit form info >
other saved information, url-specific subcategory. the URL and Field columns
contain data in latin characters, and therefore should remain LTR even when
using a RTL language pack
Reproducible: Always
Steps to Reproduce:
1.aligning the interface to the right: add these lines to the file intl.css, in
the locale\en-US\global, in the en-US.jar file (the language pack file, in the
chrome folder):
/*make UI RTL */
window,dialog,wizard,page { direction: rtl; }
menu { direction: rtl; }
outliner { direction: rtl; }
/*
* make sure search from address bar remains in RTL
*/
#urlbar .autocomplete-search-engine
{
direction: rtl !important;
}
/*
* keep Composer <HTML> Source tab LTR
*/
#content-source,
#doctype-text { direction: ltr; }
2.start mozilla.
3. go to the mentioned dialogue box.
Actual Results:
said columns are aligned to the right
Expected Results:
columns should be aligned to the left
a similar problem with most other url fields throughout the UI was fixed by
smontagu in bug 157607.
Updated•21 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Updated•20 years ago
|
Assignee: dveditz → nobody
Comment 1•17 years ago
|
||
Mass-assigning the new rtl keyword to RTL-related (see bug 349193).
Keywords: rtl
Comment 3•16 years ago
|
||
This UI no longer exists.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 4•16 years ago
|
||
This UI still exists. Now it's SeaMonkey.
Status: RESOLVED → REOPENED
Component: Form Manager → General
Product: Toolkit → SeaMonkey
QA Contact: form.manager → general
Resolution: INVALID → ---
Version: Trunk → SeaMonkey 1.1 Branch
Comment 5•15 years ago
|
||
Can you reproduce with SeaMonkey v2.0a3 / current v2.0b1pre?
Status: REOPENED → UNCONFIRMED
Comment 6•15 years ago
|
||
SeaMonkey 2.0 doesn't have a form manager any more. => INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago → 15 years ago
Resolution: --- → INVALID
Whiteboard: bugday0420
Comment 8•14 years ago
|
||
> *** This bug has been confirmed by popular vote. ***
It's dead Jim.
You need to log in
before you can comment on or make changes to this bug.
Description
•