Incorrect Defaults for Form and Edit
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 5
- Avg merge
- 5d
- Merged PRs (30d)
- 4
Description
When creating a form with two edit fields, many defaults are incorrect. Run Demo_Issue201, which sends the following WC messages:
41:31.097 T: #5: {"WC":{"ID":"F1","Properties":{"Caption":"Test Defaults","Coord":"Pixel","Posn":[0,0],"Type":"Form"}}}
41:31.130 T: #5: {"WC":{"ID":"F1.E1","Properties":{"Type":"Edit"}}}
41:31.144 T: #5: {"WC":{"ID":"F1.E2","Properties":{"Type":"Edit"}}}
The resulting output is:

If you run the same test under Win32, the result is:

The default size for any object is half the height and width of the container (for a form, the desktop). In other words, the edit fields E1 and E2 should have the same size and position.
Also note that no form caption is displayed.
Contributor guide
Assessment
This issue has not been assessed yet.