Welcome, Guest. Please Login or Register.
May 7th, 2024, 10:53am

Home Home Help Help Search Search Members Members Login Login Register Register
Arimaa Forum « Small change to rating plot viewer »


   Arimaa Forum
   Arimaa
   Site Discussion
(Moderator: supersamu)
   Small change to rating plot viewer
« Previous topic | Next topic »
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print
   Author  Topic: Small change to rating plot viewer  (Read 1053 times)
dree12
Forum Senior Member
****



Arimaa player #4082

   


Gender: male
Posts: 27
Small change to rating plot viewer
« on: Jul 14th, 2011, 2:15pm »
Quote Quote Modify Modify

The rating plot viewer doesn't seem to work on IE 9.0, but this seems to be an error in the code:
Code:

            if(C.browser.msie){
                window.G_vmlCanvasManager.init_(document)
            }

I'm not sure how easy this is to fix, but removing it does make the page work. For the vast majority of IE users are still on 8.0, it may be useful to try:
Code:

            if(!document.createElement("canvas").getContext) { // not call
                window.G_vmlCanvasManager.init_(document)
            }
which should work.
« Last Edit: Jul 17th, 2011, 1:37pm by dree12 » IP Logged
rbarreira
Forum Guru
*****



Arimaa player #1621

   


Gender: male
Posts: 605
Re: Better IE support for rating graph viewer?
« Reply #1 on: Jul 14th, 2011, 3:54pm »
Quote Quote Modify Modify

These confusions are one of the reasons why I hate web programming.
IP Logged
dree12
Forum Senior Member
****



Arimaa player #4082

   


Gender: male
Posts: 27
Re: Better IE support for rating graph viewer?
« Reply #2 on: Jul 14th, 2011, 4:53pm »
Quote Quote Modify Modify

I don't understand what the confusion is?
IP Logged
rbarreira
Forum Guru
*****



Arimaa player #1621

   


Gender: male
Posts: 605
Re: Better IE support for rating graph viewer?
« Reply #3 on: Jul 14th, 2011, 6:04pm »
Quote Quote Modify Modify

on Jul 14th, 2011, 4:53pm, dree12 wrote:
I don't understand what the confusion is?

 
The fact that one has to think about all these features which work incompatibly on several browsers (and even browser versions).
 
I'm glad there are people who don't mind it though Wink
IP Logged
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print

« Previous topic | Next topic »

Arimaa Forum » Powered by YaBB 1 Gold - SP 1.3.1!
YaBB © 2000-2003. All Rights Reserved.