This hover test is failing: fast/selectors/unqualified-hover-strict.html
We may not be getting the hover event, or we may be failing to paint the background.
Hi,
accoriding to my analysis the event is coming to LayouView,
but in ViewPainter::PaintBoxDecorationBackground() it is returning in between at
if (DrawingRecorder::UseCachedDrawingIfPossible(
context, *display_item_client, DisplayItem::kDocumentBackground))
return;
for RLS, i tried to comment the condition and return, but the background was not consistant
Comment 1 by suneel.k...@samsung.com
, Oct 26 2017Hi, accoriding to my analysis the event is coming to LayouView, but in ViewPainter::PaintBoxDecorationBackground() it is returning in between at if (DrawingRecorder::UseCachedDrawingIfPossible( context, *display_item_client, DisplayItem::kDocumentBackground)) return; for RLS, i tried to comment the condition and return, but the background was not consistant