-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 6.5.1
-
Component/s: Components
-
None
-
Environment:
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.