Bug 85785

Summary: Web Inspector: [REGRESSION] Context menu for the left Script view gutter is broken
Product: WebKit Reporter: Alexander Pavlov (apavlov) <apavlov>
Component: Web Inspector (Deprecated)Assignee: Alexander Pavlov (apavlov) <apavlov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch pfeldman: review+

Description Alexander Pavlov (apavlov) 2012-05-07 02:56:28 PDT
Right-click in the left gutter of a Script view (with line numbers) - only the "Inspect Element" item is present in the context menu. Thus, it is not possible to modify or add a conditional breakpoint.
Comment 1 Alexander Pavlov (apavlov) 2012-05-07 03:05:10 PDT
In the console log for the Inspector, the following error occurs:

Uncaught TypeError: Cannot call method 'bind' of undefined (TextViewer:294)
Comment 2 Alexander Pavlov (apavlov) 2012-05-07 03:14:08 PDT
Created attachment 140500 [details]
Patch
Comment 3 Alexander Pavlov (apavlov) 2012-05-07 03:29:29 PDT
Committed r116293: <http://trac.webkit.org/changeset/116293>