Discussion:
[OU] Javascript events issue
anonymous32767 Smith
2010-01-18 20:51:02 UTC
Permalink
Hello, opera-users

--

I've made simple javascript file to test performance of some patterns, i'm
using. While testing performance of Native browser events (addEventListener,
dispatchEvent, etc..) Opera 10.5 fails with "Out of memory" error 10.10 also
fails, but no so fast. Of course case of using browser Events in my file is
not typical but opera behaviour too.

What is wrong? May be i'm making something wrong in calling native browser
event? Here is my file:

http://gist.github.com/280363

Failing code is in nativemessage_pass_test() function.

Sorry my poor eng.
Hallvord Steen
2010-01-25 14:56:15 UTC
Permalink
I've made simple javascript file to test performance of some patterns, i'm using.
While testing performance of Native browser events (addEventListener, dispatchEvent,
etc..) Opera 10.5 fails with "Out of memory" error 10.10 also fails, but no so fast.
Of course case of using browser Events in my file is not typical but opera behaviour too.
Hi, cool test! Can I see this code running somewhere?
http://gist.github.com/280363

I tried extracting just the relevant bit but it seems to run OK here.

Hallvord

Continue reading on narkive:
Loading...