MozillaReality / FirefoxReality

INACTIVE - A fast and secure browser for standalone virtual-reality and augmented-reality headsets.
https://mzl.la/reality
Mozilla Public License 2.0
768 stars 217 forks source link

The Youtube page can't be scrolled from the "Queue" list area on windows having the "1x" or smaller #2550

Closed Softvision-RemusDranca closed 3 months ago

Softvision-RemusDranca commented 4 years ago

[Affected Versions]:

[Affected Platforms]:

[Prerequisites]:

[Steps to reproduce]:

  1. Navigate to the Youtube website.
  2. Add 2 or more videos to "Queue" list.
  3. Go to the "Queue" list area.
  4. Scroll the page up or down while in the "Queue" list area.

[Expected results]:

[Actual results]:

[Notes]:

jvonitter commented 4 years ago

@MortimerGoro thoughts on this one?

MortimerGoro commented 4 years ago

@Softvision-RemusDranca Do you mean scrolling with the joystick or clicking and dragging? The UI allows for the rows to be moved so clicking an dragging scrolling is not possible in that area. I checked the behavior in Oculus Browser and the difference is that they always show the scrollbar, so a user can scroll dragging it. I'd try to make it visible.

The inner scroll behavior (using the joystick) is a bit different between FxR and Oculus Browser. I created a testpage: index.html.zip

Softvision-RemusDranca commented 4 years ago

@MortimerGoro I was referring to clicking and dragging. I think that having a scrollbar for this list could help users to navigate easily. The list covers most of the view while in 1x size and to scroll past it the small area outside the list has to be focused.

MortimerGoro commented 4 years ago

I've been trying "inner scrolling" in FxR and Oculus Browser using the attached index.html demo and the behaviour in OB seems more consistent. In OB I can hover on the desired container and moving the joystick scrolls the expected container. In FxR I had to select or place the cursor on the inner container to scroll it For example in FxR you can select the green container, then scroll down using click& drag until the green container is not visible and using the joystick after that still keeps scrolling the green container even if not visible (edited).

We are waiting for some support from APZ team. If works in Firefox desktop so there might be a pref we can set to get the desired behavior.