[LLVMbugs] [Bug 9171] New: Clang-built WebKit exhibits unique form bug
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Feb 8 17:19:45 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=9171
Summary: Clang-built WebKit exhibits unique form bug
Product: new-bugs
Version: unspecified
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: jon at jonshier.com
CC: llvmbugs at cs.uiuc.edu
I've filed a bug with WebKit, but it's likely this issue is more suited to the
clang/llvm folks. Using Apple clang version 2.0 (tags/Apple/clang-134), a
successful WebKit build exhibits a bizarre bug. Forms using the
multipart/form-data enctype no longer function. This functionality works
correctly in gcc and llvm-gcc (4.2). I'm l linking the WebKit bug I filed as it
has a link to a simple test for the form type which exhibits the issue.
Essentially, forms that use the multipart/form-data type do not function. That
is, the submit or whatever action button doesn't do anything. Such as this
bugzilla page. However, editing the form in WebKit's inspector and removing the
type sometimes allows the form to function properly, as long as no files are
attached.
https://bugs.webkit.org/show_bug.cgi?id=50306
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list