Please don't. @iscrac, please share what the problem was so future searches of the forum show what you encountered and how it was fixed. That is how a volunteer community helps each other.
okay! just for You:
ViewCanvas element was pasted on the page, but the basis of this Canvas was set to ‘0px’, but somehow it was shown on the page no matter what) on the older version of Ignition this element is hidden, but not in the new one… so…
yes, but why it was shown? the basis was set to '0px'...
it's like a mistery) If to be honest, every time when I upgrade Ignition I am affraid what will happen next time...
The big trouble in new Version of Ignition is bounded with Table's AttributesData... some types (especially java.lang.Locale) are not supported in tag's Dataset Type, so I spent my time of thinking about the new solution of presenting data to the Table... We have an interactive Table for e-mails and SMS messages, so we use AttributesData so hard)))
A basis of 0px is not going to make it invisible. Any content within is still going to overflow the boundaries. The only way to stop content from being visible outside of the bounds is to toggle the meta.visible or meta.display props (depending on container type) or to manage the style.overflow property.