зеркало из https://github.com/mozilla/pjs.git
Bug 393906. Make AdjustOffsetsForBidi maintain textframe invariants across the entire continuation chain, not just the fluid chain. r=smontagu
This commit is contained in:
Родитель
3ced9d2e71
Коммит
79f82dde9f
|
@ -5798,7 +5798,7 @@ nsTextFrame::AdjustOffsetsForBidi(PRInt32 aStart, PRInt32 aEnd)
|
|||
*/
|
||||
ClearTextRun();
|
||||
|
||||
nsTextFrame* prev = static_cast<nsTextFrame*>(GetPrevInFlow());
|
||||
nsTextFrame* prev = static_cast<nsTextFrame*>(GetPrevContinuation());
|
||||
if (prev) {
|
||||
// the bidi resolver can be very evil when columns/pages are involved. Don't
|
||||
// let it violate our invariants.
|
||||
|
|
Загрузка…
Ссылка в новой задаче