Closed
Bug 1605320
Opened 6 years ago
Closed 5 years ago
Test that "Use in Console" set the right context in the console
Categories
(DevTools :: Console, task, P1)
DevTools
Console
Tracking
(Fission Milestone:M6a, firefox77 fixed)
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: Honza, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission-m2-mvp)
Attachments
(1 file)
When the user executes "Use in Console" (context menu action) on an element coming from remote iframe the execution context should switch to that iframe and the Context Selector should be updated.
Note that the Context Selector might be visible at the time if the Split console is opened.
Honza
Reporter | ||
Updated•6 years ago
|
Fission Milestone: --- → M6
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Updated•5 years ago
|
Priority: P2 → P1
Assignee | ||
Comment 1•5 years ago
|
||
This should work because of Bug 1605175 (right-click on a element in the inspector will select it, so the context will be set according to the node we want to use).
Let's write a test to check it does work as we think. We can take Bug 1624654 as an example of how to write the test.
Type: enhancement → task
Component: Inspector → Console
Summary: "Use in Console" should switch context and update selector → Test that "Use in Console" set the right context in the console
Assignee | ||
Comment 3•5 years ago
|
||
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bdb63d73a58d
Test that Use in console context menu entry selects the right context. r=jlast.
Comment 5•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 77
You need to log in
before you can comment on or make changes to this bug.
Description
•