Closed
Bug 128094
Opened 23 years ago
Closed 23 years ago
closing the dictionary dialog triggers assertion
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 132693
People
(Reporter: Deinst, Assigned: kinmoz)
Details
Attachments
(2 files, 1 obsolete file)
|
7.90 KB,
image/png
|
Details | |
|
1.81 KB,
patch
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.8+)
Gecko/20020223
BuildID: 2002022308
The attached assertion is triggered when the close button is pressed on the
personal dictionary dialog. Also pressing the x in the upper right hand corner
of the dialog does nothing but report a javascript error "onClose not found"
the attached patch fixes both.
Reproducible: Always
Steps to Reproduce:
1. Open composer
2. Hit the pell toolbar button
3. Press the edit button on the spellcheck dialog.
4. Press the x in the upper right hand corner of the dictionary dialog
5. Look at the javascript console see the Error.
6. Press the close button
Actual Results:
after step 4 the dialog persists.
after step 6 the assertion is triggered in a debug build.
Expected Results:
step4 the dialog should go away.
step5 no error message
step6 no assertion
| Reporter | ||
Comment 1•23 years ago
|
||
Assertion
| Reporter | ||
Comment 2•23 years ago
|
||
As advertised, a patch
| Reporter | ||
Comment 4•23 years ago
|
||
I forgot the keycodes. doh!
Attachment #71701 -
Attachment is obsolete: true
Comment 5•23 years ago
|
||
Already found and fixed these issues.
*** This bug has been marked as a duplicate of 132693 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•