Occasionally the Edit Breakpoint popover is poorly sized and misplaced in the top left. This looks really bad! * STEPS TO REPRODUCE 1. Inspect <http://bogojoker.com/shell/> 2. Set a breakpoint on easySlider.min.js:3 3. Edit Breakpoint + set autoContinue 4. Close and reopen inspector (to save changes) 5. Reload page (⌘R) 6. Select breakpoint in sidebar 7. Choose Edit Breakpoint either in the Sidebar or Gutter NOTE: Repeat steps 5-7 as needed till you reproduce => misplaced popover
After some debugging, this appears to happen when the element that is the contextmenu event's targetElement is no longer in the DOM by the time we call getBoundingClientRect. So we can grab the bounding client rect earlier, and not carry the element around.
<rdar://problem/14923517>
Created attachment 210672 [details] [PATCH] Proposed Fix
Comment on attachment 210672 [details] [PATCH] Proposed Fix Clearing flags on attachment: 210672 Committed r155165: <http://trac.webkit.org/changeset/155165>
All reviewed patches have been landed. Closing bug.