google-code-export / nekonme

Automatically exported from code.google.com/p/nekonme
1 stars 0 forks source link

TextField of TextFieldType.INPUT type missing "width:#px" css property when publishing to html5 #270

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. regular nme.text.TextField
2. set type to nme.text.TextFieldType.INPUT
3. set width before/after assigning type to textfield
Export as html5/js (NME)

expected: defined textfield(Input) width

got: "width:#px" property not included in style (css)
if added manually to html/css - works fine

Original issue reported on code.google.com by m...@pr2.co.il on 22 Oct 2012 at 2:21

Attachments:

GoogleCodeExporter commented 9 years ago
Any solution to this issue?

Thanks
Lorenzo

Original comment by chellini...@gmail.com on 10 Dec 2012 at 10:40