[Webkit-unassigned] [Bug 12617] New: Using NPN_SetProperty to set document.title doesn't work.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 5 11:31:23 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12617

           Summary: Using NPN_SetProperty to set document.title doesn't
                    work.
           Product: WebKit
           Version: 416.x
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wbardwel at curl.com


In Safari 2.0.2(416.13), when I try to set the title in the browser using:
NPN_GetValue(inst->npp, NPNVWindowNPObject, &window_object)
NPN_GetProperty(inst->npp, window_object,
NPN_GetStringIdentifier("document"), &vdoc)
NPVariant title_variant;
STRINGZ_TO_NPVARIANT(title_copy, title_variant);
NPN_SetProperty(npp, document, NPN_GetStringIdentifier("title"),
&title_variant);
Seems to not work, even though that works in other browsers.


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



More information about the webkit-unassigned mailing list