Bug 191095 - Web Inspector: Table should style an unselected row when it is right-clicked
Summary: Web Inspector: Table should style an unselected row when it is right-clicked
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P4 Normal
Assignee: Matt Baker
URL:
Keywords: InRadar
Depends on: 66381
Blocks:
  Show dependency treegraph
 
Reported: 2018-10-30 17:23 PDT by Matt Baker
Modified: 2018-10-30 17:24 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Baker 2018-10-30 17:23:43 PDT
Summary:
Table should style an unselected row when it is right-clicked. Finder uses an inset blue border.

Note: this may require additional information from the backend, to know when the menu is shown/dismissed. InspectorFrontendAPI provides the following:

contextMenuCleared: function()
{
    WI.ContextMenu.contextMenuCleared();
}

However, ContextMenu.js has this to say:

static contextMenuCleared()
{
    // FIXME: Unfortunately, contextMenuCleared is invoked between show and item selected
    // so we can't delete last menu object from WI. Fix the contract.
}

This is definitely worth doing, as we'll want this for TreeOutline as well.
Comment 1 Radar WebKit Bug Importer 2018-10-30 17:24:07 PDT
<rdar://problem/45686690>