fastsupply / growl

Automatically exported from code.google.com/p/growl
0 stars 0 forks source link

-[GrowlPositionController positionDisplay:] + WebKit = ↑↑ CPU use #103

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Unclear steps to reproduce (I haven't tried yet), but I've seen this reported 
several distinct times.  
The autosizing of a WebKit view can cause us to have serious problems with 
positioning a display.

2182 CallFrameLoadDelegate(objc_object* (*)(objc_object*, objc_selector*, ...), 
WebView*, 
objc_selector*, objc_object*)
   2182 -[GrowlWebKitWindowController webView:didFinishLoadForFrame:]
     2052 -[GrowlPositionController positionDisplay:]
       1052 NSIntersectsRect
       922 -[GrowlPositionController positionDisplay:]

Original issue reported on code.google.com by evandsch...@gmail.com on 22 Jan 2010 at 3:19

GoogleCodeExporter commented 9 years ago
Fixed in [4a2eb058f472].

Original comment by prhgr...@gmail.com on 8 Feb 2010 at 1:11

GoogleCodeExporter commented 9 years ago
Issue 110 has been merged into this issue.

Original comment by prhgr...@gmail.com on 26 Feb 2010 at 5:44