Closed
Bug 1230504
Opened 10 years ago
Closed 10 years ago
Request Desktop Site should not be available in reader view
Categories
(Firefox for iOS :: Reader View, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fxios | + | --- |
People
(Reporter: csuciu, Assigned: n0-0ne+mozilla)
References
Details
Attachments
(1 file)
1. Open an article in reader mode
2. Long tap on the refresh button
Result: RDS option pops up
Note: On Safari the refresh button is not available in reader mode
Updated•10 years ago
|
tracking-fxios:
--- → ?
Assignee | ||
Comment 1•10 years ago
|
||
This is a very small change that simply performs a standard reload when long-tapping the refresh button in reader mode instead of presenting the RDS/RMS action sheet / popover.
Attachment #8696024 -
Flags: review?(bnicholson)
Assignee | ||
Comment 2•10 years ago
|
||
Sorry, I just saw the note about Safari hiding the refresh button in reader mode. I could try to implement that instead of the simple reload approach in the current pull request. Just let me know what would be more desirable.
Comment 3•10 years ago
|
||
Robin, what do you think? Disable the refresh button in reader mode, or allow it without the long-press?
Flags: needinfo?(randersen)
Comment 4•10 years ago
|
||
Disable the long-press for RDS, but keep refresh.
Flags: needinfo?(randersen)
Assignee | ||
Comment 5•10 years ago
|
||
Would it be acceptable to just let the long-tap event handler return without doing anything in reader mode? When you long-tap the button in that case it'll highlight in blue until you either release it or the gesture recognizer times out which, I believe, is after 6 seconds. That would be a very easy fix but the UX feedback might be a bit confusing.
If we want to truly disable long-tapping in reader mode, we'd need to expose the gesture recognizer to the browser view controller and toggle it on and off when the user switches into and out of reader mode.
Flags: needinfo?(randersen)
Comment 6•10 years ago
|
||
(In reply to hennes from comment #5)
> Would it be acceptable to just let the long-tap event handler return without
> doing anything in reader mode?
I think this will be OK -- I think this bug is a pretty unusual edge case, so let's just go with the easy fix for now.
Updated•10 years ago
|
Assignee: nobody → johannesmarbach
Status: NEW → ASSIGNED
Updated•10 years ago
|
Component: General → Reader View
Summary: RDS should not be available in reader mode → Request Desktop Site should not be available in reader view
Assignee | ||
Comment 7•10 years ago
|
||
(In reply to Brian Nicholson (:bnicholson) from comment #6)
> I think this will be OK -- I think this bug is a pretty unusual edge case,
> so let's just go with the easy fix for now.
Cool, this boils down to a mini-change then. PR is updated accordingly. :)
Comment 8•10 years ago
|
||
Comment on attachment 8696024 [details] [review]
Pull request
Looks great. Thanks!
Flags: needinfo?(randersen)
Attachment #8696024 -
Flags: review?(bnicholson) → review+
Comment 9•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•