Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 6.5.1
-
Fix Version/s: 6.5.2
-
Component/s: Components
-
Labels:None
-
Environment:
IE, Firefox, Chrome
Description
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.