Export to GitHub

webglsamples - issue #6

Caves demo doesn't run on Chrome 10.0.648.204 OS X 10.6.7


Posted on Mar 28, 2011 by Happy Lion

What steps will reproduce the problem? 1. Try to run the Caves demo 2. 3.

What is the expected output? What do you see instead? Expected to see the cave ground and be able to see the demo like I see in Firefox 4. All I see is a red square with a black border.All the other demos on the page seem to work in Chrome and all work on FireFox 4.

What version of the product are you using? On what operating system? Chrome version 10.0.648.204 on OS X 10.6.7

Please provide any additional information below. I get this error in the console:

Uncaught TypeError: Object #<Float32Array> has no method 'subarray'

Here is where the error is: Line 60 is highlighted in the code

// Returns a fake AttribBuffer. Growable.prototype.getAttribBuffer = function(numComponents) { return { buffer: new windowthis.type, <= ERROR HERE numComponents: numComponents, numElements: this.usedSize / numComponents, type: this.type }; };

Comment #1

Posted on Mar 29, 2011 by Happy Lion

This also happens on Chrome on Windows 7

Comment #2

Posted on Jun 4, 2014 by Swift Cat

(No comment was entered for this change.)

Status: Invalid

Labels:
Type-Defect Priority-Medium