Author |
Topic: Small change to rating plot viewer (Read 1100 times) |
|
dree12
Forum Senior Member
Arimaa player #4082
Gender:
Posts: 27
|
|
Small change to rating plot viewer
« on: Jul 14th, 2011, 2:15pm » |
Quote 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:
Posts: 605
|
|
Re: Better IE support for rating graph viewer?
« Reply #1 on: Jul 14th, 2011, 3:54pm » |
Quote Modify
|
These confusions are one of the reasons why I hate web programming.
|
|
IP Logged |
|
|
|
dree12
Forum Senior Member
Arimaa player #4082
Gender:
Posts: 27
|
|
Re: Better IE support for rating graph viewer?
« Reply #2 on: Jul 14th, 2011, 4:53pm » |
Quote Modify
|
I don't understand what the confusion is?
|
|
IP Logged |
|
|
|
rbarreira
Forum Guru
Arimaa player #1621
Gender:
Posts: 605
|
|
Re: Better IE support for rating graph viewer?
« Reply #3 on: Jul 14th, 2011, 6:04pm » |
Quote 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
|
|
IP Logged |
|
|
|
|