-
[qx.bom.Cookie] Previous versions of qooxoo use
escape()andunescape()functions. Since those functions are deprecated, then now qooxdoo useencodeURIComponent()anddecodeURIComponent()functions. This may break some cookies. There are no issues with special characters like~!@#$%^&*(){}[]=:/,;?+\'"\\but some unicode characters likeäëíöü(etc) are encoded different byescape()andencodeURIComponent(), so you must take care of this change if you use unicode characters. -
[qx.bom.client.Css] Removed obsolete IE-Feature check methods
getFilterGradientandgetFilterTextShadow. If used in production code, consider them as being afalsevalue. -
[qx.core.Environment] Removed obsolete IE-Feature keys
"css.gradient.filter"and"css.textShadow.filter". If used in production code, consider them as being afalsevalue. -
[qx.ui.splitpane.Splitter] New Property
knobVisibletoggles visibility of the splitter's button. Propertyvisibletoggles visibility of the whole splitte widget (no change from v5.0.x).