Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 41d27a7a120933236f1863af2f4ab68a059832c1
      
https://github.com/WebKit/WebKit/commit/41d27a7a120933236f1863af2f4ab68a059832c1
  Author: Razvan Caliman <rcali...@apple.com>
  Date:   2025-08-26 (Tue, 26 Aug 2025)

  Changed paths:
    M Source/WebInspectorUI/UserInterface/Views/SpreadsheetTextField.js

  Log Message:
  -----------
  Web Inspector: Styles: Accepting completion suggestion in shorthand property 
value results in malformed value
https://bugs.webkit.org/show_bug.cgi?id=297858
rdar://159107788

Reviewed by BJ Burg.

There's no need to trim the existing value by 1 character before concatenating 
with the completion suggestion.

To get the completion suggestion to begin with, it must've already been 
separated from the existing value,
so concatenation at the cursor position is valid.

* Source/WebInspectorUI/UserInterface/Views/SpreadsheetTextField.js:
(WI.SpreadsheetTextField.prototype._updatePendingValueWithCompletionText):

Canonical link: https://commits.webkit.org/299157@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to