Open
Bug 245164
Opened 22 years ago
Updated 3 years ago
Blacklist / Whitelist input fields should use inline autocomplete
Categories
(Firefox :: General, enhancement)
Firefox
General
Tracking
()
NEW
People
(Reporter: bugzilla, Unassigned)
Details
Attachments
(1 file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
When adding a site to the cookie or popup whitelist (or any other situation
where you type a domain into a whitelist/blacklist input field) inline
autocomplete should be used, and a drop down list should appear.
The behaviour should exactly mirror that of the location bar, with the source of
the proposed entries coming from the history. Internet Explorer has this feature
and it makes it very easy to whitelist sites from a dialog.
Reproducible: Always
Steps to Reproduce:
1. Tools > Options > Web Features > Add Site...
2. Type the address of the site you last visited in the input field
Expected Results:
The value should be autocompleted and a drop-down list should appear for quick
selection of the right value, if desired.
Comment 1•21 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20041018 Firefox/1.0
confirming
setting ->NEW,
the current copy/paste method is not what I would call advanced
(the UI changed a bit since 0.8)
Tools->Options->Privacy->Cookies->exceptions
should have the "address of website" field prefilled with the current website.
(w or w/o autocomplete ?)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•19 years ago
|
Assignee: bross2 → nobody
| Reporter | ||
Comment 2•18 years ago
|
||
Makes the textbox consistent with the homepage setter textbox in main.xul by adding autocomplete and using the same class.
Textbox is not quite as padded as before, but that's because autocomplete.css .padded has less padding than preferences.css #browserHomePage. Would it be worth sharing the #browserHomePage rule with this element?
Do we want to auto-fill the field with the active tab's URL? If so, full URL or domain only? The homepage setter does not do anything here as far as I can tell (although it does provide a "Use Current Page" button).
Assignee: nobody → cusser.bugs
Status: NEW → ASSIGNED
Comment 3•18 years ago
|
||
Won't this autocomplete full URLs, when the whitelist takes hosts only?
| Reporter | ||
Comment 4•18 years ago
|
||
It does, but the URL is trimmed to only its host when added to the list. Querying permissions.sqlite confirms.
| Reporter | ||
Updated•8 years ago
|
Assignee: bugzilla → nobody
Status: ASSIGNED → NEW
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•