CNET update (r126): Fx.Marquee, IconMenu, MooScroller, bug fixes
Hi gang,
Got some new goodies for you in the ol’ svn today. First, the bugs fixed:
- fixPNG: slight tweaks and debugging lines added
- modalizer: cleaned up style syntax a little
- stickyWinFx: updated convention for options management to current methods
- jsonp: added a timeout/retry system, added some dbug lines
- Fx.Sort: fixed a bug in IE6
- element.setPosition: now correctly restores display, visibility, and position values to their previous state,
- element.forms: reverted (and tested) cursor/selection management; IE6 was acting up. fixed a doc typo
- element.pin: fixed a positioning bug
- element.position: now supports elements inside positioned parents (it calculates the relevant offsets); added support for fixed positioned elements;
And thew new widgets:
- Fx.Marquee - a little Fx plugin for announcing status messages
- IconMenu - a menu for managing a bunch of icons in a scrollable workspace
- MooScroller - like regular overflow scrollbars that come with your browser when you use overflow: auto, except done in javascript so the scrollbar is 100% css styleable
Have fun.
[…] A developer at CNET, author of the Mootorial, also built a lot of Mootools extensions. He recently released an update that fixed some bugs, but also added three new components: […]
I have written a fixpng script for mootools, I’m not advanced as you but i think my solution fixes a couple of issues with the fix you have based your solution on :
http://blog.creonfx.com/internet-explorer/ie6-png-transparency-fix-javascript
will be glad to point out any errors you see.
Thanks