Closed
Bug 1266709
Opened 9 years ago
Closed 9 years ago
Background content is overlapped when opening a new Private tab
Categories
(Firefox for iOS :: General, defect)
Tracking
()
VERIFIED
FIXED
4.0
People
(Reporter: SimonB, Assigned: fluffyemily)
References
Details
Attachments
(1 file)
Build: 4.0.0b3
Steps to reproduce:
1. Launch Firefox
2. Go to settings menu
3. Swipe down to open Today widget menu
4. Tap on the "New Private Tab" button
Actual results:
- The background content will be overlapped with the opened private browsing tab and the application will be in an unresponsive state
Expected results:
- The background content should not be displayed after opening a new private browsing tab and the app should nor be unresponsive
Note:
- This issue is reproducible on IPhone 6S using 3D Touch feature following the below steps:
1. Launch Firefox
2. Go to settings menu
3. Background Firefox by pressing the home button
4. Press firmly on the icon to bring up 3D Touch options
5. Open a new in Private Browsing tab
Updated•9 years ago
|
Assignee: nobody → jhugman
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8746040 -
Flags: review?(jhugman)
| Assignee | ||
Updated•9 years ago
|
Status: NEW → ASSIGNED
Comment 3•9 years ago
|
||
Comment on attachment 8746040 [details] [review]
Pull request
r+ with nits.
Attachment #8746040 -
Flags: review?(jhugman) → review+
| Assignee | ||
Comment 4•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Whiteboard: [needsuplift]
Target Milestone: --- → 4.0
Updated•9 years ago
|
Comment 5•9 years ago
|
||
I'm running into some merge conflicts uplifting this commit onto v4.x. In particular, I'm not 100% sure that this is what we want:
https://www.dropbox.com/s/rt7v24gqrqyl7kp/Screenshot%202016-04-28%2016.29.25.png?dl=0
I know that Browser got renamed to Tab but what is the difference between passing it in as a param or not?
Flags: needinfo?(etoop)
Whiteboard: [needsuplift]
| Assignee | ||
Comment 6•9 years ago
|
||
(In reply to Stephan Leroux [:sleroux] from comment #5)
> I'm running into some merge conflicts uplifting this commit onto v4.x. In
> particular, I'm not 100% sure that this is what we want:
>
> https://www.dropbox.com/s/rt7v24gqrqyl7kp/Screenshot%202016-04-28%2016.29.25.
> png?dl=0
>
> I know that Browser got renamed to Tab but what is the difference between
> passing it in as a param or not?
The only difference is that before we were using the passed in tab for something, and after we're not so I removed the tab arg.
Flags: needinfo?(etoop)
Updated•9 years ago
|
Whiteboard: [needsuplift]
| Reporter | ||
Comment 7•9 years ago
|
||
Tested on build 4.0.0b7.
The issue no longer reproducible.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•