Bug 16267 - Symbol lookup menu broken in debugger view
Summary: Symbol lookup menu broken in debugger view
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-03 00:53 PST by Andrew Bonventre
Modified: 2008-05-17 09:56 PDT (History)
0 users

See Also:


Attachments
A proposed fix (686 bytes, patch)
2007-12-03 01:07 PST, Andrew Bonventre
no flags Details | Formatted Diff | Diff
Proposed fix with ChangeLog included this time. (1.37 KB, patch)
2007-12-03 07:03 PST, Andrew Bonventre
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Bonventre 2007-12-03 00:53:03 PST
When you try to select a symbol using the dropdown menu in Drosera, no action is performed.  There is a Javascript error occurring in switchFunction in debugger.js.
Comment 1 Andrew Bonventre 2007-12-03 01:07:21 PST
Created attachment 17667 [details]
A proposed fix
Comment 2 Andrew Bonventre 2007-12-03 07:03:54 PST
Created attachment 17674 [details]
Proposed fix with ChangeLog included this time.
Comment 3 Darin Adler 2007-12-03 09:22:22 PST
Comment on attachment 17674 [details]
Proposed fix with ChangeLog included this time.

Looks good. r=me
Comment 4 mitz 2007-12-03 17:10:03 PST
Landed in <http://trac.webkit.org/projects/webkit/changeset/28374>.
Comment 5 David Kilzer (:ddkilzer) 2007-12-03 23:00:26 PST
(In reply to comment #2)
> Created an attachment (id=17674) [edit]
> Proposed fix with ChangeLog included this time.

Please include a reference to the bug fixed in the future.  Thanks!

http://trac.webkit.org/projects/webkit/changeset/28379

Comment 6 Timothy Hatcher 2008-05-17 09:56:07 PDT
Closing since Drosera has been replaced by the new Web Inspector debugger. Moving to the New Bugs component so the Drosera component can be closed and removed.