[Webkit-unassigned] [Bug 37391] New: native runtime.js:392 Uncaught TypeError: object is not a function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 10 14:20:05 PDT 2010


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

           Summary: native runtime.js:392 Uncaught TypeError: object is
                    not a function
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ppp1pp1p1 at gmail.com


Created an attachment (id=53053)
 --> (https://bugs.webkit.org/attachment.cgi?id=53053)
HTML including the JS-code + Button that starts the methode

after I tried to write a funtion to draw any (konvex) form (using rotation of
divs with overflow: hidden), I got the error-message (in the error-console)you
can find in the summary of this post. I used Google Chrome 4.1.249.1045 (carn't
find the WebKit version it uses). The nighly build r57179 with safari returns
the error saying my methode (called "form()") doesn't even is a function
("forms.html:32 TypeError: Result of expression 'form' [null] is not a
function.") o.O
I don't get any other errors, that could let me know, my function is invalid
(JSLint validates it (exept of telling me document.write() can be a form of
eval <.<))
I don't say that my function is perfect and SHOULD work, but it doesn't work
and tells me, that the JSCore of the WebKit used in Chrome has a bug (I guess).
If this infact is a bug only in Google Chrome, and not WebKit (while safari
also don't tell me the real reason why it don't works), I'm sorry I wasted you
your time (if I did)
For the html-file including the JS-code that caused the error see the
attachment.

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