Chrome and Chormium report TypeError
Reported by Andor Salga | November 9th, 2010 @ 08:13 PM | 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 November 9th, 2010 @ 09:27 PM
- 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 November 12th, 2010 @ 01:24 AM
- State changed from review-requested to resolved
I merged the code into my #72 branch, so please review that instead.
-
Andor Salga November 13th, 2010 @ 05:45 PM
- Tag set to chrome, chromium
-
aSydiK November 19th, 2010 @ 03:46 AM
- State changed from resolved to review-looks-good
Woohoo transparency.. everything looks good on osx 10.6
r+
-
Andor Salga November 19th, 2010 @ 04:01 PM
- State changed from review-looks-good to staged
-
Andor Salga March 27th, 2011 @ 07:07 PM
- 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 ยป
<b>XB PointStream</b> (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.<br />
Current release <a href="http://scotland.proximity.on.ca/asalga/releases/0.8/xbps-min-0.8.zip">XBPS 0.8</a>
People watching this ticket
Referenced by
- 72 Add XHR timing test Note: I had to create a branch based off #71 since we nee...