RESOLVED FIXED 135683
Services overlay flashes a lot; should have some hysteresis before showing overlay
https://bugs.webkit.org/show_bug.cgi?id=135683
Summary Services overlay flashes a lot; should have some hysteresis before showing ov...
Tim Horton
Reported 2014-08-06 18:42:23 PDT
Attachments
patch (12.79 KB, patch)
2014-08-06 19:30 PDT, Tim Horton
simon.fraser: review+
patch (12.76 KB, patch)
2014-08-06 19:55 PDT, Tim Horton
simon.fraser: review+
Tim Horton
Comment 1 2014-08-06 19:30:42 PDT
Tim Horton
Comment 2 2014-08-06 19:31:45 PDT
Comment on attachment 236166 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=236166&action=review > Source/WebCore/dom/Document.cpp:3523 > + /*ASSERT(m_inInvalidateNodeListAndCollectionCaches err. ignore this part.
Simon Fraser (smfr)
Comment 3 2014-08-06 19:43:21 PDT
Comment on attachment 236166 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=236166&action=review > Source/WebKit2/WebProcess/WebPage/ServicesOverlayController.h:89 > + bool mouseIsOverHighlight(DDHighlightRef, bool& mouseIsOverButton); const method? > Source/WebKit2/WebProcess/WebPage/ServicesOverlayController.h:90 > + std::chrono::milliseconds remainingTimeUntilHighlightShouldBeShown(); const method?
Tim Horton
Comment 4 2014-08-06 19:55:30 PDT
Created attachment 236168 [details] patch Made Simon's changes; turned off hysteresis for telephone number highlights (they're already nice and stable); made it so that clicking where the highlight would be won't show the menu unless the timeout has passed.
Tim Horton
Comment 5 2014-08-06 19:58:48 PDT
Note You need to log in before you can comment on or make changes to this bug.