mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 21:36:20 +00:00
Bug 458651. Text hidden with 'blink' should still receive events. r+sr=roc
--HG-- extra : rebase_source : cfde922d71be51795c3d3fa398faead1d00e2e55
This commit is contained in:
parent
2624eb3ef2
commit
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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user