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)

x86
Linux
defect

Tracking

()

VERIFIED FIXED

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?
Status: NEW → ASSIGNED
Target Milestone: M6
Need to at least look at whether this can be fixed for M6.
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.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
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.
Status: RESOLVED → VERIFIED
verified in 5/20 build.
You need to log in before you can comment on or make changes to this bug.