Closed
Bug 87882
Opened 24 years ago
Closed 24 years ago
pasting text from one bullet to another yields extra bullet
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
mozilla0.9.5
People
(Reporter: sujay, Assigned: mozeditor)
References
()
Details
(Whiteboard: [QAHP] fix in hand; need r=,sr=)
Joe, Beth sent you a mail note on this issue. I know you intended this by
design, but....
using 6/25 build of netscape
1) launch netscape
2) Open Kevin McCluskey's attachment in this bug report 57477
3) Bring it into the editor
4) select the <Move under heading1> text
5) ctrl-c to copy to clipboard
6) click on the <LI> under heading 1
7) ctrl-v to paste
it pastes in fine, however you end up with an extra bullet that you
didn't ask for.
all platforms.
Added URL for test case sujay mentioned above:
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=17686
FYI, it's not adding an "extra" bullet, it's simply pushing the existing blank
list item below your newly pasted list items. I think the assumption is *not* to
merge the contents of existing list items with the contents of list items being
pasted in, which in my opinion is a safe assumption since you can't tell what
the user intended.
I think this is what the current rules are set up to do ...
1. If your caret is at the beginning of a list item:
* |MyList item
pasting a new list item will put the new item before it:
* New list item
* My list item
2. If your caret is at the end of a list item:
* My list item|
pasting a new list item will put the new item after it:
* My list item
* New list item
3. If your caret is in the middle of an existing list item,
say just after the word "list"
* My list| item
pasting would yield:
* My list
* New list item
* item
This "extra" bullet is actually the result of #1.
*** Bug 86766 has been marked as a duplicate of this bug. ***
Updated•24 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → mozilla0.9.3
Comment 5•24 years ago
|
||
users will perceive the added bullet as
reviewed and approved
Keywords: nsBranch
Assignee | ||
Comment 6•24 years ago
|
||
see patch for this and other bugs attached to
bug 83918
Whiteboard: [QAHP] → [QAHP] fix in hand; need r=,sr=
Comment 8•24 years ago
|
||
clearing the nsbranch keyword so as not to be confused with the current set of
nsbranch bugs.
Keywords: nsBranch
Target Milestone: mozilla0.9.4 → mozilla0.9.5
Assignee | ||
Comment 9•24 years ago
|
||
fix checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 10•23 years ago
|
||
verified in 8/31 build
however there is a minor caret issue after pasting the text
into the bullet...will file a new bug on this...
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•