Closed
Bug 1280253
Opened 8 years ago
Closed 8 years ago
Fix "open link in new container" access key and fix browser_contextmenu.js test
Categories
(Core :: DOM: Security, defect, P5)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: tanvi, Assigned: jkt)
References
(Blocks 1 open bug)
Details
(Whiteboard: [userContextId][domsecurity-backlog])
Attachments
(1 file)
In https://bugzilla.mozilla.org/show_bug.cgi?id=1276412 we added an access key z for the Context Menu -> Open Link In New Container Tab option. We need to find a better access key if we can, hopefully a letter that is in the string.
Also, in browser_contextmenu.js, we had to add a blank line to account for the submenu:
// We need a blank entry here because the conatiners submenu is
// dynamically generated with no ids.
...(hasContainers ? ["", null] : []),
We should try and see if we can find a more elegant solution.
Updated•8 years ago
|
Priority: -- → P5
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → jkt
Assignee | ||
Comment 2•8 years ago
|
||
Added a patch to change the new tab containers menu to be the same as the file menu 'b' accesskey.
I'm not sure if we can improve that other test, however this is how the pocket menu is working in the test so not sure of the issue? Perhaps this should be a follow up anyway?
Flags: needinfo?(tanvi)
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8814207 [details]
Bug 1280253 - Change 'Open Link in New Container Tab' access key to match menu 'b'
https://reviewboard.mozilla.org/r/95468/#review97190
Attachment #8814207 -
Flags: review+
Comment 4•8 years ago
|
||
Comment on attachment 8814207 [details]
Bug 1280253 - Change 'Open Link in New Container Tab' access key to match menu 'b'
Do you see any conflict having this shortcut?
Attachment #8814207 -
Flags: review?(francesco.lodolo)
Comment 5•8 years ago
|
||
mozreview-review |
Comment on attachment 8814207 [details]
Bug 1280253 - Change 'Open Link in New Container Tab' access key to match menu 'b'
https://reviewboard.mozilla.org/r/95468/#review97194
I can't spot any item with a 'b' as accesskey, besides tab context commands.
Attachment #8814207 -
Flags: review?(francesco.lodolo) → review+
Reporter | ||
Comment 6•8 years ago
|
||
(In reply to Jonathan Kingston [:jkt] from comment #2)
> Added a patch to change the new tab containers menu to be the same as the
> file menu 'b' accesskey.
>
> I'm not sure if we can improve that other test, however this is how the
> pocket menu is working in the test so not sure of the issue? Perhaps this
> should be a follow up anyway?
File a followup for it.
Flags: needinfo?(tanvi)
Reporter | ||
Comment 7•8 years ago
|
||
(In reply to Tanvi Vyas [:tanvi] from comment #6)
> (In reply to Jonathan Kingston [:jkt] from comment #2)
> > Added a patch to change the new tab containers menu to be the same as the
> > file menu 'b' accesskey.
> >
> > I'm not sure if we can improve that other test, however this is how the
> > pocket menu is working in the test so not sure of the issue? Perhaps this
> > should be a follow up anyway?
>
> File a followup for it.
Nevermind, since other tests follow this convention to, lets just leave it.
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Comment 8•8 years ago
|
||
there seems to be issues in mozreview that the reviewers need to fix first before we can use autoland
:Unable to update reviewers as the review request has pending changes (the patch author has a draft)"
Flags: needinfo?(jkt)
Updated•8 years ago
|
Keywords: checkin-needed
Comment 9•8 years ago
|
||
That's weird, I see 'Approved For Landing - You have at least one valid ship it!', nor I see any request for changes in the history.
Assignee | ||
Comment 10•8 years ago
|
||
For some reason it has a draft, I canceled it.
Flags: needinfo?(jkt)
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Comment 11•8 years ago
|
||
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/0976b84eac9d
Change 'Open Link in New Container Tab' access key to match menu 'b' r=baku,flod
Keywords: checkin-needed
Comment 12•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•