[webkit-reviews] review granted: [Bug 9579] LayoutTests/fast/events/objc-event-api.html failing due to screenY output : [Attachment 9045] Report screenY values as (height of main screen - screenY)

bugzilla-request-daemon at opendarwin.org bugzilla-request-daemon at opendarwin.org
Mon Jun 26 08:11:43 PDT 2006


Darin Adler <darin at apple.com> has granted Darin Adler <darin at apple.com>'s
request for review:
Bug 9579: LayoutTests/fast/events/objc-event-api.html failing due to screenY
output
http://bugzilla.opendarwin.org/show_bug.cgi?id=9579

Attachment 9045: Report screenY values as (height of main screen - screenY)
http://bugzilla.opendarwin.org/attachment.cgi?id=9045&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
Nice, but not quite right for multi-screen systems. Flipping is based on the
zero screen. So it's

(int) [[[NSScreen screens] objectAtIndex:0] frame].size.height

But I'll fix it and land it.



More information about the webkit-reviews mailing list