VR: Cursor partially obscured by loading progress bar |
||
Issue descriptionChrome Version: Pixel XL with 60.0.3110.0 OS: Android What steps will reproduce the problem? (1) In the VR browser, navigate. (2) Move the cursor slightly above the loading progress bar. What is the expected result? The cursor should be on top of the bar. What happens instead? The cursor is behind the bar and partially obscured.
,
May 29 2017
The cursor is (and I think should be) drawn on the element it's targeting. In this case the cursor is targeting the background, and it's drawn on the background. We don't want the cursor to ignore depth buffer, or it's going to bizarrely cut into elements it's behind (and the transparency of the cursor shadow wouldn't even make sense at that point). We don't want the cursor hitbox to be like a square that encloses the circular reticle, because that causes many problems, like targeting multiple depths/elements at once, moving onto an element before the element is targeted, the cursor depth changing before it's visually on an elements, etc. |
||
►
Sign in to add a comment |
||
Comment 1 by ddorwin@chromium.org
, May 26 2017