This is a message.

Bug Fixes For jQuery Tools 1.2

Sep 22, 2010. Version 1.2.5

Miscalleneous

Scrollable

Validator

Dateinput

Tooltip

Tabs

Rangeinput

Aug 17, 2010. Version 1.2.4

Validator

Dateinput

Rangeinput

Expose

Scrollable

Tabs

All tools

Jun 12, 2010. Version 1.2.3

Dateinput

Other Tools

May 21, 2010. Version 1.2.2

Validator

Dateinput

Scrollable

Other Tools

  1. Rangeinput Support for required attribute. Thanks JvdMeulen.
  2. Expose Ability to use different colors on the mask if a page has many different masks. Previously whichever mask is opened first the others get its color. Thanks ofirb
  3. Flashembed Removed extra quotation from the generated object code. Thanks mfb
  4. Tooltip Made it work together with the fade effect and opacity configuration variable. Thanks attila.

May 15, 2010. Version 1.2.1

Validator

  1. Addded required attribute support for checkbox and select inputs. Thanks listingwarebob for the bug report.
  2. Improved email validation pattern that allows + sign to be used in the email. For example: foo+bar@gmail.com. Thanks bhickey for the bug report.
  3. Fixed a bug where validator could not be used directly with a group of inputs. Thanks mjj for the bug report.
  4. Removed the support for oninvalid- attribute on input fields. This required the use of eval() function in JavaScript which is concidered evil. Also modern browsers such as latest Chrome 5.0 Beta supports oninvalid attribute natively causing unpredictable results.

Dateinput

  1. Ability to definie the initial value manually with the value property. Thanks listingwarebob.
  2. Ability to prevent the calendar for being hidden by returning false from onHide. This allows you to display Dateinput statically so that it always visible. Here is a demo about static dateinput. Thanks enminc for the suggestion.
  3. Removed support for valueAsDate DOM property. Latest browsers such as Chrome 5.0 Beta supports this attribute natively and does not allow the editing of this property. To make this library work similarly in all browsers this property had to be removed.

    In fact the support for this property caused the latest Chrome to fail. Thanks bbangert for the bug report.

  4. Fixed a bug in the month selector. Thanks mbuckbee for the bug report.
  5. Some special dates could not be displayed. Thanks mcjiffy for the bug report.

Other Tools

  1. Rangeinput removed support for valueAsNumber DOM attribute due to the same reasons as valueAsDate attribute was removed from Dateinput.
  2. Flashembed If no Flash is installed a version [0, 0] is returned. Previously an error was thrown in browsers without any Flash version. This is a very important fix.
  3. Slideshow plugin Fixed a bug where initial tab contents was not displayed on Webkit based browsers with external stylesheets. Thanks ngosteli for the bug report.
  4. All Tools Switched from jQuery version 1.4.1 to 1.4.2. There was an old version installed on CDN. Thanks to johndwells for bringing this up.
  5. Tooltip Fixed a bug where the configured layout was overridden with a html() call. Now append is used instead. Thanks radarseven for the bug report.
  6. Scrollable getIndex() was returning negative numbers in circular looping. Now this is fixed and correct index number is returned. Thanks m4olivei for the bug report.