Giter Site home page Giter Site logo

slideshow's Issues

Page Does Not Finish Loading in IE

When using IE 6 or 7, the page does not finish loading.  This also occurs
on the demo page at: http://www.electricprism.com/aeron/slideshow/

Due to the fact that the page never fully loads, other Onload events will
not fire.

Please Help!

Thanks!!!

Original issue reported on code.google.com by [email protected] on 7 Aug 2008 at 12:37

Google Maps & Slideshow 2 not working together

Very strange.

Reproducing it: Load a page with google maps, mootools 1.2 and slideshow
and initiate a slideshow and a map on their own divs or wherever...

Firebug reports:
A parameter or an operation is not supported by the underlying object"
code: "15
[Break on this error]
if(C&&C.contains("://")&&!C.contains(doc...\w+/,function(J){return
J.toLowerCase();

Kills all other scripts on the page when it happens.

I noticed this on a page where I had loaded google maps, as it doesnt
happen elsewhere... took awhile to track down the cause - eventually
commenting out the slideshow fixed it.

Original issue reported on code.google.com by [email protected] on 29 Sep 2008 at 12:17

Slimbox/Slideshow wrong Title

What steps will reproduce the problem?
1. Slimbox + Slideshow/linked:true
2. Title-Tag is not supportet by slideshow in combination with Slimbox
3.

What is the expected output? What do you see instead?
title of first href/image instead of title from each image

What version of the product are you using? On what operating system?
2r46
Please provide any additional information below.

<div id="my_show" class="slideshow">
  <a rel="lightbox" href="1.jpg" title="testtitle"><img src="1.jpg"
alt="Keylin" /></a>
</div>

<script type="text/javascript">
  var data = ['1.jpg', '2.jpg', '3.jpg'];

  var myShow = new Slideshow('my_show', data, {controller: true, hu:
'images/', linked: true});
</script>

each Image should get his own Title not the title of the first "a href"

Original issue reported on code.google.com by [email protected] on 18 Jun 2008 at 9:21

showing thumbnails that are sitting in a different folder

The scenario I have is that I have thumbnails that are sitting in a
different folder. If i specify that i want to see thumbnails it will at a t
to the name of the original and assumes that the thumbnail is residing in
the same folder that contains the big images.

see the attached project.

I need your help. This is a hot slideshow I have ever seen.

best regards,

Torrence Manyika

Original issue reported on code.google.com by [email protected] on 10 Jul 2008 at 9:32

Attachments:

How to show images from multiple folders without using "hu: 'image-folder/'"

Hie,
I want to show images which exists in multiple folders but I am struct on 
hu: 'imagefolder/'  when I remove it the slideshow doesn't work. Is there 
any way to show images from multiple folders like If we only define the 
image src only not the 'hu:' so we can get images from multiple folders...

What I want to do is like this:
I am creating a project using coldfusion and MS Access database
Now I am querying my database to get images, images are placed in their 
particular categories like category auto contains auto images, cycle 
contains cycle images etc...
Now I want to show the latest images in slideshow and ofcourse images can 
be from any category i.e. any folder so I cannot 
define "hu: 'foldername/'" in javascript so is there any solution for 
this? If you ask me I will also provide you the coding.

Please help me out with this issue,
Thank you.

Original issue reported on code.google.com by [email protected] on 25 Jul 2008 at 5:07

Clicking on thumbnails before a click-to-start slideshow starts has no effect

What steps will reproduce the problem?
1. Create a slideshow, click to start = true, thumbnails = true.
2. Click on a thumbnail
3. Spinner spins, but nothing happens.

What is the expected output? What do you see instead?

I would expect the slideshow to start, and probably to advanced to the
clicked image.

This may be a bit confusing to site visitors.


Original issue reported on code.google.com by [email protected] on 6 Jul 2008 at 4:18

End of a slideshow

Hye,

this is more a suggestion...

I can't find an option wich happend at the end of the slideshow.

i.e. of usage: In a website's introduction, the page should change 
automatically at the end of the slideshow.

It should be a nice implementation in a futur version.

Low

Original issue reported on code.google.com by [email protected] on 15 Sep 2008 at 6:41

Caption size

I have run into another issue.

When I have a lot of text in my captions half of the caption disappears as
the caption has a fixed height. 
It would be better to have the caption change size depending on the content.

Thanks

Original issue reported on code.google.com by [email protected] on 14 May 2008 at 10:48

Slideshow freezes on previous button

I have noticed how the slideshow many times stops updating the image when
clicking on the previous button several times in a row (I can only go a
avout 4 images back). The counter seems to continue though as when I click
on the next button the images that appears is the image that would have
appeared if the previous button worked.
I haven't been able to recreate the problem every time as it appears to be
random.

The next button always seems to work. I have noticed the same problem for
the last and first buttons as well.

This has happened on both the demo site and my local installation.

I am using firefox 3.0b5 with the latest mootools trunk.


Original issue reported on code.google.com by [email protected] on 13 May 2008 at 9:09

Ken Burns effect very jerky

Even on your website, the KenBurn transition are really jerky.

Do you know a way to smooth that up ?

I'm using Firefox3, and have a decent computer. 

Original issue reported on code.google.com by [email protected] on 20 Jul 2008 at 4:59

Ken Burns show doesn't play nice in Opera

In Opera browser, the opacity isn't working for  Ken Burns show. When a 
Pan and Zoom crosse, what I see is solid white. In my case, I use a 
background image for the '#show', so what I am seeing is the background 
image.

I know Opera has some issue with Opacity but is curious if this can be be 
fixed with your code

Thanks

Original issue reported on code.google.com by chinesedream on 10 Jul 2008 at 4:48

Lightbox and flash serious issue

What steps will reproduce the problem?
1. Lightbox
2.
3.

What is the expected output? What do you see instead?
Flash be visible again!

What version of the product are you using? On what operating system?
Vista

Please provide any additional information below.

When in lighbox mode, we click to open the image, flash content disapeers 
(all ok so far!). But, when we go out the lightbox, it won't appear!


Original issue reported on code.google.com by [email protected] on 15 May 2008 at 5:14

website http://www.electricprism.com/aeron/slideshow/ no W3C compliant


It's just a html error in the website which prevents W3C validation.


What steps will reproduce the problem?
1. open
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.electricprism.com%2Faeron%2Fs
lideshow%2Findex.html&charset=(detect+automatically)&doctype=Inline&group=0


(that would be the w3c validator results for
http://www.electricprism.com/aeron/slideshow/index.html)

...or use this Firefox extension while viewing the above mentioned website 
http://users.skynet.be/mgueury/mozilla



What is the expected output? What do you see instead?

I'd expect a W3C 100% compliant page, but that does not validate correctly
because of a border="0" attribute in a <img> on line 258, which is the
"addthis" button code.

This could be easily fixed via CSS instead of HTML whith something like

a img {
      border: 0;
}

I thought this would be of somewhat interest because for webdesigners is
important to be reassured about the neat coding of your great app, and if
they'd check that would cause a false alarm, but still annoying.

Anyway, if that behaviour was intentional, sorry for bothering you :)


best regards and keep on the good work guys,
you're really doing a wonderful tool.


Roberto Chiaveri
_
[email protected]













Original issue reported on code.google.com by [email protected] on 3 Jul 2008 at 11:03

Wrong size when starting slideshow from slide number X

What steps will reproduce the problem?
1. On the actual package, use 3 images from various size (in my case 2.jpg
larger than 1.jpg)
2. Lunch the slideshow with ?slide=1
3. Look when the first image display

What is the expected output? What do you see instead?

The first image is the one expected but the size is actually wrong as it
use the 1.jpg one. It doesn't seem to use overflow yet.

Please use labels and text to provide additional information.

The problem appear at least on Firefox 2.0.0.14 on OS X Leopard

Original issue reported on code.google.com by [email protected] on 18 May 2008 at 11:48

Same image used twice

If two slides use the same image, one of the images is missed and the 
slide order becomes incorrect. The following example would produce this 
problem:

var data = {
    'example.jpg' : { caption: 'Slide 1' } ,
    'example.jpg' : { caption: 'Slide 2' }
}

A workaround is to add a unique query string value to the image URL. For 
example:

var data = {
    'example.jpg?1' : { caption: 'Slide 11' } ,
    'example.jpg?2' : { caption: 'Slide 2' }
}

Original issue reported on code.google.com by [email protected] on 9 Oct 2008 at 1:48

Next photo on load

Hi,

I just updated to the latest revision r68 and I have noticed a problem.
Sometimes when I load the slideshow I need to click on the thumb or arrow
twice before the photo loads. When the photo loads all works well. I guess
this is due to the new code for loading the slideshow?
I noticed this in Firefox 3.

Thanks!

Original issue reported on code.google.com by [email protected] on 9 Jul 2008 at 11:45

Basic help - slideshow just doesn't work for me

So I'm no coder, so maybe I'm missing something very simple.

1) I simply cannot get the slideshow to load.  When I go to the index page,
it only loads the default image, but no slideshow.

Link: http:/www.tommygunphotos.com/test/Slideshow 2!/index.html

I've changed the slideshow.js options to what I want, and didn't see the
need to adjust anything in the .css file.


2) Is there a way to duplicate the slideshow on the same page?  I'd like to
have three side by side.

Thanks!

Original issue reported on code.google.com by [email protected] on 13 Jul 2008 at 5:17

Simple target question?

Hi, i'm pretty new here so bare with me if it is a stupid question.

I have looked in the wiki and an searched in Issues without finding the
answer, so I hope that it is okay that I ask it here.
This is my source, and it is working fine:

---------------------------------------------------------------------------
        <link rel="stylesheet" type="text/css" href="css/slideshow.css"
media="screen" />
    <script type="text/javascript" src="js/mootools.js"></script>
    <script type="text/javascript" src="js/slideshow.js"></script>
    <script type="text/javascript" src="js/slideshow.kenburns.js"></script>
    <script type="text/javascript">     
    //<![CDATA[
      window.addEvent('domready', function(){
        var data = {
          '1.jpg': { caption: 'text1.', href: 'link1.htm'}, 
          '2.jpg': { caption: 'text2' }, 
          '3.jpg': { caption: 'text3' }, 
          '4.jpg': { caption: 'text4' }
        };
        var myShow = new Slideshow.KenBurns('show', data, { captions: true,
controller: false, delay: 4000, duration: 1000, height: 187, hu: 'images/',
width: 280 , pan: '100', zoom: [25, 75]});
        });
    //]]>
    </script>

---------------------------------------------------------------------------

But how do I set a target on the link?

You know like: <a target="iframe" href="s">test</a>


Original issue reported on code.google.com by [email protected] on 1 Aug 2008 at 8:10

patch: better support for padding in captions

What steps will reproduce the problem?
1. Try setting CSS padding on the slideshow-captions div.

What is the expected output? What do you see instead?

It makes the div end up wider than the slideshow (in Firefox at least).

Being able to set the padding is especially noticable if you remove the CSS
'height' setting on slideshow-captions so the captions will expand to be as
tall as needed to fit.  Then only the first line gets indented at all (via
the text-indent setting in the default slideshow.css).

I've attached a patch which adds a new div called slideshow-captions-text
within the slideshow-captions div.  Padding can be set on this new div, and
appears correctly.

Original issue reported on code.google.com by [email protected] on 8 Jul 2008 at 3:03

Attachments:

Linking Multiple Pages

I'm an intermediate level programmer and I'm trying to figure out your code
in order to add some functionality. I was wondering if you could point me
in the right direction. Is there any way to have each image in the slide
show link to a specific page....even if it were the name of the image but
instead of .jpg it would be .html or .php? I apreciate your time and this
is an awesome script!

Original issue reported on code.google.com by [email protected] on 16 May 2008 at 5:18

Controller briefly shows "pause" when it should show "play" on a click-to-start slideshow

What steps will reproduce the problem?
1. Create a slideshow, click-to-start = true, controller = true
2. Mouseover the controlller.

What is the expected output? What do you see instead?

A click-to-start slideshow's controller should show the "play" icon, but
instead it shows the "paused" icon, which changes to the play icon after
hovering for a second or two.

Again, a bit confusing to inexperienced users.

Original issue reported on code.google.com by [email protected] on 6 Jul 2008 at 4:20

Slideshow conflict with JQuery UI Tabs

What is the expected output? What do you see instead?
I'm looking to get the slideshow to work with UI Tabs
(http://stilbuero.de/jquery/tabs_3/). Currently, whichever codes that is
pasted near the closing </head> tag will work while the other won't work.

What version of the product are you using? On what operating system?
I'm using the Slideshow 2r68.

Any ways you can help?

Original issue reported on code.google.com by [email protected] on 21 Jul 2008 at 5:36

Line 48 Object doesn't support this property or method.

What steps will reproduce the problem?
1. When previewing the site after changing paths for images, etc.
2. It even happens on the original files for me in Homesite
3. I tried changing the call to the mootools.js to use the Google code to
call the mootools.js

What is the expected output? What do you see instead?
I'd like for the slideshow to function properly.

What version of the product are you using? On what operating system?
Mootools 1.11, Slideshow 2, Any OS

Please provide any additional information below.

I'll attach the HTML file, images, js in a zip.

Original issue reported on code.google.com by [email protected] on 28 May 2008 at 9:49

Attachments:

Won't Display on Wordpress

Hi, I'm just curious if anyone could take a look at my website and see why
the images aren't being produced? Thanks!

http://www.cppdsp.com/

Original issue reported on code.google.com by [email protected] on 27 Sep 2008 at 10:53

Issue with Transparent Background

Note: If this is a troubleshooting question, please first look in the FAQ
(http://code.google.com/p/slideshow/wiki/FAQ), search in the Google Group
(http://groups.google.com/group/mootools-slideshow) and / or post your
question there! This form is only for technical issues / bugs, thank you.

What steps will reproduce the problem?
1. 2 .png images with transparent backgrounds
2. run slideshow to cycle between the two
3. the .png files are overlayed on top of each other so both are visible

What is the expected output? What do you see instead?

Only active image is visible. Other slideshow images should be hidden or
opaque so it's not visible if the active image has a transparent background.

What version of the product are you using? On what operating system and
browser?

mootools1.2, slideshow 2!
windows xp, IE 7, FF 2

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 4 Sep 2008 at 5:52

Slideshow will not work with custom built MooTools 1.2B2

What steps will reproduce the problem?

1. Download Slideshow - Works Perfectly!
2. Replace slideshow MooTools distro with custom downloaded 1.2b2 distro
(including ALL or SOME components) - "property.camelCase is not a function"
error - Does not work
3. Nothing seems to help...

Original issue reported on code.google.com by [email protected] on 8 May 2008 at 11:51

Center image

On my local installation I have not been able to get centering to work.

I am using the normal transition and my slideshow size is the size of the
largest image I have. When the slideshow displays a vertical photo (same
height but half the width) I can see in firebug that the image is displayed
with "left: 0px". By placing an alert in the _center function I can see how
the image is given the correct value of left 145px, but then how it after
the alert box is transitioned to 0px. 

I am using the latest mootools trunk and firefox 3.0b5.

Original issue reported on code.google.com by [email protected] on 13 May 2008 at 9:16

Centering on load with Safari

Hi,

Safari seems very eager to trigger that it has loaded an image before it
actually has, resulting in that the centering almost never works on the
first slide. What I get when I load the slideshow is the top left corner of
the image in the middle. This seems to only happen with the latest safari
and on slideshow load. If I go forth and back in the slidwshow the images
get centered :)

Thanks!

Original issue reported on code.google.com by [email protected] on 26 Jul 2008 at 9:51

(Feature) Handle mixed-orientation sets more gracefully

Slideshow doesn't handle slideshow sets containing a mix of portrait and
landscape formatted images very well.  

I'm not entirely certain what to suggest, maybe some way to dynamically
change the size of the slideshow divs if the image orientation changes?

Original issue reported on code.google.com by [email protected] on 6 Jul 2008 at 5:11

HTML data doesn't use full image srcs or attached thumbnails

I found two parts of slideshow that don't really make sense when using HTML for 
the data section 
(e.g. data is null).

1 - the path of slide image src's still use the hu: option for image paths.  
You should just read and 
use the full image src, since it's already defined in HTML

2 - the thumbnails in the HTML aren't actually parsed.  The image srcs from the 
slideshow-images 
section are still manipulated in with the replace: option, instead of just 
reading the thumbnail 
images from HTML.  That seems wrong.

I've attached my "patch" - really, just a diff, since I'm using git now.  Let 
me know if you guys start 
using Git/GitHub, and I'll make it a real patch.

Original issue reported on code.google.com by [email protected] on 17 Jul 2008 at 5:24

Attachments:

Thumbnail navigation customization

Can you please provide the CSS file used in the thumbnail demo and any 
other information you may have pertaining to customizing the thumbnail 
strip?

Can I show all thumbnails at once as in the previous version of SlideShow?

How do I make the thumbnail display vertical rather than horizontal?

What options are available for displaying the thumbnails?

Thank you very much.

Original issue reported on code.google.com by [email protected] on 15 Jul 2008 at 1:35

r85 - misnamed class examples

The examples provided here: http://code.google.com/p/slideshow/wiki/HTML
Are correct, corresponding to the .css file

But the examples provided in the .css file, are incorrect (outdated?)
Each example class reference is missing "slideshow-"

Nice product tho, cheers

Original issue reported on code.google.com by intel352 on 28 Jul 2008 at 6:58

Overlap option leaves the previous image displayed behind the current image

What steps will reproduce the problem?
1. Create images of unequal size to use in the slideshow.
2. Set the resize option to false.
3. Use the default value for overlap (true)

What is the expected output? What do you see instead?
A larger image that was being viewed before a smaller image cannot be seen
behind the smaller image.

The larger image is seen behind the smaller image.

What version of the product are you using? On what operating system?
SVN version 50 of slideshow.js


Please provide any additional information below.

Unless I'm misinterpreting what overlap should do, I would think that the
previous image would transition to its "hidden" state at the same time the
next image is transitioning to its "shown" state.  I'd think the code would
look something like:

    if (fast) {
            img.get('morph').set(hidden);
        this.image.get('morph').cancel().set(visible);          
    } else {
        if (this.options.overlap){  
        img.get('morph').start(hidden);
        this.image.get('morph').set(hidden).start(visible);
        } 
        else {
        var fn = function(hidden, visible){
            this.image.get('morph').set(hidden).start(visible);
            }.pass([hidden, visible], this);
        var hidden = this.classes.get('images', ((this.direction == 'left') ?
'prev' : 'next'));
            img.get('morph').set(visible).start(hidden).chain(fn);
        }
    }

Original issue reported on code.google.com by [email protected] on 27 May 2008 at 6:49

Z-indexes of photos keep incrementing forever

When photos get replaced, the z-index of the active photo just keeps on
increasing forever.  Normally this wouldn't be a problem, except in our
Plone CMS integration, Plone wants to be able to float a dropdown "add"
menu over the area that the photo occupies.

It would be really helpful if your javascript de-incremented the z-index of
the active photo once the previous photo is cleared.


Original issue reported on code.google.com by [email protected] on 6 Jul 2008 at 5:09

Asset is not defined

What steps will reproduce the problem?
1. Download and run sample
2.
3.

What is the expected output? What do you see instead?
Javascript error Asset not defined

What version of the product are you using? On what operating system?
2r46

Please provide any additional information below.
slideshow doesn't work.  Brings up first image and nothing happens.  The 
js source says 'Assets' is a dependency - where do I find this? I 
downloaded mootools as directed.  Thank you

Original issue reported on code.google.com by [email protected] on 12 Jun 2008 at 10:28

Centering doesn't work on IE6

A slideshow with images of varying size doesn't center images correctly if
the "resize" option is set to false.  Line 180 of version 46 of
slideshow.js is the culprit.  It appears that on IE (6.0 anyway), setting
the height and width to auto doesn't result in setting the height and width
attributes of the image until the image is shown.  I used a set of 7 images
with the corresponding height and width:
200 x 300
200 x 300
200 x 300
240 x 320
214 x 320
240 x 320
200 x 300

Inserting "window.status = this.image.height+", "+this.image.width;" at
line 182 of slideshow.js yielded the following output for the first time
through the set of images:
200, 300
200, 300
200, 300
200, 300
240, 320
240, 320

A possible fix is to set the height and width attributes (on line 180) to
this.preloader.height and this.preloader.width respectively.  This worked
on IE6.0 and Firefox 2.0.0.14.

Original issue reported on code.google.com by [email protected] on 22 May 2008 at 7:52

No-JS option doesn't work in Opera

What steps will reproduce the problem?
1. Go to http://www.electricprism.com/aeron/slideshow/
2. Disable Javascript in the preferences

What is the expected output? What do you see instead?

When you click a thumbnail, it doesn't change the image.

What version of the product are you using? On what operating system?

Mac OS X 10.5.4, Opera 9.51

Please provide any additional information below.

Will you be adding a wiki / tutorial on how to add the No-JS option to the
slideshow sometime soon? I've managed to get it working, but only by
viewing the source code on your site (sorry!)

Original issue reported on code.google.com by [email protected] on 24 Jul 2008 at 11:17

slideshow2r68 : no longer supports blank hu definition

In previous versions of SS2, I could define hu: '' and use images that
existed in the same directory as slideshow index.html file. in r68, this
results in a broken slideshow. I've tested this using the r68 .zip package.

Original issue reported on code.google.com by glen%[email protected] on 9 Jul 2008 at 4:02

Outdated Wiki docs

Documentation on Wiki is not for current version - that is the reason why
examples not working...

Original issue reported on code.google.com by [email protected] on 25 Jun 2008 at 12:46

INTERNET EXPLORER - MEMORY LEAK !!!

please please help me...
every load or refresh of page with this awesome script in Internet Explorer
6 & 7 too, causes new memory allocation - and after some time IE crashes
(when all aviable memory in PC is lost)

Original issue reported on code.google.com by [email protected] on 1 Jul 2008 at 10:11

Doesn't display thumbnail when large number of pictures in the slideshow

I've 255 pictures in my slideshow.
If I enable the thumbnail option, then the thumbnails don't display (I only
see a large cyan border when hovering or yellow when clicking (a rect of
20x20px)).  
Worst, after so time Firefox crashes.

What steps will reproduce the problem?
1. From the same template as the example page of thumbnails
2. Load a slideshow with many pictures (255)
3. Enable the thumbnail option
4. The thumbnail doesn't display, the browser crashes after some time.

What is the expected output? What do you see instead?
I guess the thumbnail pictures should be loaded / unloaded on the fly only
when visible (and not all of them, to limit the memory required).
They should display.

What version of the product are you using? 
Latest version from this website.
On what operating system and browser?
Windows XP and Firefox 3.0.1



Original issue reported on code.google.com by [email protected] on 18 Sep 2008 at 12:01

Pause on hover

Is it possible to set the show to pause when the user overs over the slideshow?

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by pure%[email protected] on 2 Jul 2008 at 3:59

Doesn't work with mozilla

The javascript simply doesn't work in Firefox/3.0.1. Offline is works great 
with Safari, Explorer 
and Mozilla. Once uploaded online, only Safari and Explorer will work. 
Dreamweaver tells me

''Found 12 errors in external css files

Affects: Firefox 1.5; Internet Explorer 6.0, 7.0; Internet Explorer for 
Macintosh 5.2; Netscape 8.0; 
Opera 8.0, 9.0; Safari 2.0''

External css files being slideshow.css.

In slideshow.css

''Unsupported property: opacity

Affects: Firefox 2.0; Internet Explorer 6.0, 7.0; Internet Explorer for 
Macintosh 5.2; Netscape 8.0; 
Opera 8.0, 9.0; Safari 2.0''

Thank you.

Original issue reported on code.google.com by [email protected] on 16 Sep 2008 at 2:00

Slideshow keys and Firefox

This is not exactly a bug but its an issue.

When using Firefox 3.0b5 on a mac the spacebar key will scroll the window
downwards. So everytime I want to start/stop the slideshow the window
scrolls. The same happens when using the shift key but upwards. Maybe we
should change the shortcut keys to something else? 
Anyone else noticed this with Firefox?


Original issue reported on code.google.com by [email protected] on 16 May 2008 at 11:29

Images not shown on first load

What steps will reproduce the problem?

Upon the first time the page is loaded, only the thumbnails and the caption
appear. Only when you reload the page then the images appear where they
should be.

Version:slideshow2r46

Windows XP,  FireFox 2.x

Link:
http://raine.ridevelopement.com/uscholar/event_photos.htm

Regards

Original issue reported on code.google.com by [email protected] on 16 May 2008 at 1:56

Script not functional!

What steps will reproduce the problem?
1. Downloaded slideshow 2r46.zip, and mootools.js from
http://www.mootools.net/download
2. unzipped, followed all instructions
3. nothing happened - javascript error tested in IE 6+7 and Firefox 2

What is the expected output? What do you see instead?
script begin working only with "stolen" mootools.js from working example at
http://www.electricprism.com/aeron/slideshow/js/mootools.js

tested on windows IIS...

Please provide any additional information below.

Javascript error was:
asset is not defined at line 360

Original issue reported on code.google.com by [email protected] on 25 Jun 2008 at 11:46

Terribly slow in IE6

My implementation of Slideshow 2! takes about 30 seconds to load in IE6,
while in every other browser (IE7, ff3, safari) it loads very fast.

What can I do to make it faster in IE6?

Original issue reported on code.google.com by [email protected] on 5 Oct 2008 at 3:57

When png formatted images used, previous image shows on edges

What steps will reproduce the problem?
1. Used png files with transparent parts.
2. Because of transparency, previous image is being shown as background.

What is the expected output? What do you see instead?
I expected to only show current image. Previous image would be gone.

Original issue reported on code.google.com by [email protected] on 6 Oct 2008 at 10:55

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.