Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In IWS, when you log in to your Eagle environment, on the log in screen when you enter your username and password, the Cancel button has the active focus. With an extra click, you could unintentionally cancel the login. The code was updated so that the Log In button now has the focus instead.
This issue was tracked as Item #128521. 

...

If you used XPath operators like 'div' or 'and' in XSLT expressions, they could be incorrectly exported as a plain text. The code was updated to resolve this issue, expression with variables or aliases and operators are now exported correctly as an 'xsl:value-of' element.
This issue was tracked as Item #128483. 

...

If you used control objects in XSLT ForEach with no expressions set in the Destination objects, they could not be exported at all. The code was updated to resolve this issue. Code is now always generated if a ForEach subworksheet contains any control object.
This issue was tracked as Item #128871.

...