Fixed bug #2885 - the linebreaker couldn't handle a special case...
git-svn-id: svn://10.0.0.236/trunk@21705 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2123,7 +2123,8 @@ TextFrame::Reflow(nsIPresContext& aPresContext,
|
||||
#endif
|
||||
lineLayout.ForgetWordFrame(this);
|
||||
}
|
||||
else {
|
||||
|
||||
if (!lineLayout.InWord()) {
|
||||
// There is no currently active word. This frame may contain the
|
||||
// start of one.
|
||||
if (endsInWhitespace) {
|
||||
|
||||
Reference in New Issue
Block a user