[webkit-reviews] review requested: [Bug 178022] Web Inspector: [PARITY] Styles Redesign: clicking on the white space after the property should create a blank property : [Attachment 325224] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 27 17:34:17 PDT 2017


Nikita Vasilyev <nvasilyev at apple.com> has asked  for review:
Bug 178022: Web Inspector: [PARITY] Styles Redesign: clicking on the white
space after the property should create a blank property
https://bugs.webkit.org/show_bug.cgi?id=178022

Attachment 325224: Patch

https://bugs.webkit.org/attachment.cgi?id=325224&action=review




--- Comment #5 from Nikita Vasilyev <nvasilyev at apple.com> ---
Created attachment 325224

  --> https://bugs.webkit.org/attachment.cgi?id=325224&action=review

Patch

In the previous patch I didn't address clicking on the whitespace before the
first property:

(In reply to Nikita Vasilyev from comment #0)
> div { [------------ 1]
>	font-size: 14px; [2]
>	color: #333; [--- 3]
>     } [---------------- 3]
> 
> 
> - Clicking on the area [1] should create a new blank property before
> "font-size: 14px;"

It's addressed now.


More information about the webkit-reviews mailing list