Closed
Bug 75055
Opened 24 years ago
Closed 17 years ago
search folder picker can fire onChooseFolder() twice
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
People
(Reporter: sspitzer, Unassigned)
Details
Attachments
(1 file)
508 bytes,
patch
|
Details | Diff | Splinter Review |
in our search js, we'll fail because folderURI is "".
gCurrentFolder = RDF.GetResource(folderURI).QueryInterface(nsIMsgFolder);
our template code and oncommand handers for the folder picker are calling
onChooseFolder() twice, the second time event.id is ""
I think we're firing our oncommand handler twice. the plan is to move it out of
the generated content, right?
Reporter | ||
Comment 1•24 years ago
|
||
I've got a crude patch to fix the problem until the real issue is fixed
Reporter | ||
Comment 2•24 years ago
|
||
Reporter | ||
Comment 3•24 years ago
|
||
my safety checking fix is in.
changing subject. now this bug can be marked as a duplicate of the bug where
you (or gayatrib?) are going to move the oncommand handler out of the generated
xul.
Summary: can't choose "choose this folder" for searching → search folder picker can fire onChooseFolder() twice
Updated•20 years ago
|
Product: Browser → Seamonkey
Updated•20 years ago
|
Assignee: sspitzer → mail
Comment 5•17 years ago
|
||
spitzer in comment #3:
> ... now this bug can be marked as a duplicate of the bug where
> you (or gayatrib?) are going to move the oncommand handler out of the generated xul.
Seth, I was not able to find the bug in question.
Comment 6•17 years ago
|
||
> Seth, I was not able to find the bug in question.
hey wayne, I think I meant bug #68174, but at this point (6+ years later), your guess / bugzilla query is as good as mine.
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
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
•