Closed
Bug 4698
Opened 26 years ago
Closed 25 years ago
Copy/Paste yields tiny boxes after pasting
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M5
People
(Reporter: sujay, Assigned: rods)
Details
(Whiteboard: have fix.)
using 4/7 build of apprunner on Windows.
Launch apprunner.
invoke Editor from Task menu.
Copy some text, than paste it.
you'll notice at least 1 little box pasted. what is that box?
Updated•25 years ago
|
Assignee: kostello → akkana
Target Milestone: M5
Comment 1•25 years ago
|
||
Assigning to Akkana and marking M5 (
Updated•25 years ago
|
Status: NEW → ASSIGNED
Comment 2•25 years ago
|
||
That sounds like a case of the pasted string not getting terminated -- we used
to have that problem in the Linux paste code. I'll look at it as soon as the
cross platform copy/paste code is entirely in (right now both mcafee and Rod
have some changes coming).
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 3•25 years ago
|
||
The new copy/paste code was turned on last night; this morning's (4/21) build
should have it. Please check and make sure that this problem has gone away (I
never saw it myself with the old copy/paste code).
I have to reopen this one, cause I'm seeing it again..
Copy or Cut followed by Paste does insert those little boxes.
Sometimes even 3 boxes here and there...
Updated•25 years ago
|
Assignee: akkana → rods
Status: REOPENED → NEW
Comment 6•25 years ago
|
||
Wasn't this marked Linux before? Since it's windows now, I'm reassigning to
rods. I don't see this on linux.
Comment 7•25 years ago
|
||
There was another bug on "tiny boxes",
http://bugzilla.mozilla.org/show_bug.cgi?id=5516, which got fixed for this
morning's build. Possibly this one got fixed at the same time?
Assignee | ||
Comment 10•25 years ago
|
||
I don't see the little square and I pulled fresh this morning this morning.
Reporter | ||
Comment 11•25 years ago
|
||
okay let me re-try on 4/30 build....stay tuned...
Reporter | ||
Comment 12•25 years ago
|
||
Rod, I re-tried on 4/30 builds on Win 98 and I still see those
tiny boxes appear. Can you please try the same build that I installed:
ftp://sweetlou/products/client/seamonkey/windows/32bit/x86/current/base.zip
date stamp= Fri Apr 30 00:58:00 1999
Assignee | ||
Updated•25 years ago
|
Resolution: FIXED → ---
Assignee | ||
Comment 13•25 years ago
|
||
I have a fix, on Win98 the GlobalAlloc allocates bytes to the nearest DWORD, NT
allocas what you ask for. Also, external windows (on Win98) apps expect strings
to be null terminated.
I have put in a check to make sure the correct amount of memory gets allocated
and zeroed. Then when pulling text from global memory I make sure I strip all
the terminating zeroes not just the last one.
Updated•25 years ago
|
Whiteboard: have fix.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 14•25 years ago
|
||
verified in 5/3 build.
You need to log in
before you can comment on or make changes to this bug.
Description
•