Closed
Bug 1180642
Opened 10 years ago
Closed 10 years ago
[Control Center] Close identity panel when a keyboard-initiated action would blur it
Categories
(Firefox :: General, defect, P1)
Firefox
General
Tracking
()
People
(Reporter: ttaubert, Assigned: ttaubert)
References
Details
(Whiteboard: [fxprivacy] [campaign])
Attachments
(1 file)
|
2.55 KB,
patch
|
Gijs
:
review+
kglazko
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
[Tracking Requested - why for this release]:
We used to close the identity panel when hitting Cmd+T to open a new tab, Cmd+W to close the current tab, or Cmd+Digit to switch between tabs. We broke this with bug 1146269 and will have to find a new way to solve this.
Flags: qe-verify+
Flags: firefox-backlog+
Updated•10 years ago
|
Rank: 1
| Assignee | ||
Updated•10 years ago
|
status-firefox41:
--- → affected
| Assignee | ||
Comment 1•10 years ago
|
||
I tried using Node.contains() but that doesn't seem to work for XUL/XBL. Listening for when another element receives focus seems to cover all of the cases where we want to close the panel, including tab switching, adding a tab, closing a tab, focusing the url bar, etc.
Assignee: nobody → ttaubert
Status: NEW → ASSIGNED
Attachment #8630410 -
Flags: review?(gijskruitbosch+bugs)
| Assignee | ||
Updated•10 years ago
|
Iteration: --- → 42.1 - Jul 13
Updated•10 years ago
|
QA Contact: mwobensmith
Comment 3•10 years ago
|
||
Comment on attachment 8630410 [details] [diff] [review]
0001-Bug-1180642-Control-Center-Close-panel-when-an-eleme.patch
Review of attachment 8630410 [details] [diff] [review]:
-----------------------------------------------------------------
Nice!
Attachment #8630410 -
Flags: review?(gijskruitbosch+bugs) → review+
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 42
| Assignee | ||
Comment 6•10 years ago
|
||
Comment on attachment 8630410 [details] [diff] [review]
0001-Bug-1180642-Control-Center-Close-panel-when-an-eleme.patch
Approval Request Comment
[Feature/regressing bug #]: bug 1146269
[User impact if declined]: Identity panel stays open when hitting keyboard shortcuts like Cmd+T/W/N, etc.
[Describe test coverage new/current, TreeHerder]: None.
[Risks and why]: Low risk.
[String/UUID change made/needed]: None.
Attachment #8630410 -
Flags: approval-mozilla-aurora?
Comment 7•10 years ago
|
||
Comment on attachment 8630410 [details] [diff] [review]
0001-Bug-1180642-Control-Center-Close-panel-when-an-eleme.patch
Low-risk, baked on m-c for 2 days.
Attachment #8630410 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
| Assignee | ||
Comment 8•10 years ago
|
||
Let's hold off uplifting this until we fixed bug 1182643.
| Assignee | ||
Comment 9•10 years ago
|
||
Should uplift together with bug 1182643.
Comment 10•10 years ago
|
||
Updated•10 years ago
|
Whiteboard: [fxprivacy] → [fxprivacy] [campaign]
Comment 11•10 years ago
|
||
Verified as fixed using:
FF 42 Build Id: 20150811030206
FF 41 Build Id: 20150810004008
OS: Win 7 x64, Ubuntu 12.04 x86, Mac Os X 10.10.4
You need to log in
before you can comment on or make changes to this bug.
Description
•