Chromium Code Reviews
DescriptionFix element visibility check for validation bubbles and SELECT popups.
- Do not use FrameView::boundsRect() for element visibility check
It's scaled by minimum-scale. We should use VisualViewport::size().
- Introduce Element::visibleBoundsInViewport() to merge duplicated code in
HTMLSelectElement and ValidationMessageClientImpl.
BUG=633457
Committed: https://crrev.com/48565e7338d3f8d0cbfdb082f51e609b7bfd4624
Cr-Commit-Position: refs/heads/master@{#410567}
Patch Set 1 #
Total comments: 10
Patch Set 2 : Rename to visibleBoundsInVisualViewport(), etc. #Messages
Total messages: 23 (17 generated)
|