Bug 191095
Summary: | Web Inspector: Table should style an unselected row when it is right-clicked | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matt Baker <mattbaker> |
Component: | Web Inspector | Assignee: | Matt Baker <mattbaker> |
Status: | NEW | ||
Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
Priority: | P4 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 66381 | ||
Bug Blocks: |
Matt Baker
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/45686690>