WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
191095
Web Inspector: Table should style an unselected row when it is right-clicked
https://bugs.webkit.org/show_bug.cgi?id=191095
Summary
Web Inspector: Table should style an unselected row when it is right-clicked
Matt Baker
Reported
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2018-10-30 17:24:07 PDT
<
rdar://problem/45686690
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug