[Webkit-unassigned] [Bug 234615] New: Web Inspector: Sources: cannot copy blackboxed call frames
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 22 12:54:28 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=234615
Bug ID: 234615
Summary: Web Inspector: Sources: cannot copy blackboxed call
frames
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: drousso at apple.com
CC: inspector-bugzilla-changes at group.apple.com
# STEPS TO REPRODUCE
1. inspect <http://bogojoker.com/shell/>
2. create a "click" global Event Breakpoint
3. blackbox the <http://bogojoker.com/shell/js/jquery.js> script
4. click on the down arrow in the page
-> should pause on <http://bogojoker.com/shell/js/easySlider.min.js:64> with two blackboxed call frames
5. click on the first call frame in the Call Stack section of the navigation sidebar
6. press ⌘A to select all call frames
7. press ⌘C to copy
## EXPECTED
```
(anonymous function) (easySlider.min.js:56)
handle (jquery.js:1358)
(anonymous function) (jquery.js:1215)
--- addEventListener ---
(anonymous function) (jquery.js:1227)
each (jquery.js:449)
add (jquery.js:1218)
(anonymous function) (jquery.js:1470)
each (jquery.js:449)
each (jquery.js:67)
bind (jquery.js:1469)
(anonymous function) (jquery.js:1588)
(anonymous function) (easySlider.min.js:55)
each (jquery.js:449)
each (jquery.js:67)
(anonymous function) (easySlider.min.js:20)
(anonymous function) (shell:28)
(anonymous function) (jquery.js:1515)
(anonymous function) (jquery.js:1528)
each (jquery.js:449)
ready (jquery.js:1527)
--- addEventListener ---
bindReady (jquery.js:1542)
ready (jquery.js:1510)
Global Code (facebox.js:342)
```
## ACTUAL
```
(anonymous function) (easySlider.min.js:56)
--- addEventListener ---
(anonymous function) (easySlider.min.js:55)
(anonymous function) (easySlider.min.js:20)
(anonymous function) (shell:28)
--- addEventListener ---
Global Code (facebox.js:342)
```
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211222/38da028d/attachment.htm>
More information about the webkit-unassigned
mailing list