Summary | JS error when viewing image (IE6) |
Queue | Ansel |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | chuck (at) horde (dot) org |
Requester | tinu (at) humbapa (dot) ch |
Created | 06/13/2006 (6960 days ago) |
Due | |
Updated | 06/19/2006 (6954 days ago) |
Assigned | 06/17/2006 (6956 days ago) |
Resolved | 06/19/2006 (6954 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
(just FRAMEWORK_3). so the serialize methode json
was not yet included in "Horde/Serialize.php".
so this ticket is bogus.
so far I found out that:
SlideController.initialize(<?php $gv->json() ?>, <?php echo $imageIndex ?>);
in "templates/view/image.inc" prints:
SlideController.initialize(Array, 0);
somehow the methode "json" does not convert the array ($images)
to proper javascript.
but why this only seems to happen on my system I have no idea...
State ⇒ Feedback
Assigned to Chuck Hagenbuch
New Attachment: js-error.gif
I forgot the attachment
sorrry!
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ JS error when viewing image (IE6)
Queue ⇒ Ansel
State ⇒ Unconfirmed
this JavaScript error:
'SlideController.photos[...].0' is null or not an object on line 5
(see attachment)
after this, the image just shows up as a grey rectangle
I have this error since the changes to the slideshow-part 2 days ago
I only tested this on windows xp with internet explorer 6 using the latest
ansel source from CVS