Closed
Bug 124843
Opened 24 years ago
Closed 17 years ago
can't copy whole text
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: timeless, Assigned: jag+mozilla)
References
()
Details
1. load url
2. press ctrl-enter
3. edit>select all
4. edit>copy
5. find an app and try to paste the text
result: fraction of line one
expect: 3 lines
Neil indicates there are embedded nulls in the text.
i see squares
1) keydown charCode=0 keyCode=13 character=|a square| modifiers=Ctrl
![]() |
||
Comment 2•24 years ago
|
||
This is selection. We're not putting anything past the "1) keydown charCode=0
keyCode=13 character=|" into PRIMARY either....
Assignee: jaggernaut → mjudge
Severity: normal → major
Component: XP Toolkit/Widgets → Selection
OS: FreeBSD → Linux
QA Contact: jrgm → tpreston
I think the "square" is actually CHAR(13) + CHAR(10), a Windows linefeed.
That's what I see when looking at the pasted output in UltraEdit's Hex view, at
least.
ok you Can select it. selection appears to be working. please assign copy bugs
to XPAps.
Assignee: mjudge → trudelle
Component: Selection → XP Apps
QA Contact: tpreston → sairuh
Updated•23 years ago
|
QA Contact: sairuh → tpreston
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
Updated•19 years ago
|
Assignee: bryner → jag
QA Contact: tpreston
Target Milestone: Future → ---
Comment 6•17 years ago
|
||
I am able to paste all three lines in trunk.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•