Closed
Bug 128294
Opened 23 years ago
Closed 23 years ago
pasting bullet with couple nested bullet into another document bullet flattens + caret displacement
Categories
(SeaMonkey :: Composer, defect, P2)
SeaMonkey
Composer
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.0
People
(Reporter: sujay, Assigned: mozeditor)
Details
(Whiteboard: EDITORBASE+, QAHP; fixinhand; a=)
Attachments
(1 file)
9.72 KB,
patch
|
glazou
:
review+
mozeditor
:
superreview+
asa
:
approval+
|
Details | Diff | Splinter Review |
using 2/27 build of netscape
1) launch netscape
2) launch composer
3) insert bullet list like this:
* banana
* apple
o cat
o dog
4) copy apple thru dog
5) new blank page
6) insert bullet
7) paste
list is flat....expected nested list.
also look at where the caret is!
also the list is totall screwed up, looks like this:
*
* apple
* cat
* dog
*
this is bad...
must fix this...this is a regression..
Keywords: nsbeta1
Whiteboard: EDITORBASE
Assignee | ||
Comment 2•23 years ago
|
||
There are two issues here. First is that the list splits. This only happens on
windows. I understand this issue and it is a dup of 127869.
The second issue is that the list gets flattened at paste. I understand this one
too (and it happens on all platforms). Fix comng this weekend.
Status: NEW → ASSIGNED
Marking EDITORBASE+
Assignee | ||
Comment 5•23 years ago
|
||
Assignee | ||
Comment 6•23 years ago
|
||
This patch fixes this bug along with bugs 127869, 127939, and 128793
Whiteboard: EDITORBASE+, QAHP → EDITORBASE+, QAHP; fixinhand; need r=,sr=,a=
Assignee | ||
Comment 7•23 years ago
|
||
Comment on attachment 72374 [details] [diff] [review]
patch for editor/libeditor
kin and i went over this just now and he gives his sr=
Attachment #72374 -
Flags: superreview+
Comment on attachment 72374 [details] [diff] [review]
patch for editor/libeditor
r=glazman
Attachment #72374 -
Flags: review+
Assignee | ||
Updated•23 years ago
|
Whiteboard: EDITORBASE+, QAHP; fixinhand; need r=,sr=,a= → EDITORBASE+, QAHP; fixinhand; a=
Comment 10•23 years ago
|
||
Comment on attachment 72374 [details] [diff] [review]
patch for editor/libeditor
a=asa (on behalf of drivers) for checkin to the 1.0 trunk
Attachment #72374 -
Flags: approval+
Assignee | ||
Comment 11•23 years ago
|
||
landed on trunk
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 12•23 years ago
|
||
verified in 3/11 trunk build on Win 98
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•