4 comments (4 comments)0 reactions (0 reactions)1 assignee (1 assignee)Swift3,203 forks (3,203 forks)batch import
Bug 🐞Contributor OKGood first issuestale
Repository metrics
- Stars
- 12,950 stars (12,950 stars)
- PR merge metrics
- Avg merge 3d 2h (Avg merge 3d 2h)221 merged PRs in 30d (221 merged PRs in 30d)
Description
Steps to reproduce
- go to https://de.m.wikipedia.org/wiki/Google_Maps
- turn on Reader Mode
Expected behavior
Share, Refresh icons don't flicker
Actual behavior
Icons flicker
:information_source: Reference Person
@Foxbolts
┆Issue is synchronized with this Jira Task
Contributor guide
- Research direction
- Investigate the toolbar rendering logic in the Firefox iOS codebase, particularly in the Reader Mode integration. Look for recent commits or changes related to the toolbar redesign (FXIOS 12204) that may have introduced the flickering. Check the assignee's linked branches or Jira task for clues. The bug is likely caused by a race condition or missing state update when toggling Reader Mode.
- Tech stack
- swiftios
- Domain
- mobile
- Issue type
- Bug
- Prerequisites
- Swift programmingiOS developmentFirefox iOS codebaseUI debugging