зеркало из https://github.com/mozilla/gecko-dev.git
Bug 458651. Text hidden with 'blink' should still receive events. r+sr=roc
--HG-- extra : rebase_source : cfde922d71be51795c3d3fa398faead1d00e2e55
This commit is contained in:
Родитель
2624eb3ef2
Коммит
a9a76664ab
|
@ -3880,7 +3880,7 @@ nsTextFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder,
|
|||
DO_GLOBAL_REFLOW_COUNT_DSP("nsTextFrame");
|
||||
|
||||
if ((0 != (mState & TEXT_BLINK_ON_OR_PRINTING)) && nsBlinkTimer::GetBlinkIsOff() &&
|
||||
PresContext()->IsDynamic())
|
||||
PresContext()->IsDynamic() && !aBuilder->IsForEventDelivery())
|
||||
return NS_OK;
|
||||
|
||||
return aLists.Content()->AppendNewToTop(new (aBuilder) nsDisplayText(this));
|
||||
|
|
Загрузка…
Ссылка в новой задаче