Chrome and Chormium report TypeError
Reported by Andor Salga | 2010-11-09 20:13:01 UTC | in 0.5 (closed)
Library no longer loads on Chrome and Chromium,
but seems okay on Minefield.
Chrome and Chromium report:
Uncaught TypeError: Type error
PointStream.xb.resizepsapi.js:869
PointStream.xb.setuppsapi.js:1062
startacorn.js:110
(anonymous function)index.html:9
onload
Comments and changes to this ticket
-

Andor Salga 2010-11-09 21:27:54 UTC
- State changed from assigned to review-requested
I fixed the issue. Rendering now works with Chrome and Chromium.
Branch: https://github.com/asalga/XB-PointStream/tree/bug71
Test: acorn, mickey and lion should renderI also modified the styles a bit and fixed some invalid CSS code
which Minefield was complaining about.I noticed Chrome and Chromium no longer have issues
clearing the context when using a transparent background! Woohoo! -

Andor Salga 2010-11-12 01:24:59 UTC
- State changed from review-requested to resolved
I merged the code into my #72 branch, so please review that instead.
-

Andor Salga 2010-11-13 17:45:42 UTC
- Tag set to chrome, chromium
-

aSydiK 2010-11-19 03:46:48 UTC
- State changed from resolved to review-looks-good
Woohoo transparency.. everything looks good on osx 10.6
r+
-

Andor Salga 2010-11-19 16:01:19 UTC
- State changed from review-looks-good to staged
-

Andor Salga 2011-03-27 19:07:56 UTC
- State changed from staged to checked-in
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
XB PointStream (working name)
A cross-browser JavaScript tool which will emulate Arius3D's PointStream viewer. It will be able to quickly render a large amount of point cloud data to the <canvas> tag using WebGL.
Current release XBPS 0.8
People watching this ticket
Referenced by
-
72
Add XHR timing test
Note:
I had to create a branch based off #71 since we
nee...