Open
Bug 133047
Opened 24 years ago
Updated 5 years ago
URL-Complete should depend on laguage-settings
Categories
(Firefox :: Address Bar, enhancement, P5)
Firefox
Address Bar
Tracking
()
NEW
People
(Reporter: bugzilla_kl, Unassigned)
Details
(Keywords: intl)
if you've set the preferred language to i.e. "de" an URL "test" should be
compleatet to www.test.de, not www.test.com
Comment 1•23 years ago
|
||
WONTFIX. It's not possible to map languages to country codes,
and the www. .com pasting is a horrible UI wart anyway.
And no, there shouldn't be a pref for it either ...
Won't mark it until someone more official agrees :)
![]() |
||
Comment 2•23 years ago
|
||
setting severity to RFE and confirming. ccing Adam, since this is URI fixup...
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Ever confirmed: true
There are prefs for the prefix & suffix that URI fixup appends. The defaults are
these:
pref("browser.fixup.alternate.prefix", "www.");
pref("browser.fixup.alternate.suffix", ".com");
Localization could supply other values for these during creation of a profile or
in a localization pref panel for example.
Comment 4•23 years ago
|
||
reassign this to smontagu for future design.
smontagu- this seems a good pet project for you.
Assignee: rchen → smontagu
Component: Localization → Internationalization
Comment 5•23 years ago
|
||
If we already have a pref, what's the problem?
I don't know if there should be a UI for just this, but I believe there are
enough locale specific settings that might warrant a localization prefs panel.
Updated•22 years ago
|
Priority: -- → P4
Updated•22 years ago
|
Target Milestone: --- → Future
Updated•16 years ago
|
QA Contact: marina → i18n
Comment 7•5 years ago
|
||
This is a browser feature to be triaged, not Platform:Intl bug.
Severity: normal → N/A
Component: Internationalization → Address Bar
Priority: P4 → --
Product: Core → Firefox
Comment 8•5 years ago
|
||
This sounds like it's about autofill, not fixup... Or was there even autofill when this bug was filed? Modern autofill is based on frecency, so if you're visiting test.de more than test.com, this should just work. I'm not sure we want to base autofill decisions only on the preferred language, but maybe it could be a factor.
OS: Linux → All
Priority: -- → P5
Hardware: x86 → All
Updated•5 years ago
|
Assignee: smontagu → nobody
Target Milestone: Future → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•