New issue
Advanced search Search tips

Issue 723959 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: May 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 1
Type: Bug
Proj-XR
Proj-XR-VR



Sign in to add a comment

VR browser's loading indicator not hidden in WebVR mode

Project Member Reported by klausw@chromium.org, May 18 2017

Issue description

Chrome Version: ToT
OS: Android

What steps will reproduce the problem?
(1) Open a WebVR page
(2) Start presentation

What is the expected result?

Normal WebVR rendering

What happens instead?

The loading status bar is always visible in WebVR mode, showing as a very thin horizontal bar near the center of the default eye view.

 
Status: Fixed (was: Started)
The following revision refers to this bug:

WebVR: Ensure loading indicator starts hidden.

The element started out with enabled=false and default visible=true,
the visibility was intended to be set to false on initializing,
but that setting was skipped since the new enabled state was equal
to the starting enabled state.

To fix this, explicitly set the starting visibility to false.

BUG= 723959 
Review-Url: https://codereview.chromium.org/2893853002
Cr-Commit-Position: refs/heads/master@{#472878}
Committed: https://chromium.googlesource.com/chromium/src/+/66af134f170e3f6f217c826ede85791151011147

Sign in to add a comment