Mrkebubun / o3d

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

TestSampleShader_Test fails to produce images in IE #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It appears that when selenium executes this:

    num_shaders = s.get_eval(
        "window.document.getElementById('shaderSelect').length")

to get the number of shaders, the number returned is 0 instead of 12 (there's 
12 shaders in the dropdown) so the test doesn't produce any output. 

Original issue reported on code.google.com by vange...@google.com on 7 Jul 2009 at 2:21

GoogleCodeExporter commented 9 years ago

Original comment by vange...@google.com on 7 Jul 2009 at 2:58

GoogleCodeExporter commented 9 years ago
Actually in IE the entire select element is blank.  It appears to be due to yet
another difference in how JS works across browsers.  I have a fix for it that I 
will
check in soon. 

Original comment by vange...@google.com on 7 Jul 2009 at 2:59

GoogleCodeExporter commented 9 years ago
Works fine with TOT

Original comment by vange...@google.com on 16 Sep 2009 at 5:57