Closed
Bug 317439
Opened 20 years ago
Closed 20 years ago
Should be able to remove a download from the download list with delete key
Categories
(Camino Graveyard :: Downloading, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino1.0
People
(Reporter: matthew, Assigned: bugzilla-graveyard)
References
Details
(Keywords: fixed1.8)
Attachments
(1 file, 1 obsolete file)
1.14 KB,
patch
|
nick.kreeger
:
review+
sfraser_bugs
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/412.6 (KHTML, like Gecko) Safari/412.2
Build Identifier: Version 2005110708 (1.0b1)
See above.
Reproducible: Always
Reporter | ||
Comment 1•20 years ago
|
||
*** Bug 317440 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 3•20 years ago
|
||
Apparently this isn't a problem but I have just rechecked and I don't seem to be able
to... I am using Mac OS X 10.4.3 on an iMac G5 2Ghz if
thats any help...
Assignee | ||
Comment 4•20 years ago
|
||
WFM as well. See if tossing your ~/Library/Preferences/org.mozilla.camino.plist and ~/Library/Preferences/org.mozilla.navigator.plist files helps. (You will need to re-set your preferences after tossing these files.)
cl
Reporter | ||
Comment 5•20 years ago
|
||
After deleting those files it works OK with the backspace key but not the delete key, when i press that my iMac beeps at me...
Comment 6•20 years ago
|
||
backspace works, delete key doesn't (standard apple extended keyboard). are we not trapping the right key? they are different, we have to look for both.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 7•20 years ago
|
||
The same seems to happen before and after resetting Camino (after re-removing the camino file too.)
Assignee | ||
Comment 8•20 years ago
|
||
Taking and targeting for 1.0. If I don't have a patch up within 48 hours, someone holler at me.
cl
Assignee: mikepinkerton → bugzilla
Target Milestone: --- → Camino1.0
Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 9•20 years ago
|
||
Tweaking summary, apologies for the bugspam.
cl
Summary: Should be able to remove a download from the download list with delete/backspace keys → Should be able to remove a download from the download list with delete key
Assignee | ||
Comment 10•20 years ago
|
||
Attachment #203979 -
Flags: review?(nick.kreeger)
Comment 11•20 years ago
|
||
Comment on attachment 203979 [details] [diff] [review]
also checks for fwd-delete key
This looks fine, but looking down in the next case statement (NSDeleteCharacter:), we could move all that checking code out and use |shouldAllowRemoveAction:| because all that code is used in that method (and it uses a NSEnum.)
Assignee | ||
Comment 12•20 years ago
|
||
Attachment #203979 -
Attachment is obsolete: true
Attachment #203989 -
Flags: review?(nick.kreeger)
Attachment #203979 -
Flags: review?(nick.kreeger)
Comment 13•20 years ago
|
||
Comment on attachment 203989 [details] [diff] [review]
new version, incorporating Nick's suggestions
Looks good to me
Attachment #203989 -
Flags: review?(nick.kreeger) → review+
Updated•20 years ago
|
Attachment #203989 -
Flags: superreview+
Comment 14•20 years ago
|
||
(In reply to comment #8)
Holla back.
Branch and trunk.
You need to log in
before you can comment on or make changes to this bug.
Description
•