Closed
Bug 162296
Opened 23 years ago
Closed 3 years ago
[PATCH] pasting to bullet list from exported bookmark file hangs mozilla
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: dahlberg, Unassigned)
References
()
Details
(Keywords: hang, polish)
Attachments
(1 obsolete file)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1b) Gecko/20020721
BuildID: 2002072104
Pasting text from an exported Mozilla bookmark file
to a bullet list hangs all of Mozilla.
Reproducible: Always
Steps to Reproduce:
1.Open web address http://www.ce.chalmers.se/~dahlberg/mozillatest5.html
2.Follow instructions in file
3.
Actual Results: Mozilla hangs
Expected Results: Data copied
Confirming bug. This bug occurs because the list item where the data are pasted
has no enclosing list... Conclusions :
(a) the markup of that page is invalid....
(b) I hope that this invalid markup is not generated by our bookmarks export
(c) mozilla hangs probably because it can't find an OL or an UL above the LI
(d) wherever we decide to accept paste or not, Mozilla should not hang
Status: UNCONFIRMED → NEW
Ever confirmed: true
=> self
Assignee: syd → glazman
Updated•23 years ago
|
Status: NEW → ASSIGNED
Summary: pasting to bullet list from exported bookmark file hangs mozilla → [PATCH] pasting to bullet list from exported bookmark file hangs mozilla
Whiteboard: fix in hand, needs r=, needs sr=
Comment 4•23 years ago
|
||
Comment on attachment 94923 [details] [diff] [review]
patch v1.0
Daniel is working on a new patch to address the same problem in other nearby
blocks of code (table, etc)
Attachment #94923 -
Attachment is obsolete: true
Updated•23 years ago
|
Reporter | ||
Comment 5•23 years ago
|
||
This problem is not limited to the case with a missing UL.
This is demonstrated by http://www.ce.chalmers.se/~dahlberg/mozillatest1.html
Here a hang occurs for a list surrounded by UL /UL
Updated•22 years ago
|
Component: Editor: Composer → Editor: Core
Keywords: polish
Whiteboard: fix in hand, needs r=, needs sr=
See Bug 204615 Comment 4 for another way to reproduce this (or simimar) problem
in builds starting approximately September 2004 in both email compose and HTML
Composer.
Updated•18 years ago
|
QA Contact: sujay → editor
Comment 9•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last months and this bug has severity 'critical'.
:hsinyi, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: daniel → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(htsai)
Comment 10•3 years ago
|
||
The urls in the previous comments are not accessible. I think we can close this as INCOMPLETE and file a new one when we encounter a new hang issue.
Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(htsai)
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•