Closed
Bug 23169
Opened 25 years ago
Closed 25 years ago
can't insert line breaks in the middle of an existing line (plaintext)
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M13
People
(Reporter: akkzilla, Assigned: akkzilla)
References
()
Details
Go to the bugzilla bug page. Click in the text area for long description. Type
some stuff. Click back in the middle of a line you just typed. Hit return.
Observe that nothing happens. There's no way to split an existing line.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Comment 1•25 years ago
|
||
i noticed this worked for me, and talked to akkana about it. Turns out we see it
in commercial optimized build, but not mozilla debug build. I kinda suspect this
may not be an editor problem, but I'll look into it.
Comment 2•25 years ago
|
||
i did an optimized build on mac and still cant reproduce this problem. Akkana is
going to try to generate a fresh opt linux build and see what happens.
Assignee | ||
Comment 3•25 years ago
|
||
Update: I have an optimized build today, and I do see the problem. I'm using
printfs to track the problem down further (SplitNode is failing for some reason).
Assignee | ||
Updated•25 years ago
|
Assignee: jfrancis → akkana
Status: ASSIGNED → NEW
Assignee | ||
Comment 4•25 years ago
|
||
The problem was that result was uninitialized at the beginning of SplitNodeImpl.
Isn't there any way to get the Mac build system to show uninitialized variable
warnings? I see several more of these in the editor code.
Taking bug -- will check in a fix as soon as I get Joe's review.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•25 years ago
|
||
Turns out Linux builds don't show this warning for debug builds (and hence
they're not on the warnings page) either.
I'm talking to slamm and mcafee about how we can get these warnings to show up
on the warnings page.
Comment 6•25 years ago
|
||
i reviewd and approved akkana's changes. thanks akkana!
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•25 years ago
|
||
Fixed -- we fixed several more uninitialized variables while we were in there.
Comment 9•25 years ago
|
||
setting to an approximate milestone so it can be off of the no TFV list
Target Milestone: --- → M13
You need to log in
before you can comment on or make changes to this bug.
Description
•