New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 726875 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: May 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug
Proj-VR
Proj-XR
Proj-XR-VR



Sign in to add a comment

VR: Cursor partially obscured by loading progress bar

Project Member Reported by ddorwin@chromium.org, May 26 2017

Issue description

Chrome 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.

 
Summary: VR: Cursor partially obscured by loading progress bar (was: Cursor partially obscured by loading progress bar)
Status: WontFix (was: Available)
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