[Webkit-unassigned] [Bug 145294] Web Inspector: Unable to get cursor in new Rule section after creating multiple New Rules

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 21 20:58:25 PDT 2015


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

--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org> ---
CSSStyleDeclarationTextEditor's _resetContent sets things readonly if:

    // Only allow editing if we have a style, it is editable and we have text range in the stylesheet.
    var readOnly = !this._style || !this._style.editable || !this._style.styleSheetTextRange;

In this case, the styleSheetTextRange is null...

-- 
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/20150522/b40dde26/attachment.html>


More information about the webkit-unassigned mailing list