Widget Stack Change History
3.18.1
- No changes.
3.18.0
- No changes.
3.17.2
- No changes.
3.17.1
- No changes.
3.17.0
- No changes.
3.16.0
- No changes.
3.15.0
- No changes.
3.14.1
- No changes.
3.14.0
- No changes.
3.13.0
- No changes.
3.12.0
- No changes.
3.11.0
-
Moved implementation code from the Constructor to the
initializer
to account for Base order of operation changes in this release.This is one of the older extensions which needed to be upgraded after
initializer
support was added for extensions.This has no end user impact.
3.10.3
- No changes.
3.10.2
- No changes.
3.10.1
- No changes.
3.10.0
- No changes.
3.9.1
- No changes.
3.9.0
- No changes.
3.8.1
- No changes.
3.8.0
- No changes.
3.7.3
- No changes.
3.7.2
- No changes.
3.7.1
- No changes.
3.7.0
- No changes.
3.6.0
- No changes.
3.5.1
- No changes.
3.5.0
-
[!] Default
zIndex
was reverted back to0
now that parsing works correctly. -
zIndex
is now correctly parsed from a widget’ssrcNode
using an updatedHTML_PARSER
implementaiton. [Ticket 2530186] [PR #68] [Hat tip Pat Cavit]
3.4.1
- The shim element is now sizing correctly the first time a widget is shown
after it was instantiated with the
visible
Attribute set tofalse
. Note: The shim element is only used with IE 6 by default. [Ticket #2529127]
3.4.0
- No changes.
3.3.0
- No changes.
3.2.0
- No changes.
3.1.1
- No changes.
3.1.0
- No changes.
3.0.0
-
Initial release.
-
Recreate iframe shim from
TEMPLATE
for each instance, instead of cloning a class level cached Node instance, so thatownerDocument
can be set to match theboundingBox
.