Closed
Bug 2834
Opened 26 years ago
Closed 25 years ago
A crash occurs when attempting to copy selected text.
Categories
(Core :: DOM: Editor, defect, P1)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M3
People
(Reporter: chrispetersen, Assigned: buster)
Details
Version: Viewer.app
Build:Feb 1
Platform: Mac (Doesn't occur on Windows)
Expected Result: To copy the selected text.
What I got:The program crashes.
Steps to Reproduce:
1) Open Viewer.app
2) Select any text on the page.
3) Select copy from the Edit menu or press command C.
4) The crash occurs.
Reporter | ||
Updated•26 years ago
|
QA Contact: 4144
Either a selection bug or a CCP bug. Either way, it's yours to enjoy!
Summary: A crash occurs when attempting to copy selected text. → [PP]A crash occurs when attempting to copy selected text.
Updated•26 years ago
|
OS: Mac System 8.5 → All
Hardware: Macintosh → All
Summary: [PP]A crash occurs when attempting to copy selected text. → A crash occurs when attempting to copy selected text.
Comment 4•26 years ago
|
||
This is cross platform, happens on Linux (with my about-to-be-checked-in ostream
selection code) and Windows too.
Here's the stack trace on Linux:
#0 0x4060807e in nsParser::ResumeParse (this=0x81e56f8, aDefaultDTD=0x0)
at nsParser.cpp:705
#1 0x40607f4e in nsParser::Parse (this=0x81e56f8, aSourceBuffer=@0xbfffef68,
aKey=0x0, anHTMLString=0, aEnableVerify=0, aLastCall=1) at nsParser.cpp:678
#2 0x805d4d6 in nsBrowserWindow::DoCopy (this=0x814a990)
at nsBrowserWindow.cpp:2221
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 5•26 years ago
|
||
Changes in the parsing system are causing the crash. RickG and I are looking
into it.
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 6•26 years ago
|
||
Fixed in parser update
Reporter | ||
Comment 8•26 years ago
|
||
This bug is fixed on Windows. However, I'm not able to access the editor in the
Mac Build. Is there a way I can do this ?
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 9•26 years ago
|
||
Using March 19th Build of Apprunner (Mac,Windows, Linux), copying text no longer
causes a crash.
Comment 10•25 years ago
|
||
Reassigning all bugs Assigned To kostello to buster
Assignee | ||
Comment 11•25 years ago
|
||
All these bugs were marked "New" when Jan transfered ownership of them to me.
They were all resolved and need to be marked "Verified" again.
Comment 12•25 years ago
|
||
This was Verified on 03/19/99...resetting back to Verified...Bugzilla wacked
out.
You need to log in
before you can comment on or make changes to this bug.
Description
•