Closed Bug 1114534 Opened 10 years ago Closed 8 years ago

Blurred rendering when a page is scrolled with up-down keys

Categories

(Core :: Panning and Zooming, defect, P1)

ARM
Gonk (Firefox OS)
defect

Tracking

()

RESOLVED WORKSFORME
tracking-b2g +
Tracking Status
b2g-v2.2 --- affected

People

(Reporter: Alexander.Matveev, Unassigned)

Details

(Whiteboard: [red-tai])

Attachments

(3 files)

Attached file scrollingtest.zip
When a page is scrolled with up-down keys, the bottom part of the page gets rendered blurred.
To have the blurred content be rendered normally, one has to touch the page.

Steps to reproduce:
1. Load emulator.
2. Load test application (attached here as "scrollingtest.zip").
3. Press ArrowDown and ArrowUp on keyboard frequently.
4. Press ArrowDown.

Actual result:
UI is corrupted, part of the application's screen is blurred.

Expected result:
Page is rendered normally.

Notice, the issue is not reproduced on a Simulator in WebIDE.
Hi Kartikaya,

According to [1], I would like needinfo you for the help on this bug.
Thanks.

[1] Bug 993473 - [meta] Enable low-res and progressive tiling on B2G

Hi Alexander,

Thanks for providing the test app and video for understanding the issue.
Could you also provide what version you found this issue? (ex: commit id and which branch)

Thanks.
Flags: needinfo?(bugmail.mozilla)
Flags: needinfo?(Alexander.Matveev)
OS: Windows 7 → Gonk (Firefox OS)
Hardware: x86_64 → ARM
Whiteboard: [red-tai]
In my B2G/ARM emulator I see the following information:
  OS version - Boot2Gecko 2.2.0.0-prerelease;
  platform version - 36.0a1 .
Flags: needinfo?(Alexander.Matveev)
Proper support for scrolling with keyboard input is something we have not got around top implementing on B2G because afaik there are no actual devices that require this and fixing it just for the emulator is pretty low-priority. It is a bug though and we should fix it eventually.
Component: Graphics → Panning and Zooming
Flags: needinfo?(bugmail.mozilla)
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #5)
> Proper support for scrolling with keyboard input is something we have not
> got around top implementing on B2G because afaik there are no actual devices
> that require this and fixing it just for the emulator is pretty
> low-priority. It is a bug though and we should fix it eventually.

Thanks for the information. Do we know the possible estimation of efforts here? This bug is related to a possible incoming device launch which is named red-tai. Can we get your professional feedback to know when and how we can improve this? Thanks.
Flags: needinfo?(bugmail.mozilla)
tracking-b2g: --- → +
Priority: -- → P1
blocking-b2g: --- → 2.2?
Keyboard events can be intercepted by web content, same as touch and mousewheel events. The difference is that generally keyboard event listeners cover the entire page, so if we deal with them in APZ the same as we do touch event listeners it means many pages will fall back to synchronous scrolling. That's obviously not desirable. My suggestion here would be to not use APZ scrolling at all for keyboard input, and just do main-thread scrolling. I'm actually not entirely sure what's happening in the code right now for keyboard input on B2G but as a conservative estimate I'd say two weeks to figure it out and fix the behaviour so we don't end up with blurry rendering.
Flags: needinfo?(bugmail.mozilla)
Is this reproducible on an actual device, or just an emulator problem?  I'm guessing the emulator given that we're talking about arrow keys, but wanted to be sure.  If it's just emulator, it should not be a blocker, and I don't see it being important - just don't use the arrow keys, we don't have them on the devices anyway.  I'm also not sure why it's being tracked, so there may be some information I'm missing, please renominate if I missed something.
blocking-b2g: 2.2? → ---
Stay tuned for a better breakdown of work and tighter estimates.
I tried to reproduce this bug in the emulator locally and was unable to. As far as I can tell scrolling via the up/down buttons in the emulator works just fine. Looking at the code in your sample app which intercepts those events and does a scrollTo I suspect that this bug is really just a tiling/low-precision bug and has nothing to do with input events. If you can reliably reproduce the problem I'm happy to guide you through fixing it, I would still estimate about 2 weeks to isolate the problem and have a patch.

That being said, if you are looking at targeting devices that don't have touch-screens, there are going to be other problems that you run into, such as not being able to do pinch-zoom. If the device only has a keyboard and no mouse/pointing device navigating is going to be quite painful, and even if it does have a mouse I don't really know what state the mouse input code is in on B2G and whether it's hooked up to everything it needs to be.
Based on the non-reproducibility in comment 10 and lack of further response (and eventual death of red-tai) I'm going to close this as WFM. Please reopen if it's still an issue.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: