Closed
Bug 292520
Opened 20 years ago
Closed 20 years ago
Inline spellchecker crashes unless the document is checked first
Categories
(Core :: Spelling checker, defect)
Core
Spelling checker
Tracking
()
RESOLVED
FIXED
mozilla1.8beta3
People
(Reporter: neil, Assigned: neil)
References
Details
(Keywords: crash)
Attachments
(1 file)
3.93 KB,
patch
|
mscott
:
review+
mscott
:
superreview+
asa
:
approval1.8b2-
shaver
:
approval1.8b3+
|
Details | Diff | Splinter Review |
If you assume that the existing document has already been spell checked and you
just turn on inline spell checking then it soon crashes. This is because only
checking the document will create its internal spelling utility converter.
Assignee | ||
Comment 1•20 years ago
|
||
This factors out the creation of the converter into a separate method and calls
it in the two places required. A couple of unused variables are also removed.
Assignee | ||
Updated•20 years ago
|
Assignee: mscott → neil.parkwaycc.co.uk
Status: NEW → ASSIGNED
Attachment #182325 -
Flags: superreview?(mscott)
Attachment #182325 -
Flags: review?(daniel)
Updated•20 years ago
|
Attachment #182325 -
Flags: superreview?(mscott) → superreview+
fwding to Neil Deakin who should r= this patch.
Assignee | ||
Updated•20 years ago
|
Attachment #182325 -
Flags: review?(daniel) → review?(enndeakin)
Comment 3•20 years ago
|
||
The patch looks fine to me, but I'm not a module owner/peer nor did I write the
original code, so I don't think my review would count.
Original author of that code seems to be scott mac gregor.
Assignee | ||
Comment 5•20 years ago
|
||
Comment on attachment 182325 [details] [diff] [review]
Proposed patch
Sorry for the pass-the-parcel, would you mind upgrading to r+sr?
Attachment #182325 -
Flags: review?(enndeakin) → review?(mscott)
Comment 6•20 years ago
|
||
Comment on attachment 182325 [details] [diff] [review]
Proposed patch
sure
Attachment #182325 -
Flags: review?(mscott) → review+
Assignee | ||
Comment 7•20 years ago
|
||
Comment on attachment 182325 [details] [diff] [review]
Proposed patch
Although this is a crash fix we are currently working around it in the UI, so
it's not desperately urgent.
Attachment #182325 -
Flags: approval1.8b3?
Attachment #182325 -
Flags: approval1.8b2?
Comment 8•20 years ago
|
||
Comment on attachment 182325 [details] [diff] [review]
Proposed patch
moving request out to b3. We're very nearly wrapped up on 1.8b2.
Attachment #182325 -
Flags: approval1.8b2? → approval1.8b2-
Comment 9•20 years ago
|
||
Comment on attachment 182325 [details] [diff] [review]
Proposed patch
a=shaver
Attachment #182325 -
Flags: approval1.8b3? → approval1.8b3+
Assignee | ||
Comment 10•20 years ago
|
||
Fix checked in.
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
•