Closed
Bug 43346
Opened 25 years ago
Closed 25 years ago
Spell checker not moving forward on add word
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: rubydoo123, Assigned: cmanske)
Details
When I find a misspelled word and add it to the dictionary, the spell checker
should go to the next word. Instead I must select ignore before it moves on.
Assignee | ||
Comment 1•25 years ago
|
||
Hmmm. Yes, this does makes sense! User advantage is great.
Absolutely trivial fix -- add one line of JS:
NextWord();
just as we do for "Ignore Word" method.
PLEASE let us checkin simple UI fixes like this for nsbeta2 else we will
have an overload of simple fixes that must be checked in after beta.
We really need to to obvious simple things like this ASAP to keep our bugcount
down!
Assignee | ||
Comment 2•25 years ago
|
||
Checked in today
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•