What steps will reproduce the problem?
1. Use GTMWindowSheetController to show a sheet.
2. For modalForView: use a top level view (for example, [[window contentView]
superview]).
What is the expected output? What do you see instead?
Expect to see a sheet centered on the parent view.
Instead the view is at 0,0.
The problem is in -[GTMWindowSheetController screenFrameOfView:]. Attached a
fix.
Original issue reported on code.google.com by sail@chromium.org on 14 Sep 2012 at 9:55
Original issue reported on code.google.com by
sail@chromium.org
on 14 Sep 2012 at 9:55Attachments: