Bug 458651. Text hidden with 'blink' should still receive events. r+sr=roc

--HG--
extra : rebase_source : cfde922d71be51795c3d3fa398faead1d00e2e55
This commit is contained in:
Timothy Nikkel 2009-06-24 21:09:26 +12:00
Родитель 2624eb3ef2
Коммит a9a76664ab
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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));