Closed
Bug 66579
Opened 24 years ago
Closed 23 years ago
copy/paste of list item into another list items causes caret problems
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
mozilla1.0
People
(Reporter: sujay, Assigned: mozeditor)
References
Details
(Whiteboard: [list][QAHP])
Attachments
(1 file)
2.47 KB,
patch
|
Details | Diff | Splinter Review |
using 1/25 build of netscape
1) launch netscape
2) launch composer
3) insert bullet and text(This is a test), like below
* This is a test
4) hit carriage return forcing another bullet on second line
* This is a test
*
5) Now Copy the text on the first bullet line(This is a test)
and paste it into the second bullet.
As you do this you'll notice a blinking caret at the end of the
2nd line all the way at the edge of the document
all platforms.
Comment 1•24 years ago
|
||
assigning to jfrancis, setting to moz0.9.1
Assignee: beppe → jfrancis
Target Milestone: --- → mozilla0.9.1
Assignee | ||
Comment 4•24 years ago
|
||
Assignee | ||
Comment 5•24 years ago
|
||
ignore patch; wrong bug.
Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.1 → mozilla0.9.2
Updated•24 years ago
|
Whiteboard: [QAHP] → [list][QAHP]
Updated•24 years ago
|
Priority: P4 → P3
Comment 8•24 years ago
|
||
I have the fix for bug #57477 in my tree. I no longer get an uber-caret when I
copy/paste as described in the original bug report. Also, I cannot reproduce
85520.
I still can reproduce #71873 (initial bug report only) so maybe it's not really a
duplicate or the fix is incomplete?
Comment 9•24 years ago
|
||
With the latest patch in bug #57477, I can't reproduce the bug described in this
bug report but I can reproduce the two bugs marked as duplicates of this bug
(bug #71873 and bug #85520).
Assignee | ||
Comment 10•24 years ago
|
||
fix checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 11•24 years ago
|
||
still not fixed in 6/19 build.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 12•24 years ago
|
||
i thought one of my other patches had fixed this since i had been unable to
reproduce it on my machine. Since it isn't fixed i'm pushing it back to 093 -
it's not as critical as some of the 092 stuff.
Target Milestone: mozilla0.9.2 → mozilla0.9.3
Updated•24 years ago
|
Target Milestone: mozilla0.9.3 → mozilla1.0
Reporter | ||
Comment 13•23 years ago
|
||
Syd gave me permission to add nsbeta1 keyword to all bugs marked "[QAHP]"
in the status whiteboard. These are Editor usability bugs and are important
to fix for MachV.
We will have another triage meeting at some later date and re-evaluate
whether this bug is a MUSTFIX for MachV.
Keywords: nsbeta1
Assignee | ||
Comment 14•23 years ago
|
||
fixed
Status: REOPENED → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 15•23 years ago
|
||
verified on 9/7 0.9.4 branch. works fine.
when you copy "This is a test" from this list
* This is a test
*
and paste it into the second bullet, you get the following
* This is a test
* This is a test
*
so I guess this works now.
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 16•23 years ago
|
||
verified in 9/7 trunk also.
You need to log in
before you can comment on or make changes to this bug.
Description
•