#482: note to self

This commit is contained in:
Cameron Kaiser 2018-03-12 21:04:48 -07:00
parent 0c70c7c824
commit 366e20af50
1 changed files with 3 additions and 0 deletions

View File

@ -705,6 +705,9 @@ nsBidiPresUtils::Resolve(nsBlockFrame* aBlockFrame)
/* } */
#endif
}
// Moving the below here so that we can keep partial work causes RTL
// to get munged. It seems we really do have to iterate through all the
// frames again from the beginning if any are RTL.
if (!bpd.mRequiresBidi) {
return NS_OK;
}