-
[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
getFilterGradient
andgetFilterTextShadow
. If used in production code, consider them as being afalse
value. -
[qx.core.Environment] Removed obsolete IE-Feature keys
"css.gradient.filter"
and"css.textShadow.filter"
. If used in production code, consider them as being afalse
value. -
[qx.ui.splitpane.Splitter] New Property
knobVisible
toggles visibility of the splitter's button. Propertyvisible
toggles visibility of the whole splitte widget (no change from v5.0.x).