Bug 32578 - Web Inspector: No Need for ?="" now that we have context menus
Summary: Web Inspector: No Need for ?="" now that we have context menus
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brian Weinstein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-15 13:27 PST by Brian Weinstein
Modified: 2009-12-15 13:37 PST (History)
7 users (show)

See Also:


Attachments
[PATCH] Fix (3.67 KB, patch)
2009-12-15 13:31 PST, Brian Weinstein
timothy: review+
bweinstein: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Weinstein 2009-12-15 13:27:10 PST
In the Elements Tree Outline, we needed a way to add new attributes, so we had ?="" show up on mouseover, so the user could double click. Now that we have context menus with an "Add Attribute" item, we don't need this anymore.
Comment 1 Brian Weinstein 2009-12-15 13:31:37 PST
Created attachment 44905 [details]
[PATCH] Fix
Comment 2 Brian Weinstein 2009-12-15 13:37:04 PST
Landed in r52168.