Closed Bug 1692405 Opened 4 years ago Closed 4 years ago

[Bug] Pull to refresh / dynamic toolbars triggered on about:blank

Categories

(GeckoView :: General, defect, P2)

Unspecified
Android
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: petru, Unassigned)

Details

(Whiteboard: [geckoview:m89])

From github: https://github.com/mozilla-mobile/fenix/issues/17818.

Steps to reproduce

  • Load about:blank (empty page, doesn't display anything)
  • Swipe up and down

Expected behavior

Nothing would happen as the page is empty

Actual behavior

  • pull to refresh throbber is shown and never dismisses since the triggered refresh never completes.
  • the toolbars are scrolling even though no page content was scrolled.

Change performed by the Move to Bugzilla add-on.

I see the onTouchEventForResult() returning 1 (INPUT_RESULT_HANDLED) when swiping on about:blank based on which on Fenix the toolbars / pull to refresh throbber will be animated.
I think in this case a more appropriate return would be 0 (INPUT_RESULT_UNHANDLED).

Emily to ping Vesta to ask about Fenix priority.

Severity: -- → S2
Priority: -- → P2
Whiteboard: [geckoview:m89]

This is not reproducible anymore. Possibly after https://bugzilla.mozilla.org/show_bug.cgi?id=1678505.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED

Thank you Petru for the confirmation!

Moving toolbar bugs to the new GeckoView::Toolbar component.

Component: General → Toolbar
Component: Toolbar → General
You need to log in before you can comment on or make changes to this bug.