[webkit-changes] [WebKit/WebKit] 4629f0: Web Inspector: Node sidebar panel: long attribute ...

Razvan Caliman - Apple noreply at github.com
Fri Dec 15 11:14:29 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4629f05354c3b380207e2fd5875bc995b295e09a
      https://github.com/WebKit/WebKit/commit/4629f05354c3b380207e2fd5875bc995b295e09a
  Author: Razvan Caliman <rcaliman at apple.com>
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
    M Source/WebInspectorUI/UserInterface/Views/DataGrid.css

  Log Message:
  -----------
  Web Inspector: Node sidebar panel: long attribute name is cut off without visual hint
https://bugs.webkit.org/show_bug.cgi?id=258274
rdar://110999382

Reviewed by Patrick Angle and Devin Rousso.

Use `text-overflow: ellipsis` to indicate when DataGrid input content is visually cut off.

* Source/WebInspectorUI/UserInterface/Views/DataGrid.css:
(.data-grid tr.editable .cell-content > input):

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




More information about the webkit-changes mailing list