Closed
Bug 226789
Opened 22 years ago
Closed 21 years ago
win32: copy and paste leaves a bogus <!--StartFragment--> comment
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 158103
People
(Reporter: sspitzer, Assigned: sspitzer)
Details
win32: copy and paste leaves a bogus <!--StartFragment--> comment
for reference, see:
http://groups.google.com/groups?q=startfragment+mozilla&hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=off&selm=bdn2r9%24fg31%40ripley.netscape.com&rnum=2
the problem is here:
http://lxr.mozilla.org/mozilla/source/widget/src/windows/nsDataObj.cpp#1065
we need to set the StartFragment byte offset to be after <!--StartFragment-->,
not before it.
1064 ptr = strstr(buf, "StartFragment");
1065 wsprintf(ptr+14, "%08u", strstr(buf, "<!--StartFrag") - buf);
1066 *(ptr+14+8) = '\r';
*** This bug has been marked as a duplicate of 158103 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•