Bug 247660
| Summary: | Web Inspector: Follow debugging context on opening new window or tab | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Dubost <karlcow> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=275664 | ||
Karl Dubost
Steps to reproduce:
1. Go to a site with an external service for auth (that will open in a separate tab or window)
2. Open Web Inspector
3. Set a breakpoint for the login button (for example)
4. Proceed with step by step and choose the login provider and continue
5. Steps through Until a new window/tab is opened
Expected:
The debugging process should be pursued into the new context with the new opened tabs. It could be a separate Web Inspector window. The importance is to be able to automatically continue the debugging journey.
Actual:
Debug stays stuck on the current context. The other window opens, but not the Web Inspector missing also the context of the origin.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/102125472>