Closed
Bug 18366
Opened 26 years ago
Closed 26 years ago
[BLOCK] ContentAppend causes the select frame to be deleted and recreate (WipeContainingBlock problem)
Categories
(Core :: Layout, defect, P3)
Tracking
()
RESOLVED
WONTFIX
M17
People
(Reporter: rods, Assigned: waterson)
References
Details
ContentAppend calls WipeContainingBlock which caues the nsListControlFrame to be
deleted and recreated which is wrong. Currently, as a work-around we check to
see if it is a select frame and then we don't call it.
Why are you re-reassing layout bugs? Do NOT touch layout bugs.
The bugs are assigned to Kipp so they can stay neatly organized until we have a
new owner for the block/inline code.
rod: with your workaround in place, how severe a problem is this? I'm trying
to find a milestone for it, and I'm inclined to move it out past beta if you
have a successful workaround.
mass moving all Kipp's pre-beta bugs to M15. Nisheeth and I will
prioritize these and selectively move high-priority bugs into M13 and M14.
Summary: ContentAppend causes the select frame to be deleted and recreate → [BLOCK] ContentAppend causes the select frame to be deleted and recreate
Troy: Rod said you had some insight into the problems caused by
WipeContainingBlock. How about a quick summary?
Summary: [BLOCK] ContentAppend causes the select frame to be deleted and recreate → [BLOCK] ContentAppend causes the select frame to be deleted and recreate (WipeContainingBlock problem)
troy: also, how about a comment about whether this is a beta blocker, or
whether it can be fixed post-beta (if you have an opinion on the matter.)
I think the wipe containing block nonsense needs to be fixed before we go
to beta.
We don't have to improve all of the cases, just the case of appeneded content
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•26 years ago
|
Target Milestone: M16 → M17
| Assignee | ||
Comment 14•26 years ago
|
||
We'll keep the hack for now. At some point, if we decide to re-write
WipeContainingBlock to be smarter, we'll deal with this then.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•