Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
Adobe Flex SDK 4.1 (Release)
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. compile and run test windowed application(the descriptor file has:
<!-- Whether the user can resize the window. Optional. Default true. -->
<!-- <resizable></resizable> -->
or
<resizable>true</resizable>
2.click "test" button(it reads the resizable property).
3.
Actual Results:
resizable=false(by default or <resizable>true</resizable> is set. window itself can't be resized.
Expected Results:
Workaround (if any):