Closed
Bug 1165321
Opened 10 years ago
Closed 9 years ago
Do not open a new window when the Firefox icon is clicked on the taskbar/start menu/start screen while Firefox is in windows 10 tablet mode
Categories
(Firefox :: General, defect, P1)
Firefox
General
Tracking
()
VERIFIED
FIXED
Firefox 42
People
(Reporter: jimm, Assigned: Gijs)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-review-board-request
|
jaws
:
review+
lmandel
:
approval-mozilla-aurora+
lmandel
:
approval-mozilla-beta+
|
Details |
STR:
1) bring up the new start screen / start menu
2) click on Firefox
result: firefox launches and a window opens
3) bring the start screen back up
4) click on firefox
result: a new window opens vs. bringing the previous firefox window to the foreground.
Updated•10 years ago
|
Priority: -- → P1
Comment 1•10 years ago
|
||
We need to investigate this a little further. Just bringing back the existing window definitely makes sense in tablet mode, but it's unfamiliar in desktop mode.
Summary: Selecting firefox from the start screen / start menu multiple times opens new window each time → [UX] Figure out the right behavior for when users click the start screen/menu icon when Firefox is already open
Assignee | ||
Updated•9 years ago
|
Summary: [UX] Figure out the right behavior for when users click the start screen/menu icon when Firefox is already open → [UX] Figure out the right behavior for when users click the start screen/menu icon when Firefox is already open and we're in tablet mode
Comment 2•9 years ago
|
||
Gijs, can you explain why you marked this as blocking bug 1173357?
Flags: needinfo?(gijskruitbosch+bugs)
Assignee | ||
Comment 3•9 years ago
|
||
(In reply to (Limited avail. until June 16) Jared Wein [:jaws] (please needinfo? me) from comment #2)
> Gijs, can you explain why you marked this as blocking bug 1173357?
Likewise, copy-paste fail, but here I meant bug 1170714. :-\
Flags: needinfo?(gijskruitbosch+bugs)
Assignee | ||
Comment 4•9 years ago
|
||
(In reply to Philipp Sackl [:phlsa] please use needinfo from comment #1)
> We need to investigate this a little further. Just bringing back the
> existing window definitely makes sense in tablet mode, but it's unfamiliar
> in desktop mode.
Can we just fix this by doing what you implicitly suggest, ie showing an (the most recent) existing window if this happens in tablet mode, and keeping the current behaviour in desktop mode, or do we need something more elaborate than that?
The windows default for tablet mode so far is not keeping icons in the taskbar for it, which means I expect people who don't know about task view (and without a keyboard to use alt-tab) might use the start menu/screen to switch apps. The current behaviour is actively harmful to this pattern because when you have an app with multiple windows and close one, the other window doesn't automatically come up. This seems to be by design (or maybe it's just a really obvious bug which MS hasn't solved yet? Not sure...).
So the net effect is that if you try to switch to the existing window by hitting the start screen icon, you get a new window in tablet mode, and if you then close that window you're not back at your existing window, which is obviously very confusing.
Flags: needinfo?(philipp)
Comment 5•9 years ago
|
||
(In reply to :Gijs Kruitbosch from comment #4)
> Can we just fix this by doing what you implicitly suggest, ie showing an
> (the most recent) existing window if this happens in tablet mode, and
> keeping the current behaviour in desktop mode, or do we need something more
> elaborate than that?
Yeah, that sounds like a plan :)
Flags: needinfo?(philipp)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•9 years ago
|
||
Bug 1165321 - focus existing window if Firefox is already open in tablet mode, r?jaws
Attachment #8624809 -
Flags: review?(jaws)
Assignee | ||
Comment 7•9 years ago
|
||
This depends on the patch in bug 1170522.
Summary: [UX] Figure out the right behavior for when users click the start screen/menu icon when Firefox is already open and we're in tablet mode → Do not open a new window when the Firefox icon is clicked on the taskbar/start menu/start screen while Firefox is in windows 10 tablet mode
Comment 8•9 years ago
|
||
Comment on attachment 8624809 [details]
MozReview Request: Bug 1165321 - focus existing window if Firefox is already open in tablet mode, r?jaws
https://reviewboard.mozilla.org/r/11733/#review10209
Ship It!
::: toolkit/modules/AppConstants.jsm:136
(Diff revision 1)
> + get platformVersion() {
Since this is only referenced by the function below, I don't think we should make this a separate function and increase the API of AppConstants.
Attachment #8624809 -
Flags: review?(jaws) → review+
Comment 10•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 42
Assignee | ||
Comment 11•9 years ago
|
||
Comment on attachment 8624809 [details]
MozReview Request: Bug 1165321 - focus existing window if Firefox is already open in tablet mode, r?jaws
Approval Request Comment
[Feature/regressing bug #]: win10 tablet mode
[User impact if declined]: the icon on the start screen doesn't do what you'd expect in tablet mode
[Describe test coverage new/current, TreeHerder]: nope
[Risks and why]: reasonably low (nb: depends on bug 1170522)
[String/UUID change made/needed]: nope
Attachment #8624809 -
Flags: approval-mozilla-beta?
Attachment #8624809 -
Flags: approval-mozilla-aurora?
Updated•9 years ago
|
status-firefox40:
--- → affected
Comment 12•9 years ago
|
||
Comment on attachment 8624809 [details]
MozReview Request: Bug 1165321 - focus existing window if Firefox is already open in tablet mode, r?jaws
Safe fix with risk isolated to Windows 10 tablet mode. Beta+ Aurora+
Attachment #8624809 -
Flags: approval-mozilla-beta?
Attachment #8624809 -
Flags: approval-mozilla-beta+
Attachment #8624809 -
Flags: approval-mozilla-aurora?
Attachment #8624809 -
Flags: approval-mozilla-aurora+
Comment 13•9 years ago
|
||
Comment 14•9 years ago
|
||
Updated•9 years ago
|
Flags: qe-verify+
QA Contact: cornel.ionce
Comment 15•9 years ago
|
||
Reproduced this issue with Firefox 40 beta 4 on a MS PRO 2 device running Windows 10 64-bit.
Confirming the fix for the following builds:
- latest Nightly, build ID: 20150722030205;
- latest Aurora, build ID: 20150722004007;
- Firefox 40 beta 6, build ID: 20150720220238.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•