Closed
Bug 47014
Opened 25 years ago
Closed 25 years ago
Paste does not honor dtd
Categories
(Core :: DOM: Editor, defect, P1)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
People
(Reporter: mozeditor, Assigned: mozeditor)
References
Details
(Keywords: dataloss, html4, Whiteboard: [nsbeta3-][p:1][pdtp1][rtm NEED INFO])
This is a catchall bug for the problem of Paste not making an effort to contruct
a legal document. I'm duping some other bugs to this one. See them for specific
examples.
| Assignee | ||
Comment 4•25 years ago
|
||
milestone, b3 nomination
Comment 5•25 years ago
|
||
Adding correctness and adding nsbeta3+
Keywords: correctness
Whiteboard: nsbeta3+
Updated•25 years ago
|
Whiteboard: nsbeta3+ → {nsbeta3+}
Updated•25 years ago
|
Whiteboard: {nsbeta3+} → [nsbeta3+]
Comment 6•25 years ago
|
||
setting priority in status whiteboard
Priority: P3 → P1
Whiteboard: [nsbeta3+] → [nsbeta3+][p:1]
Comment 9•25 years ago
|
||
PDT: this is a correctness issue in regards to standards compliance, if this is
not fixed, then we would be allowing invalid HTML into the document.
Comment 10•25 years ago
|
||
Changing priority to P4. Perfection is not what we should be shooting for here.
If there are individual cases that are very difficult to recover from, we
could consider a higher priority.
Priority: P1 → P4
Whiteboard: [nsbeta3+][p:1] → [nsbeta3+][p:1][pdtp4]
Comment 11•25 years ago
|
||
there are numerous issues -- movin td, th, li, etc -- all elements that have
required parents can and will be copied/moved incorrectly. you should reconsider
this one.
Comment 12•25 years ago
|
||
Agree with beppe. If this is not fixed, Composer will produce corrupted HTML
files. Since we're corrupting the user data, this is in essence a dataloss bug.
(A corrupted HTML file is an unusable HTML file.) Marking dataloss. Michael, how
do we request a PDT review of this decision--clear the [p:1][pdtp4] keyword?
Keywords: dataloss
Comment 13•25 years ago
|
||
talked with pdt team yesterday, they agreed to have joe work on this one,
bumping back up to p1, and removed pdt priority
Priority: P4 → P1
Whiteboard: [nsbeta3+][p:1][pdtp4] → [nsbeta3+][p:1][pdtp1]
Comment 14•25 years ago
|
||
Would not hold PR3 for this...please specify areas that will be fixed to help
bound the scope of work.
Comment 15•25 years ago
|
||
as discussed in the pdt meeting, joe is working on ensuring that highly used
elements such as <li> grabs the parent. We are not trying to solve all
scenarios, just the most common.
Comment 16•25 years ago
|
||
Marking nsbeta3- per Jim Hamerly's last comment. Nominating for rtm.
Keywords: rtm
Whiteboard: [nsbeta3+][p:1][pdtp1] → [nsbeta3-][p:1][pdtp1]
Comment 17•25 years ago
|
||
Joe, please include the required information per the rtm checkin rules
Whiteboard: [nsbeta3-][p:1][pdtp1] → [nsbeta3-][p:1][pdtp1][rtm+ NEED INFO]
Target Milestone: M18 → M19
Updated•25 years ago
|
Keywords: html4,
mozilla0.9
Comment 18•25 years ago
|
||
removing + per pdt sw rules
Whiteboard: [nsbeta3-][p:1][pdtp1][rtm+ NEED INFO] → [nsbeta3-][p:1][pdtp1][rtm NEED INFO]
| Assignee | ||
Comment 19•25 years ago
|
||
fixed.
Comment 20•25 years ago
|
||
marking FIXED per jfrancis' last comment (assuming he just forgot to do so).
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•