Closed
Bug 283615
Opened 20 years ago
Closed 20 years ago
Can't delete first history item
Categories
(Camino Graveyard :: History, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino0.9
People
(Reporter: alqahira, Assigned: sfraser_bugs)
Details
2005022408 (v0.8+) If you're trying to remove, say, a bad URL that shows up first in your autocomplete list :-), you can't delete/remove the item while you are in "filtered" mode (searched for the bad URL to find it among your many history items). This is annoying when you have lots of history items and want to root out one or two bad eggs.
Comment 1•20 years ago
|
||
yeah, we should allow this.
Assignee: pinkerton → sfraser_bugs
Target Milestone: --- → Camino0.9
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Comment 2•20 years ago
|
||
Observing same situation - however, it DOES work, but ONLY if the FIRST item that comes up is not selected. So as of now, I've just been trying different search terms to get it up to NOT be the first. :-)
| Assignee | ||
Comment 3•20 years ago
|
||
Ah right, I know about that (but not how to fix it).
Summary: Can't delete history item when in "filtered"/search mode → Can't delete first history item
Comment 4•20 years ago
|
||
fixed. a little birdie pointed out that we were doing the NSNumber -> int conversion a bit too early and so we'd fall out of the while loop if the selectedIndex was 0. also removed the (ifdef'd out) hack to try to work around it.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•