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)
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.
| Reporter | ||
Comment 1•4 years ago
|
||
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).
Comment 2•4 years ago
|
||
Emily to ping Vesta to ask about Fenix priority.
Severity: -- → S2
Priority: -- → P2
Whiteboard: [geckoview:m89]
| Reporter | ||
Comment 3•4 years ago
|
||
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
Comment 4•4 years ago
|
||
Thank you Petru for the confirmation!
Comment 5•3 years ago
|
||
Moving toolbar bugs to the new GeckoView::Toolbar component.
Component: General → Toolbar
Updated•1 year ago
|
Component: Toolbar → General
You need to log in
before you can comment on or make changes to this bug.
Description
•