Closed
Bug 81315
Opened 24 years ago
Closed 24 years ago
Drag-and-dropping list items in composer cause lots of assertions, and is not undoable
Categories
(Core :: DOM: Editor, defect, P2)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
mozilla0.9.6
People
(Reporter: sfraser_bugs, Assigned: mozeditor)
References
()
Details
(Whiteboard: EDITORBASE; FIXINHAND; need r=,sr=)
Attachments
(1 file)
6.78 KB,
patch
|
Details | Diff | Splinter Review |
Edit Page on this URL. In composer, select across two of the list items, like the
ones for MacCentral, AppleInsider. Click and drag, dropping the selected items at
the end of the 'MacCVS' header. You'll assert several times (in debug builds),
and Undo then does nothing.
Comment 1•24 years ago
|
||
moving out to 1.0
Priority: -- → P2
Summary: Drag-and-dropping text with links in composer caues lots of assertions, and is not undoable → Drag-and-dropping text with links in composer cause lots of assertions, and is not undoable
Target Milestone: --- → mozilla1.0
FYI, this bug has nothing to do with links. I think the problem has to do with
the fact that when we D&D, we aren't putting the extra info about parent
hierarchies (high watermark stuff) on the transfer data table, like we do for
copy/paste.
Moving this in to mozilla0.9.4. This problem can generate lots of assertions
when reply to emails, during the insert quotation phase, which goes through this
same code.
Status: NEW → ASSIGNED
OS: Mac System 8.5 → All
Hardware: Macintosh → All
Summary: Drag-and-dropping text with links in composer cause lots of assertions, and is not undoable → Drag-and-dropping list items in composer cause lots of assertions, and is not undoable
Target Milestone: mozilla1.0 → mozilla0.9.4
Assignee | ||
Comment 4•24 years ago
|
||
I should probably either own or help out with this. I'll leave ownership
decision up to Kin though. I'm happy to have help!
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Whiteboard: EDITORBASE; 3 days?
Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.5 → mozilla0.9.6
Assignee | ||
Updated•24 years ago
|
Whiteboard: EDITORBASE; 3 days? → EDITORBASE; FIXINHAND; need r=,sr=
Assignee | ||
Comment 6•24 years ago
|
||
Assignee | ||
Comment 7•24 years ago
|
||
fix checked in on trunk
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•