RESOLVED FIXED 60222
Web Inspector: searching for node does not result in bringToFront call.
https://bugs.webkit.org/show_bug.cgi?id=60222
Summary Web Inspector: searching for node does not result in bringToFront call.
Pavel Feldman
Reported 2011-05-04 15:48:26 PDT
Patch to follow.
Attachments
Patch (2.61 KB, patch)
2011-05-04 15:52 PDT, Pavel Feldman
no flags
Patch (1.40 KB, patch)
2011-05-05 07:25 PDT, Pavel Feldman
yurys: review+
pfeldman: commit-queue+
Pavel Feldman
Comment 1 2011-05-04 15:52:30 PDT
Yury Semikhatsky
Comment 2 2011-05-05 07:13:19 PDT
Comment on attachment 92335 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=92335&action=review > Source/WebCore/inspector/InspectorDOMAgent.cpp:285 > + m_inspectorFrontend = frontend->inspector(); InspectorDOMAgent is not supposed to access frontends other than DOMFrontend
Yury Semikhatsky
Comment 3 2011-05-05 07:14:02 PDT
Comment on attachment 92335 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=92335&action=review > Source/WebCore/inspector/InspectorDOMAgent.cpp:889 > + m_inspectorFrontend->bringToFront(); This should be handled on the front-end side.
Pavel Feldman
Comment 4 2011-05-05 07:25:34 PDT
Pavel Feldman
Comment 5 2011-05-05 09:38:45 PDT
Note You need to log in before you can comment on or make changes to this bug.