Closed
Bug 424726
Opened 18 years ago
Closed 17 years ago
awesomebar does not allow you to delete individual items using <delete>
Categories
(Firefox :: Address Bar, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: danny, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b4) Gecko/2008031317 Firefox/3.0b4
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b4) Gecko/2008031317 Firefox/3.0b4
The old location bar let you delete individual suggested items by cursoring down and then hitting the delete key (I think it used to be shift-delete). Now there's no way to delete suggestions -- something that I noticed someone else pointing out on an online forum as a flaw in FF3, and now I am very aware of.
Basically, it's an issue of privacy -- people would like a way to pluck out certain URLs from the suggestion list.
If doing this is hard in the autocompletion window itself, perhaps we should point out how to do it in the new history dialog? I have a feeling it will become a FAQ when FF3 leaves beta.
Reproducible: Always
Comment 1•18 years ago
|
||
WFM on the trunk
Comment 2•18 years ago
|
||
WFM on trunk (in fact it's the reason I filed Bug 424573)
| Reporter | ||
Comment 3•18 years ago
|
||
Maybe this is just a Linux thing then? On FF3b4 on Linux, hitting delete after selecting an item using the cursor-up or cursor-down just deletes the last character in the URL (because the address has been copied into the location bar, and the focus shifted to the location bar too).
OS: All → Linux
Comment 4•18 years ago
|
||
Works for me on Linux with beta 4 or trunk. What are you doing exactly? I'm doing the following:
1) Type "http" in the location bar
2) A list of URL's appear
3) Hit <cursor-down> three times
3) Hit <delete>
Then the selected entry is deleted, no character is deleted from the URL in the address bar instead.
Updated•18 years ago
|
Version: unspecified → Trunk
| Reporter | ||
Comment 5•18 years ago
|
||
I asked a collegue to do this on Mac OS X FF beta, and they had the same issue, which leads me to think it may be a keycode issue (I have Linux running on a Macbook, so the delete key is the same). Here's the test again:
1) Type "http" in the location bar
2) A list of URL's appear
3) Hit <cursor-down> three times
3) Hit <delete>
Rightmost character is deleted from the URL in the address bar, not the entry.
Severity: enhancement → normal
OS: Linux → Mac OS X
| Reporter | ||
Comment 6•18 years ago
|
||
(Actually, what happens is that the URL in the selected entry is copied to the address bar, and then *its* rightmost character is deleted).
| Reporter | ||
Comment 7•17 years ago
|
||
Okay, I've found the problem -- you need to type <fn>-<Delete> on a Macbook to delete the URL. Anyone have any good suggestions as to where I can document this?
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 8•17 years ago
|
||
Still not working for me on a standard Apple desktop keyboard: none of delete, backspace, or apple+backspace do anything to delete entries for me.
Comment 10•17 years ago
|
||
Aha! thanks, WORKSFORME now.
Verified
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•