-
Bug
-
Resolution: Fixed
-
Normal
-
9.5.1
-
Security Level: Jimmy
-
None
Steps to Reproduce
same examples as ZK-4767 / ZK-4768
move the separator using keyboard
Current Result
some postions produce a large amount of decimal digits in aria-valuenow and aria-valuelabel:
Expected Result
same number formatting as in the collapse="before" case
Debug Information
Line 82 does the number to string formatting .toFixed(2) resulting in a string
the next line then uses this string to subract from 100 resulting again in an unformatted number with eventual (to be expected) floating point errors
there's also a potential DIV/0 error when the whole splitter/splitlayout has a width of 0px resulting in 'NaN'