зеркало из https://github.com/mozilla/pjs.git
Set fLogicalOrder in the SCRIPTITEM before copying to the ranges so that ScriptPlace has it set. Bug 395676, r+blocking1.9=pavlov
This commit is contained in:
Родитель
f2b0fdef8b
Коммит
bed0ab506f
|
@ -913,8 +913,8 @@ public:
|
||||||
|
|
||||||
const PRUnichar *str = mAlternativeString ? mAlternativeString : mRangeString;
|
const PRUnichar *str = mAlternativeString ? mAlternativeString : mRangeString;
|
||||||
|
|
||||||
|
mScriptItem->a.fLogicalOrder = PR_TRUE;
|
||||||
SCRIPT_ANALYSIS sa = mScriptItem->a;
|
SCRIPT_ANALYSIS sa = mScriptItem->a;
|
||||||
sa.fLogicalOrder = PR_TRUE;
|
|
||||||
/*
|
/*
|
||||||
fLinkBefore and fLinkAfter in the SCRIPT_ANALYSIS structure refer to
|
fLinkBefore and fLinkAfter in the SCRIPT_ANALYSIS structure refer to
|
||||||
the whole item, so if the current range begins after the beginning
|
the whole item, so if the current range begins after the beginning
|
||||||
|
|
Загрузка…
Ссылка в новой задаче