Die neue Version des beliebten JavaScript Frameworks Mootools ist released. Mit der neuen Version 1.2.4.3 wurde etwa 50 Bugs behoben
- Keyboard:
- Added some support for just pressing ‘shift’, ‘control’, or ‘alt’
- Added a bunch of keycodes for Mac compatibility
- Keyboard.Extras:
- Support for “shortcuts” which are keyboard entries that have names and descriptions.
- Also provides methods for listing all the active shortcuts as well as allowing a shortcut to be rebound (for instance, if you were to allow the user to choose a key for a shortcut).
- Added a change event to Keyboard.manager whenever any keyboard is activated.
- Tips:
- They work again (I know, that’s not really a feature).
- NEW Tips option “windowPadding” allows you to reduce or expand the virtual size of the window for tip positioning. Defaults to
{x:0, y:0}. You can use that is a workaround for the scrollbars not being considered when calculating tip positions.
- HtmlTable:
- fixed numerous bugs filed in Lighthouse
- HtmlTable can no longer apply it’s click behavior more than once.
- HtmlTable now pushes headers defined in the options.
- Reworked HtmlTable’s DOM a bit to allow for positioning of the sort icon
- Added new set method for headers and footers.
- Fixed error in HtmlTable.Parsers when sorting by date. format(‘db’) was being applied to the text and not the date object.
- Array:
- Added Array.shuffle
- Request.JSONP:
- Made JSONP pass all arguments, not just the first, to its complete/success methods; see this discussion on the google group.
- Fx.Slide:
- Added an option to specify the wrapper element for Fx.Slide. Was already present in the docs but could not be passed as an option.
- Mask:
- Added options for the IframeShim for Mask
Hier geht es zum offiziellen Mootools Beitrag inkl. Download






