Thomas Fuchs
Hi, I'm Thomas Fuchs. I'm the author of the script.aculo.us user interface JavaScript library, a member of the Prototype core team and a Ruby on Rails core alumnus. You're using my work every day, even if you're not aware of it (sounds creepy, I know!). Need JS foo? Hire me.

script.aculo.us 1.7.1 beta 3

May 25th, 2007 by Thomas Fuchs, 38 comments »

An other beta, this time featuring the final version of Prototype 1.5.1, as well as Sortable speed optimizations.

Download 1.7.1 beta 3

There’s quite a backlog of patches and bugfixes, that I’ll hope to incorporate over the next weeks to get 1.7.1 final out when it’s ready.

Meanwhile, the beta versions of script.aculo.us are quite stable, and while I’m not doing any recommendations for doing so, work quite well on production websites. YMMV, of course; no guarantees. :)

You can help getting 1.7.1 final out faster of course, by testing out 1.7.1 beta 3 and discussing any issues on the Google Group and/or submitting reports (please don’t just leave a comment here!). ;)

Post to Twitter Tweet This Post Post to Digg Digg This Post Post to Facebook Share on Facebook

38 comments »

JavaScript Rocks! Peformance ebook
Do you run a web site or web application? Do your users a favor, and grab our ebook on JavaScript performance. Profit from our knowledge gathered in over 15 years of working with the Web and JavaScript and make your sites ultra-fast and your users ultra-happy.

38 Comments on “script.aculo.us 1.7.1 beta 3”

  1. 1 Dean said at 3:29 pm on May 25th, 2007:

    PLEASE …. documentation / user manual !

    I’m curious – how do others keep up with and use new features when they’re not documented other than a brief mention in a changelog somewhere? Seriously :(

  2. 2 Popstars Summer said at 3:29 pm on May 25th, 2007:

    The new 1.7.1 beta ist damn great. Im very curious about the final version of this.

  3. 3 Pedro said at 3:29 pm on May 25th, 2007:

    You are Funtastic, but the new beta3 of scriptaculous has just been released :-(

  4. 4 Alex said at 3:29 pm on May 25th, 2007:

    The speed optimization is enormous. We use the sortables quite often and you can feel the speed.
    Thanks!

  5. 5 joey said at 3:29 pm on May 25th, 2007:

    It really is much faster !
    I use the sortables a lot, but also the effects. Effect.toggle is now really smooth, and it brings a kind of fresh air in my website interface.
    Thanks alot.

  6. 6 Gabor Bodo said at 3:29 pm on May 25th, 2007:

    I’m pretty new with prototype and scriptaculous, I was amazed of it.
    I had the problem with too much recursion, and the new version solved it.

    Thanks guys, without you the life would be much harder.

  7. 7 Marine said at 3:29 pm on May 25th, 2007:

    It even doesn’t look like beta. I didn’t find any bugs

  8. 8 Keith said at 3:29 pm on May 25th, 2007:

    Just as a note here to anyone that hits the problem i found (a quick google search reveals people are getting the same problem but going about solving it different ways) – if you hit a bug – "too much recursion" with the sortables/dnd, its possible that scriptaculous is being loaded incorrectly.

    A few tutorials out there teach you to load the files (effects.js, dragdrop.js and scriptaculous.js) seperately instead of by (as an example) scriptaculous.js?load=effects,dragdrop. This is how i was taught (by my guess, its not the correct way of loading them) – this was the only way i solved this error for my app.

  9. 9 Thomas said at 3:29 pm on May 25th, 2007:

    Yes ! Optimizations are really good ! And the filesizes didn’t change !
    I updated "protoculous", the prototype+scriptaculous file compressed I made.
    Go to http://protoculous.wikeo.be to download it.

    See you soon !

  10. 10 Shibu said at 3:29 pm on May 25th, 2007:

    Its great. I had tried and found super.. Congrats

  11. 11 Harrison said at 3:29 pm on May 25th, 2007:

    Really spectaculous!

  12. 12 Christopher said at 3:29 pm on May 25th, 2007:

    Is there a list of chanages for this version posted somewhere?

  13. 13 sonuku said at 3:29 pm on May 25th, 2007:

    hot diggerty

  14. 14 Greg said at 3:29 pm on May 25th, 2007:

    Looks like you broke Effect.Fade and Effect.Appear in IE again. Not to be too harsh, but you should really consider testing on the browser that has 80% market share.

  15. 15 th0fu said at 3:29 pm on May 25th, 2007:

    @Greg: Could you please elaborate on this? The functional tests are working fine for me. If you do find a bug, please report it on the mailing list and/or trac! thanks!

  16. 16 Greg said at 3:29 pm on May 25th, 2007:

    I figured it out. It seems that in quirks mode, alpha opacity won’t work on absolutely positioned elements. Man I hate IE. Again, my apologies for jumping to conclusions.

  17. 17 Emilien said at 3:29 pm on May 25th, 2007:

    Hi !
    Thanks for your great job !

    If you have speed problems with sortable+drag and drop, don’t load scriptaculous.js. Just load effects and dragdrop.

    I have some problems with fade and IE7 too. It works perfectly with firefox.

  18. 18 Alexei Rayu said at 3:29 pm on May 25th, 2007:

    You hate it? Given the fact that more and more users skip to IE7, it won’t be long. It is harder for me – the striking absolute majority of the xUSSR serfers still use IE6. And since Vista has been generally labeled raw and buggy and bloaty here, it will be a long time before a major shift will occur. Probably not before a new Windows is released. Man, the MS did screw it up with Vista!

  19. 19 Daniel said at 3:29 pm on May 25th, 2007:

    when will it be released?
    Is it possible to use prototype 1.5.1 with script.aculo.us 1.7.0 instead?

  20. 20 Greg said at 3:29 pm on May 25th, 2007:

    My apologies, it seems that the opacity effects aren’t working for me at all in IE. I tried using older versions of scriptaculous and got the same problem. It must be something to do with the page I’m working on. The only thing I’ve figured out so far is that it is in quirks mode, where I have previously only worked with standards compliant mode. Do filters not work in quirks mode? Most of the code is pretty old, so getting it out of quirks mode is really not likely to happen. I haven’t found any indication on google that opacity filters don’t work in quirks mode, so maybe it’s something specific to our code here.

    Anyway, I apologize for jumping to conclusions. Previous releases have broken things in IE, so I assumed this was another case of that.

  21. 21 Guillaume said at 3:29 pm on May 25th, 2007:

    you should include Effect.Tooltip
    http://www.illustate.com/playground/scriptaculous/tooltip/http://www.illustate.com/playground/scriptaculous/tooltip/
    this is really missing in Scriptaculous :p
    btw, thanks for this great release !

  22. 22 sven tietje said at 3:29 pm on May 25th, 2007:

    hi,

    i know that there is a wiki and a bug-tracking system, but just one short question: sorting tree and inserting nodes into empty containers does not work correctly – am i right? somehow on the second or third level it is not possible to insert nodes into empty containers…

    just a short info about being right with my experience or totally wrong would be great.

    The example on http://dev.oriontransfer.co.nz/SortableTree/original/index.html (older version of scriptaculous) works great, but 1.7.1beta3 seems to have some problems: http://sven-tietje.de/js/sort.html

    it is not ver motivating for you to get that feedback in here, but in fact i`m really satisfied with scriptaculous!

  23. 23 sven tietje said at 3:29 pm on May 25th, 2007:

    our team has found the bug – setting the tree options hash somehow goes wrong.
    correct would be:
    ———————————————-
    var options_for_tree = {
    onHover: Sortable.onEmptyHover,
    overlap: options.overlap,
    containment: options.containment,
    hoverclass: options.hoverclass,
    tree: options.tree
    }
    ———————————————–

    the tree: options.tree ist new.

  24. 24 Łukasz Jędrzejczyk - ColdFusion said at 3:29 pm on May 25th, 2007:

    Your script is great. thanks, I’m new here but after little experiments I must say that I’ll start using it instead moo fx

  25. 25 Deacon said at 3:29 pm on May 25th, 2007:

    script.aculo.us 1.7.0 just plain ROCKS! Thank you!

  26. 26 Guillaume said at 3:29 pm on May 25th, 2007:

    Download the latest stable Prototype version—1.5.1.1 (June 19, 2007) !!

  27. 27 luos.luo@hotmail,com said at 3:29 pm on May 25th, 2007:

    Thanks for your supports.

  28. 28 Sam said at 3:29 pm on May 25th, 2007:

    You rock. Keep up the good work!

  29. 29 rickdog said at 3:29 pm on May 25th, 2007:

    any ideas why scriptaculous would cause an access error during page load when the page is used in an out-of-domain iframe?

  30. 30 Gang Su said at 3:29 pm on May 25th, 2007:

    I wish there would be a reset option for sortables~ I don’t know how this is implemented and it seems difficult to reset to the original order.

  31. 31 Mitch said at 3:29 pm on May 25th, 2007:

    Great work! And thanks for latest correstion. Always nice to visit this site!

  32. 32 Siddthartha said at 3:29 pm on May 25th, 2007:

    Good and flexible code.

  33. 33 mRs said at 3:29 pm on May 25th, 2007:

    I got another bug!
    When you have a Draggable the opacity goes only back to 0.999999. That hurts a little bit because after the drag the list is not color true!

  34. 34 Lars said at 3:29 pm on May 25th, 2007:

    I think in this version the Effect.Opacity has a problem with Opera. When you fade something from opacity < 1.0 to 1.0, the element disappears after it reached 100% of opacity.

  35. 35 Rusu Dragos said at 3:29 pm on May 25th, 2007:

    Let’s assume the following code:
    function switchMe(subnum,subtype) {
    var a = new Effect.Puff(document.getElementById("sub" + subnum + "_a"));

    var b = new Effect.Appear(document.getElementById("sub" + subnum + "_b"))

    }
    —-
    onClick="switchMe(‘rm<?=$i+1?>’,'a’)"

    If I click the button twice, text loses his location, it’s showed at same x,y but not in the span was before. The following clicks switches the text in and out of the span.
    When

  36. 36 Kyoung-Sep Choi said at 3:29 pm on May 25th, 2007:

    Thanks a lot! :)

  37. 37 AlexL said at 3:29 pm on May 25th, 2007:

    nice, just took me a while to figure out to use this one instead of the last stable with the lastest prototype version :(

    got those recursion errors all the time…

  38. 38 Stuart said at 3:29 pm on May 25th, 2007:

    Hey,

    Does beta 3 fix the s is undefined error?

    Thanjs