Open Bug 1373477 Opened 7 years ago Updated 2 years ago

Consider using DOM instead of nsTableWrapperFrame::GetCell to turn on lazy frame construction

Categories

(Core :: DOM: Editor, enhancement, P3)

enhancement

Tracking

()

People

(Reporter: m_kato, Assigned: m_kato)

References

Details

Editor uses nsTableWrapperFrame::GetCell for table handling. But if lazy frame construction is turned on, this method might be failure due to no nsTableCellFrame. So we should be consider that we use DOM for it instead of frame.
Blocks: 699703
Removing dependency of bug 1348073 since I have fixed bug 699703 by another way. This is feature item not to depend on frame for selection.
No longer blocks: 1348073
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.