Sometimes the LNA icon is not displayed in Site Settings
Categories
(Firefox for Android :: General, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox145 | --- | unaffected |
| firefox146 | --- | wontfix |
| firefox147 | --- | fixed |
People
(Reporter: apetridean, Assigned: segun)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [fxdroid] [group1])
Attachments
(2 files)
Preconditions
In secret settings, enable LNA blocking.
- Go to "Local Network devices" and select "Ask to allow".
Run a local web server on your machine (IP: 192.*).
- On Android (Fenix) in the same network, open: https://lna-testing.notyetsecure.com/
- Modify fetch() in index.html to use your local server IP: fetch('http://192.168.x.x:8080/index.html')
In Fenix, set in about:config:
network.lna.enabled = true
network.lna.blocking = true
security.mixed_content.block_active_content = false
security.mixed_content.block_display_content = false
Steps to Reproduce:
- Open the browser.
- Navigate to
Site settings. - Locate the text for the LNA setting.
Expected Result:
- The LNA icon appears next to the corresponding text.
Actual Result:
- The text is displayed without the LNA icon.
- Firefox version: Fenix 147.0a1 - 27.11.2025
- Android device model: Google Pixel 10 (Android 16)
| Reporter | ||
Updated•4 months ago
|
| Assignee | ||
Comment 1•4 months ago
|
||
I was looking into this, and this is caused by a change that was missed in bug 1994126.
I'll fix it shortly.
| Assignee | ||
Comment 2•4 months ago
|
||
This patch tints the icons in the Site Settings screen to use the colorOnSurface theme attribute. This ensures the icons adapt correctly to the current theme (e.g., light or dark mode) and are always visible.
| Assignee | ||
Updated•4 months ago
|
Updated•4 months ago
|
Comment 3•4 months ago
|
||
Set release status flags based on info from the regressing bug 1994126
Comment 5•4 months ago
|
||
| bugherder | ||
Comment 6•4 months ago
|
||
The patch landed in nightly and beta is affected.
:segun, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox146towontfix.
For more information, please visit BugBot documentation.
| Assignee | ||
Updated•4 months ago
|
Description
•