selection changes for new model of content only. frames no longer contain variables referring to selection state outside of 1 bit. keyboard selection will now be disabled until i can get it working in the new selection world order.

git-svn-id: svn://10.0.0.236/trunk@29153 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mjudge%netscape.com
1999-04-26 04:02:04 +00:00
parent a6ece6b3a1
commit 0352ad75c6
15 changed files with 1147 additions and 1433 deletions

View File

@@ -45,6 +45,9 @@ nsSplittableFrame::Init(nsIPresContext& aPresContext,
if (state & NS_FRAME_REPLACED_ELEMENT) {
mState |= NS_FRAME_REPLACED_ELEMENT;
}
if (state & NS_FRAME_SELECTED_CONTENT) {
mState |= NS_FRAME_SELECTED_CONTENT;
}
}
return rv;