[Webkit-unassigned] [Bug 30541] New: Problem with [NSApp runModalForWindow:] and [NSApp beginSheet:] in Safari 4 on Snow Leopard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 19 15:34:48 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30541

           Summary: Problem with [NSApp runModalForWindow:] and [NSApp
                    beginSheet:] in Safari 4 on Snow Leopard
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P1
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dsuwirya at gmail.com


Base SDK : Mac OS X 10.6
Architecture : 64-bit Intel

I have a NPAPI plugin that needs to pop up a 'sliding sheet panel' window
containing WebView and HTML content inside. I'm using [NSApp beginSheet:]
and [NSApp runModalForWindow:] for that purpose. 

The code has been running well in Safari 4 on Tiger and Leopard. But on
Snow Leopard :

1. [NSApp beginSheet] : displaying a detached window instead of 'sliding
   sheet panel'.

2. [NSApp runModalForWindow:] : causing the window displayed in modal 
   mode and focus (as expected), but with nothing rendered inside. It's
   just showing a blank window and doesn't render the HTML content that
   it's supposed to render.


Note.
- Example of 'sliding sheet panel' : Safari -> Report Bugs to Apple ...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list