[Webkit-unassigned] [Bug 146715] Web Inspector: Pressing delete in the styles sidebar with no text causes text to become misaligned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 8 08:24:23 PDT 2015


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

Timothy Hatcher <timothy at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #256363|review?                     |review+, commit-queue?
              Flags|                            |

--- Comment #3 from Timothy Hatcher <timothy at apple.com> ---
Comment on attachment 256363
  --> https://bugs.webkit.org/attachment.cgi?id=256363
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=256363&action=review

> Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationTextEditor.js:482
> +        if (change.origin !== "+delete" || (!change.to.line && !change.to.ch) || this._completionController.isShowingCompletions())

Does this happen if there is text or only empty? !change.to.line && !change.to.ch will still be true if there is text.

-- 
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/20150708/6a7ebafa/attachment-0001.html>


More information about the webkit-unassigned mailing list