[Webkit-unassigned] [Bug 18957] New: Allow assignment to value attr of input[type=file] elements via ObjC DOM API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 8 16:51:46 PDT 2008


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

           Summary: Allow assignment to value attr of input[type=file]
                    elements via ObjC DOM API
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: todd at ditchnet.org


Given an HTML element in a DOM:

<input type="file">

AFAICT, you cannot programmatically set the value of the "value" attribute of
this element via the ObjC DOM API. 

I understand that JavaScript is not allowed to set the value of the "value"
attr due to security restrictions. But it seems that ObjC should be allowed to
set this value attribute, as it wouldn't be a security risk, no?

thx!


-- 
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