Bug 157640

Summary: Web Inspector: Layout timeline popovers are inconsistently shown
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Joseph Pecoraro
Reported 2016-05-12 14:16:46 PDT
* SUMMARY Layout timeline popovers are inconsistently shown * STEPS TO REPRODUCE 1. Record a timeline with Layout records containing JavaScript backtraces 2. Click around Layout Timeline datagrid => Sometimes Popovers do not show up
Attachments
[PATCH] Proposed Fix (5.38 KB, patch)
2016-05-12 14:19 PDT, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2016-05-12 14:17:26 PDT
Joseph Pecoraro
Comment 2 2016-05-12 14:19:24 PDT
Created attachment 278759 [details] [PATCH] Proposed Fix
Timothy Hatcher
Comment 3 2016-05-12 15:01:55 PDT
Comment on attachment 278759 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=278759&action=review > Source/WebInspectorUI/ChangeLog:18 > + Updating with presentNewContentWithFrame animates the popover to the correct > + position instead of jumping and ending up at the wrong location. I don't think we should ever animate a popover from one spot to another. It should only ever animate in/out. Not move. This sin't new, but we should consider changing it. It just looks silly.
WebKit Commit Bot
Comment 4 2016-05-12 15:07:37 PDT
Comment on attachment 278759 [details] [PATCH] Proposed Fix Clearing flags on attachment: 278759 Committed r200792: <http://trac.webkit.org/changeset/200792>
WebKit Commit Bot
Comment 5 2016-05-12 15:07:41 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.