Bug 69482 - Web Inspector: [Chromium] Heap Snapshot colors legend help popup is not shown
Summary: Web Inspector: [Chromium] Heap Snapshot colors legend help popup is not shown
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: Mikhail Naganov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-05 17:11 PDT by Mikhail Naganov
Modified: 2011-10-06 08:35 PDT (History)
10 users (show)

See Also:


Attachments
Patch (2.21 KB, patch)
2011-10-05 17:13 PDT, Mikhail Naganov
yurys: review+
mnaganov: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Naganov 2011-10-05 17:11:08 PDT
Open DevTools, go to Profiles, take a heap snapshot, open it.
Now try to show color legends popup by pressing the '?' button on the status bar of a snapshot view.
Expected: a popup is shown.
Actual: button disappears, "Uncaught TypeError: Cannot call method 'offsetRelativeToWindow' of undefined", source: chrome-devtools://devtools/Popover.js (116) in the console.
Comment 1 Mikhail Naganov 2011-10-05 17:13:22 PDT
Created attachment 109884 [details]
Patch
Comment 2 Mikhail Naganov 2011-10-06 08:35:13 PDT
Manually committed http://trac.webkit.org/changeset/96812:

        Web Inspector: [Chromium] Heap Snapshot colors legend help popup is not shown.
        https://bugs.webkit.org/show_bug.cgi?id=69482

        Reviewed by Yury Semikhatsky.

        * inspector/front-end/DetailedHeapshotView.js:
        (WebInspector.DetailedHeapshotView.prototype._helpClicked):