[webkit-reviews] review requested: [Bug 133965] Web Inspector: style declaration editor: visual highlight doesn't match actual selected text : [Attachment 233209] [PATCH] Attempted CSS fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 16 19:55:18 PDT 2014


Jono Wells <jonowells at apple.com> has asked  for review:
Bug 133965: Web Inspector: style declaration editor: visual highlight doesn't
match actual selected text
https://bugs.webkit.org/show_bug.cgi?id=133965

Attachment 233209: [PATCH] Attempted CSS fix
https://bugs.webkit.org/attachment.cgi?id=233209&action=review

------- Additional Comments from Jono Wells <jonowells at apple.com>
Note, this fix removes the two-character indentation for rules that wrap to a
second line or more. The use of the hanging indent hack was causing this and
some other problems. `text-indent: hanging`, or something similar, if
implemented, might help. With this fix though the highlight doesn't cover the
checkboxes which actually makes sense and creates a very clear visual of what
the user is selecting.


More information about the webkit-reviews mailing list