Closed
Bug 3827
Opened 26 years ago
Closed 25 years ago
Need to initialize editor from an nsString
Categories
(Core :: DOM: Editor, defect, P2)
Tracking
()
M9
People
(Reporter: sfraser_bugs, Assigned: akkzilla)
Details
jefft wrote:
Another question, is it possible for the Ender to read in an html string buffer
like in the old 4.5 code base ReadFromBuffer() routine?
We need this in the editor interfaces. I guess we'll use one of mcmullen's
streams. (nsStrStream or similar).
Reporter | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P2
Hardware: Macintosh → All
Target Milestone: M4
Updated•26 years ago
|
Target Milestone: M4 → M5
Comment 1•26 years ago
|
||
Change Milestone to M5. Adding Akkana to the CC list
Reporter | ||
Updated•25 years ago
|
Target Milestone: M5 → M6
Reporter | ||
Comment 2•25 years ago
|
||
Not sure I'll get to this by M5. Is this blocking anyone?
Comment 3•25 years ago
|
||
I don't think we have any M5 commitments which depend on this.
Reporter | ||
Updated•25 years ago
|
Assignee: sfraser → akkana
Status: ASSIGNED → NEW
Reporter | ||
Comment 4•25 years ago
|
||
Reassign.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
Assignee | ||
Comment 5•25 years ago
|
||
Further discussion between gecko people and mail/news people revealed that this
was contrary to the W3C dom plans and isn't really needed for mailnews anyway;
so the current plan is that we're not going to do it. You can always break up
big messages into smaller chunks and insert the chunks one by one if need be.
What about the orginal question of feeding in html string fragments? Is it there
yet?
Assignee | ||
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Summary: Need to feed editor an HTML stream → Need to initialize editor from an nsString
Target Milestone: M6 → M7
Assignee | ||
Updated•25 years ago
|
Resolution: WONTFIX → ---
Assignee | ||
Comment 7•25 years ago
|
||
We can't insert html fragments yet; that's waiting on some work from the parser
(optimistically on the M7 schedule list at the moment). But we might be able to
initialize the whole document from an nsString instead of a file; I'll take a
look at that. Reopening and changing summary to reflect the original question.
Assignee | ||
Comment 8•25 years ago
|
||
Clearing resolution.
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → ASSIGNED
Target Milestone: M7 → M9
Assignee | ||
Comment 9•25 years ago
|
||
HTML fragments are currently on our schedule for M9 (though we may be able to
get them in for M8).
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 10•25 years ago
|
||
Comment 11•25 years ago
|
||
verified this is a DUP...7/24 build.
You need to log in
before you can comment on or make changes to this bug.
Description
•