Skip navigation.

exploreopera

| Help

Sign up | Help

Opera Playground

you can swim with Opera

Posts tagged with "javascript"

Writing in Japanese.

, , ,

At my Japanese blog, I post WebKit and Acid 3 test for several times.

-WebKit - Real-time open source activity stats

At first two posts, I attached screen shots. Those are written in Japanese, but some links lead to English articles, so check them out, if you please.
During writing the last post, some of my friend cried at twitter that there comes new weekly! So I added the results with it. At first, I got 76/100 with it, but friends got 77/100, so I was in a kind of confusions. Then a bit later I remembered the Acid 3 test was revised quite recently, stated at the linked article in the last post. So I cleared the cache, and reloaded the test, so I got 77. It seemed that my 9.50 weekly read cached old test.
Recently, engineers at Opera Software earnestly work at squeezing bugs and increasing performances, so you can see the results soon or later, so-called WIR (When It's Ready). :smile:
Futhark, JavaScript engine of Opera 9.50, whose name I began to know at the end of last year, by this article, is getting better and better, much more than the old linear_b, counterpart of present Opera.

GMail issue, again?

, , ,

As I post it at the forum, with the new browser.js we can't follow the link within GMail. They look for some URL+?disablechatbrowsercheck=1, which does not exist(!), and try to redirect yout request, and they fail, then they bring you to their inbox!

OK, now I use center mouse button to follow the link at GMail. Else I can't open the 'About GMail' with Opera.

create search - Fedora's bugzilla

, ,

With Opera 9's popular feature, you can add any search into Opera. Most of them works fine, after clicking and typing some strokes. Really great feature indeed. No need to add extension.:wink:

I tried and failed to add search at Fedora's bugzilla, it works only with the id number of bugs. Then I wrote this issue at my Japanese blog, then a friend of mine, Higeorange wrote a JavaScript, which should be replaced the search's URL field in Opera.

Great work, hige-san, thanks a lot.

Yamaha's scroll issue

, ,

As I post it at DesktopTema BBS, there is an issue with mouse wheel, also post to BTS as #214791.

http://www.yamaha.co.jp/js/common_home.js

This JavaScript might cause the problem at yamaha.co.jp.

According to Japanese Opera users, build:8246 and later supports mousewheel event, there is a bug there.
document.addEventListener('mousewheel', function(){}, false);
causes this issue.

Simple test case;
http://www.asahi-net.or.jp/~hn9t-fjt/opera/wheel.html