Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

[Bug]: Pull to Refresh does not work at certain widths #24353

Closed
kevinoid opened this issue Mar 20, 2022 · 1 comment
Closed

[Bug]: Pull to Refresh does not work at certain widths #24353

kevinoid opened this issue Mar 20, 2022 · 1 comment
Labels
🐞 bug Crashes, Something isn't working, .. Feature:Gesture wontfix

Comments

@kevinoid
Copy link

kevinoid commented Mar 20, 2022

Steps to reproduce

  1. Visit https://bugzilla.mozilla.org
  2. Swipe down on the page to attempt "pull to refresh".

Expected behaviour

Page would refresh.

Actual behaviour

Page does not refresh.

Device name

Google Pixel 5a

Android version

Android 12 (SP2A.220305.012)

Firefox release type

Firefox Nightly

Firefox version

100.0a1 (Build #2015869419)

Device logs

No response

Additional information

A minimal reproduction:

<!DOCTYPE html>
<html>
<head>
  <meta name="viewport" content="width=1024, user-scalable=no" />
  <title>Test</title>
  <style type="text/css">
html, body {
  margin: 0;
  padding: 0;
  width: 1024px;
}
  </style>
</head>
<body><h1>Content</h1></body>
</html>

Pull to refresh does not work on this page. However, if I change 1024 to 1025 or 1022 (in both viewport and CSS) it does. I can also reproduce the issue at small sizes such as 400. Additionally, if I remove user-scalable=no, pull to refresh works when zoomed in, but not when completely zoomed out.

I'm unable to reproduce the issue with mozregression --app gve which does not appear to support pull to refresh.

Possibly related: #16092, #24117
Meta: #9766

┆Issue is synchronized with this Jira Task

@kevinoid kevinoid added needs:triage Issue needs triage 🐞 bug Crashes, Something isn't working, .. labels Mar 20, 2022
@kbrosnan kbrosnan added Feature:Gesture and removed needs:triage Issue needs triage labels Mar 21, 2022
@stale
Copy link

stale bot commented Nov 19, 2022

See: #17373 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Nov 19, 2022
@stale stale bot closed this as completed Nov 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐞 bug Crashes, Something isn't working, .. Feature:Gesture wontfix
Projects
None yet
Development

No branches or pull requests

2 participants