Closed
Bug 1359650
Opened 8 years ago
Closed 8 years ago
When synchronizing tabs from win7 to android, tabs open in reading mode won't synchronize
Categories
(Firefox :: Sync, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1359861
People
(Reporter: nobody2239, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0
Build ID: 20170413192749
Firefox for Android
Steps to reproduce:
Open some website in reading mode some in normal mode. Open firefox on my android tablet refresh the sync tabs in history.
Actual results:
Only tabs open in normal mode show up.
Expected results:
The tabs in reading mode should have showed up in the of sync tab on the android device.
Updated•8 years ago
|
Component: Untriaged → Sync
Comment 1•8 years ago
|
||
The issue here is that the actual URL is about:reader?url=... and we strip about: URLs. We should consider a special case for about:reader and return the url= part (I doubt we should use the full about: URL as that might not work on other implementations such as iOS).
Comment 2•8 years ago
|
||
From triage: Grisha to see with Stef what we should be doing there.
Flags: needinfo?(gkruglov)
Updated•8 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Flags: needinfo?(gkruglov)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•