<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>191095</bug_id>
          
          <creation_ts>2018-10-30 17:23:43 -0700</creation_ts>
          <short_desc>Web Inspector: Table should style an unselected row when it is right-clicked</short_desc>
          <delta_ts>2018-10-30 17:24:07 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Web Inspector</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P4</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>66381</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Matt Baker">mattbaker</reporter>
          <assigned_to name="Matt Baker">mattbaker</assigned_to>
          <cc>inspector-bugzilla-changes</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1473527</commentid>
    <comment_count>0</comment_count>
    <who name="Matt Baker">mattbaker</who>
    <bug_when>2018-10-30 17:23:43 -0700</bug_when>
    <thetext>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&apos;t delete last menu object from WI. Fix the contract.
}

This is definitely worth doing, as we&apos;ll want this for TreeOutline as well.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1473528</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2018-10-30 17:24:07 -0700</bug_when>
    <thetext>&lt;rdar://problem/45686690&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>