Select Fix 0.33 is out !
31-03-2009

It's been a while since last release ;-)

Some bugs are fixed with this release. And one new option is available !

Note (please read it) : If you have floating items that need to be over select elements, and if they have floating children too, you have to use SelectFix.parseFloatingElementsFixed(true) there's no other way to fix those childrens ! If you encounter problems like disappearing items while using SelectFix you might need this option. Keep that in mind and watch the examples !

Bugs fixed :

  • "thin, medium, thick bug" which caused some weird problems when adding sizes (thank you Jonathan for reporting!)
  • SelectFix.parseFloatingElementsFixed(true) was buggy as hell ! It caused the browser to crash (infinite loop). This is now fixed (thank you Kamal Kaddouri for your help to discover this bug!).

New option :

  •  SelectFix.parseOnlyIfAvailableSelectElements(bool) : Indicates whether to parse the DOM tree only if there are Select elements (default is true). Why would you need this option ? If you have other controls that reacts like SELECT elements. For example : windows media player control.

 

Please take a look at the examples in the archive, it's very easy to implement this.

You can download Select Fix 0.33 here !