зеркало из https://github.com/mozilla/gecko-dev.git
b=192320 Cannot down arrow in file
r=mjudge sr=kin
This commit is contained in:
Родитель
e2df34009e
Коммит
db88d9b75b
|
@ -793,6 +793,9 @@ nsLineIterator::FindFrameAt(PRInt32 aLineNumber,
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
if (!line->mBounds.width)
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
if (aX < line->mBounds.x) {
|
||||
nsIFrame* frame;
|
||||
if (mRightToLeft) {
|
||||
|
|
|
@ -793,6 +793,9 @@ nsLineIterator::FindFrameAt(PRInt32 aLineNumber,
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
if (!line->mBounds.width)
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
if (aX < line->mBounds.x) {
|
||||
nsIFrame* frame;
|
||||
if (mRightToLeft) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче