Open
Bug 289934
Opened 20 years ago
Updated 2 years ago
set style "direction: ltr" to file and url paths in textbox
Categories
(Firefox :: General, defect, P3)
Firefox
General
Tracking
()
NEW
People
(Reporter: linxspider, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: rtl)
currently, the file and url paths have "direction: rtl;" inherited from the
interface. we should make the direction LTR and align the text to the right.
my suggestion is to add the following to the intl.css:
#link-url-text, #source, #path, #url
{
direction: ltr !important;
text-align: right !important;
}
if there are other places please let me know.| Reporter | ||
Updated•20 years ago
|
Assignee: tsahi_75 → linxspider
| Reporter | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Comment 1•20 years ago
|
||
see Bug 219070 . in particular, bug 157607 added something like that to xul.css. what is left is adding the uri-element class to all the relevant places. i would suggest duping that to 219070.
| Reporter | ||
Comment 2•20 years ago
|
||
(In reply to comment #1) > see Bug 219070 . in particular, bug 157607 added something like that to xul.css. > what is left is adding the uri-element class to all the relevant places. > > i would suggest duping that to 219070. i see that bug 157607 is marked as fixed, while at least in Firefox the urlbar shows /http://www.mozilla.org. second, why is Bug 219070 component set as MailNews?
Comment 3•20 years ago
|
||
(In reply to comment #2) > i see that bug 157607 is marked as fixed, while at least in Firefox the urlbar > shows /http://www.mozilla.org. second, why is Bug 219070 component set as MailNews? bug 157607 is fixed in seamonkey. following our phone talk, it's possible that the class in seamonkey's xul.css wasn't transferred to firefox (to toolkit?). if that is the case, then a similar approach should be implemented for firefox and thunderbird as well, IMHO. bug 219070 is at the MailNews component because most of it's dependencies are there. perhaps L10n is better.
Comment 4•19 years ago
|
||
The current intl.css is a disaster, we have a style rule for those cases in xul.css (uri-element IIRC).
Assignee: linxspider → bugs.mano
Status: ASSIGNED → NEW
Component: he-IL / Hebrew → General
OS: Windows XP → All
Priority: -- → P3
Product: Mozilla Localizations → Firefox
Hardware: PC → All
Target Milestone: --- → Firefox1.1
Updated•17 years ago
|
QA Contact: linxspider → general
Comment 5•17 years ago
|
||
Mass-assigning the new rtl keyword to RTL-related (see bug 349193).
Keywords: rtl
Comment 6•16 years ago
|
||
mano, I'm going to take this over if you don't mind. :-)
Assignee: mano → ehsan.akhgari
Status: NEW → ASSIGNED
Target Milestone: Firefox1.5 → ---
Version: unspecified → Trunk
Comment 7•16 years ago
|
||
Note to self: <http://mxr.mozilla.org/mozilla-central/source/browser/base/content/metaData.xul#79> <http://mxr.mozilla.org/mozilla-central/source/embedding/components/ui/progressDlg/nsProgressDialog.xul#115> <http://mxr.mozilla.org/mozilla-central/source/toolkit/mozapps/downloads/content/unknownContentType.xul#81> <http://mxr.mozilla.org/mozilla-central/source/browser/components/preferences/cookies.xul#111> <http://mxr.mozilla.org/mozilla-central/source/extensions/reporter/resources/content/reporter/reportWizard.xul#85> <http://mxr.mozilla.org/mozilla-central/source/browser/components/preferences/permissions.xul#71> <http://mxr.mozilla.org/mozilla-central/source/browser/components/preferences/main.xul#163> <http://mxr.mozilla.org/mozilla-central/source/browser/base/content/pageinfo/pageInfo.xul#150> <http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.xul#574>
Comment 8•14 years ago
|
||
http://mxr.mozilla.org/mozilla-central/source/browser/components/preferences/connection.xul
Updated•5 years ago
|
Assignee: ehsan → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•