mozilla-mobile / firefox-ios

Firefox for iOS
Mozilla Public License 2.0
12.21k stars 2.93k forks source link

[iPad Multi-Window] - Zooming doesn't apply instantly on both windows #20434

Open DianaABarladeanu opened 5 months ago

DianaABarladeanu commented 5 months ago

Steps to reproduce

  1. Launch FF and open two FF windows with split-view.
  2. Open the same website on both windows.
  3. On the first window, zoom the website page to 150% and observe the other window.

Expected behavior The zooming applies instantly on both windows at the same time.

Actual behavior In order to see the zoom update on the second window, you need to tap on it so that the website refreshes.

Device & build information

Notes Attachments:

https://github.com/mozilla-mobile/firefox-ios/assets/151131988/c605da22-9e4a-430a-bad2-fb3468b82180

┆Issue is synchronized with this Jira Task

data-sync-user commented 5 months ago

➤ Matt Reagan commented:

Dev note: it looks like we have a global store that is used to track zoom levels on a per-domain basis (ZoomLevelStore)

data-sync-user commented 4 months ago

➤ Andrei Bodea commented:

Verified as fixed on v128 (42711) with iPad Pro (16.4.1).

The zoom applies at the same time on both windows.