Closed
Bug 185867
Opened 23 years ago
Closed 23 years ago
shift delete doesn't work in the advanced search dialog [watch out for regressions]
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: sspitzer, Assigned: neil)
Details
Attachments
(1 file)
2.20 KB,
patch
|
ssu0262
:
review+
sspitzer
:
superreview+
|
Details | Diff | Splinter Review |
shift delete doesn't work in the advanced search dialog
from SearchDialog.xul:
<!--
commenting out until we figure this out.
this is causing a bunch of key codes to map to shift delete
see bug #185416
<key id="cmd_shiftdelete" oncommand="goDoCommand('cmd_shiftdelete');"/>
-->
so the before we fix and re-enable the commented code, we have to figure out
that problem.
![]() |
Reporter | |
Comment 1•23 years ago
|
||
as is, with that key commented out, I get:
###!!! ASSERTION: NOT IMPLEMENTED: '0', file c:/trees/trunk/mozilla/content/base
/src/nsDocumentViewer.cpp, line 2134
that is caused by cmd_cut not being handled I think.
using lxr, I see why shift delete maps to cmd_cut (but not why it doesn't for
the mail 3 pane).
this needs some more investigation.
when debugging with this code uncommented, a bunch of key codes mapped to shift
delete
![]() |
Reporter | |
Comment 2•23 years ago
|
||
futuring. this would be nice, but resources are limited.
note to self (or who ever implements this):
watch out for regressions, like bug #185416
Summary: shift delete doesn't work in the advanced search dialog → shift delete doesn't work in the advanced search dialog [watch out for regressions]
Target Milestone: --- → Future
Assignee | ||
Comment 3•23 years ago
|
||
Assignee | ||
Updated•23 years ago
|
Attachment #116058 -
Flags: superreview?(sspitzer)
Attachment #116058 -
Flags: review?(ssu)
![]() |
Reporter | |
Comment 4•23 years ago
|
||
Comment on attachment 116058 [details] [diff] [review]
Fixed case of cmd_shiftDelete
using this version of the patch doesn't have dataloss regression that that I
introduce the first time, r/sr=sspitzer
Attachment #116058 -
Flags: superreview?(sspitzer) → superreview+
Comment on attachment 116058 [details] [diff] [review]
Fixed case of cmd_shiftDelete
it works for me too.
late r=ssu
Attachment #116058 -
Flags: review?(ssu) → review+
Assignee | ||
Comment 7•23 years ago
|
||
Especially as I checked it in 2 weeks ago :-)
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
Component: MailNews: Search → MailNews: Message Display
QA Contact: laurel → search
You need to log in
before you can comment on or make changes to this bug.
Description
•