[Webkit-unassigned] [Bug 143244] Web Inspector: Sometimes CSS resources don't update after editing via Styles panel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 4 18:18:09 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143244

--- Comment #2 from Nikita Vasilyev <nvasilyev at apple.com> ---
Created attachment 254324
  --> https://bugs.webkit.org/attachment.cgi?id=254324&action=review
Animated GIF of the problem 2

Assertion failed:
markAsNeedsRefresh                                    StyleDetailsPanel.js:82
visibilityDidChange                                    CSSStyleDetailsSidebarPanel.js:128
removeSidebarPanel                                    Sidebar.js:97
showDetailsSidebarPanels                            ContentBrowserTabContentView.js:166
dispatch                                            Object.js:123
dispatchEventToListeners                            Object.js:130
_dispatchCurrentRepresentedObjectsDidChangeEvent    ContentBrowser.js:462
_currentContentViewDidChange                        ContentBrowser.js:503
dispatch                                            Object.js:123
dispatchEventToListeners                            Object.js:130
closeAllContentViewsContentView                        Container.js:389
_showDOMTreeContentView                                ElementsTabContentView.js:88
_mainResourceDidChange                                ElementsTabContentView.js:105
dispatch                                            Object.js:123
dispatchEventToListeners                            Object.js:138
_dispatchMainResourceDidChangeEvent                    Frame.js:473
commitProvisionalLoad                                Frame.js:137
frameDidNavigate                                    FrameResourceManager.js:104
frameNavigated                                        PageObserver.js:41
dispatchEvent                                        InspectorBackend.js:352
_dispatchEvent                                        InspectorBackend.js:232
dispatch                                            InspectorBackend.js:87
dispatchNextQueuedMessageFromBackend                MessageDispatcher.js:41

Assertion failed:
_stopTracking                                        CodeMirrorTokenTrackingController.js:201
enabled                                                CodeMirrorTokenTrackingController.js:80
editingControllerDidStartEditing                    SourceCodeTextEditor.js:1649
hoverMenuButtonWasPressed                            CodeMirrorEditingController.js:172
_handleClickEvent                                    HoverMenu.js:98
handleEvent                                            HoverMenu.js:84





index.html:

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="style.css"/>
</head>
<body> blah </body>
</html>


style.css:

body {
    background: #000;
    color: #CCC;
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150605/fe0aaf38/attachment.html>


More information about the webkit-unassigned mailing list