caleb-vincent / magellantools

Automatically exported from code.google.com/p/magellantools
0 stars 0 forks source link

JavaScript will not work in IE #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try the Bingo game, or word search in IE

What is the expected output? What do you see instead?
It should be playable, right now it's just viewable

Original issue reported on code.google.com by thor12022@gmail.com on 21 Nov 2008 at 3:42

GoogleCodeExporter commented 9 years ago

Original comment by thor12022@gmail.com on 25 Nov 2008 at 5:40

GoogleCodeExporter commented 9 years ago
Won't work in Opera either.

Will need to look up to see if we are using the right (most general) javascipt 
functions

Original comment by thor12022@gmail.com on 1 Dec 2008 at 3:23

GoogleCodeExporter commented 9 years ago
Okay, so the functions that seem to be whacky are:
GetElementsById
GetAttribute
Haven't found a workaround yet, but at least I get to work with a breakpoint
debugger! Woooo!

Original comment by darnis...@gmail.com on 2 Dec 2008 at 8:25

GoogleCodeExporter commented 9 years ago
GetElementById works in IE... I've been testing some new code for the 
wordsearch size
and that is how I've been hiding the input box when I bingo is selected. Since
Firefox didn't want to render the .tpl file as html I used IE to test that the
javascript was working...

Original comment by Chronoma...@gmail.com on 2 Dec 2008 at 3:22

GoogleCodeExporter commented 9 years ago
The impression I was getting was that the setAttribute was not functioning 
properly,
since the background color never gets set, and that is done with setAttribute.

Original comment by thor12022@gmail.com on 3 Dec 2008 at 9:59

GoogleCodeExporter commented 9 years ago
.setAttribute doesn't exist as far as IE is concerned.
Unless you say otherwise Corey, I'm gonna take this one over
I found alternative

Original comment by thor12022@gmail.com on 4 Dec 2008 at 4:00

GoogleCodeExporter commented 9 years ago
this will probably not make it in, what the internet says works with IE doesn't 
seem
to, and we're running low on time

Original comment by thor12022@gmail.com on 4 Dec 2008 at 6:03