-
Bug
-
Resolution: Fixed
-
Normal
-
6.5.1
-
None
-
IE, Firefox, Chrome
-
None
Starting with version 6.5.1 the following code makes browser show the "Processing..." message indefinitely.
<hlayout> <label hflex="1" value="1" /> <label hflex="2" value="2" /> <timer /> </hlayout>
It works fine either by removing the timer component or the hflex attributes.