Closed
Bug 153649
Opened 22 years ago
Closed 22 years ago
Linebreaking inside quoted text is extremely slow, freezes Mozilla.
Categories
(Core :: DOM: Editor, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.1beta
People
(Reporter: mozilla-bugs, Assigned: mozeditor)
References
Details
(Keywords: perf, Whiteboard: [EDITORBASE])
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Reproducible: always :-(
To reproduce:
0) Set MailNews preferences to use plain text compisition and to always quote
original text.
1) Press "Reply" on one of the messages.
2) Click to position the cursor inside the quoted text
3) Press "Enter".
Expected: Line is broken (or new line is added if cursor was at the end of the
line) without any noticible delay.
Actual: It takes several seconds and Mozilla is totally frozen while it lasts.
BuildID 2002061717 (trunk) on RedHat Linux 7.2 (+all updates) on Dual P-II/200
BuildID 2002062015 (trunk) on RedHat Linux 7.3+ on P-III/450.
I believe this is a recent regression, I do not have this on BuildID 20020610. I
would imagine this is a side-effect of bug 83378.
P.S. I've set severity to "major" for now, by IMHO it's "critical" - this makes
mail composition newrly unusable for me.
Reporter | ||
Updated•22 years ago
|
Comment 1•22 years ago
|
||
reassign to editor core
Assignee: ducarroz → kin
Component: Composition → Editor: Core
Product: MailNews → Browser
QA Contact: esther → sujay
Assignee | ||
Comment 2•22 years ago
|
||
You will be mine you will be mine all mine
Assignee: kin → jfrancis
Assignee | ||
Comment 3•22 years ago
|
||
changing os to all, milestone to moz1.1a, nominating edbase
Status: NEW → ASSIGNED
OS: Linux → All
Whiteboard: [EDITORBASE]
Target Milestone: --- → mozilla1.1alpha
Assignee | ||
Comment 4•22 years ago
|
||
The trunk is the wave of the future!
Target Milestone: mozilla1.1alpha → mozilla1.1beta
Comment 5•22 years ago
|
||
In this point, |newOffset| is not initialized variable.
Comment 6•22 years ago
|
||
*** Bug 154742 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 7•22 years ago
|
||
Fix checked in to trunk. The patch I had attached to 83378 (which is what I used
to check in, though I missed a file) was the wrong version (read: unfinished).
Meanwhiel I had the right version on my main machine and of course didnt see any
problems.
Sorry for the snafu. Should be all better now.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 8•22 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1a+) Gecko/20020701
WFM
pi
Comment 9•22 years ago
|
||
I have reproduced this problem once on a cvs build from a couple of days
ago, so it is still here under some circumstances. I'm cvs up'ing to
cvs trunk again now, to see if I can make a reproducable case.
Comment 10•22 years ago
|
||
Ignore my last comment, it seems I was still running an earlier mozilla
at the time. I cannot reproduce the problem any more.
You need to log in
before you can comment on or make changes to this bug.
Description
•