Closed
Bug 6773
Opened 26 years ago
Closed 26 years ago
First character typed in blank editor window doesn't insert
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: akkzilla, Assigned: akkzilla)
Details
I've been seeing this for a few days on the mail compose window; now that we
have "blank window" for the editor, I'm seeing it there too:
On a blank editor window, or the mail compose window, click in the window, then
type a couple of characters. On the first character typed, nothing gets
inserted but the caret (which previously wasn't there) starts blinking; from the
second character on everything works normally.
Apparently only a problem on unix?
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M6
Assignee | ||
Comment 1•26 years ago
|
||
Need to at least look at whether this can be fixed for M6.
Comment 2•26 years ago
|
||
That's append when your start typing inside the editor before editor is done
loading the real body page. We need to be able to lock everything until ender is
ready.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
Found it -- an nsresult was being checked but we were in an if clause where it
wasn't ever being set.
cc'ing bruce in case he may have seen this as a purify error in the mail compose
window.
You need to log in
before you can comment on or make changes to this bug.
Description
•