Closed
Bug 35603
Opened 25 years ago
Closed 25 years ago
crash on double click on text or in textfield
Categories
(Core :: DOM: Selection, defect, P3)
Core
DOM: Selection
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: derikson3, Assigned: troy)
References
Details
(Keywords: crash, smoketest)
Attachments
(2 files)
Double clicking to select text in a textbox crashes the browser.
Steps to Reproduce:
1) double click in the url field or any other textfield in an html form
Actual Results:
crash
Expected Results:
all the text in the textfield is seleceted
Reproducibility:
100%
Build Data & Plateform Bug Fourd:
Linux - cvs build 2000-04-12
Comment 1•25 years ago
|
||
For me mozilla crashes whenever I double click on any text on any webpage,
I'm using an optimized linux build from this morning.
Reporter | ||
Comment 2•25 years ago
|
||
I also get a crash on double clicking text.
I tried a clobber build and still experience the problem.
This is an optimized build with --enable-x11-shm
Reporter | ||
Updated•25 years ago
|
Keywords: crash
Summary: crash on double click in textfield → crash on double click on text or in textfield
Comment 3•25 years ago
|
||
Reporter | ||
Comment 4•25 years ago
|
||
This bug also occurs on linux m16 nightly, 2000041211.
mielke@licel.com, can you give a build number.
Also, make sure it's reproduceable on windows. Thanks.
Comment 5•25 years ago
|
||
Comment 6•25 years ago
|
||
Reproducible 100% on Debian GNU/Linux PowerPC (potato)
I'm attaching a stack crawl from linux and marking it XP since we also have a
windows stack from the exact same function.
CVS build from 4/12/2000, 3:30 CST
OS: Linux → All
Hardware: PC → All
Updated•25 years ago
|
Target Milestone: --- → M16
Comment 7•25 years ago
|
||
yep, occurs in the optimized commercial bits on winNT and linux (m16). has
anyone seen this on mac [mozilla] yet?
this also occurs when trying to doubleclick to select text in the Composer
window.
Comment 8•25 years ago
|
||
troy, you're all over the cvsblame for nsTextTransformer::GetNextWord today so
I'm adding you to the CC.
any ideas?
Comment 10•25 years ago
|
||
weirdness: using 2000.04.12.12-m16 commercial [opt] bits on the Mac, i cannot
reproduce this. i've tried doubleclicking in the Location field, a textfield in
Prefs, text within Composer...
Assignee | ||
Comment 11•25 years ago
|
||
Checked in fix to nsTextFrame.cpp
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 12•25 years ago
|
||
On Mac, you don't crash, but it does write to address 0x00000000. You'll drop
into MacsBug if you have EvenBetterBusError installed.
Assignee | ||
Comment 13•25 years ago
|
||
*** Bug 35679 has been marked as a duplicate of this bug. ***
Comment 14•25 years ago
|
||
*** Bug 35668 has been marked as a duplicate of this bug. ***
Comment 15•25 years ago
|
||
*** Bug 35709 has been marked as a duplicate of this bug. ***
Comment 16•25 years ago
|
||
*** Bug 35722 has been marked as a duplicate of this bug. ***
Comment 17•25 years ago
|
||
observed in 2000041210 win95 and nt4sp3
Comment 18•25 years ago
|
||
Verified fixed in 4.20.00 builds on Win32/MacOS/Linux. Specifically, double-
clicking a text field (whether URL or form) doesn't trigger a crash.
If any of you on the CC:list are still seeing a problem, please re-open. Thanks!
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•