Closed R3D9477 closed 7 years ago
Can you try to add contentWidth
?
<listview width="300" height="100%" contentWidth="100%">
?
@aW4KeNiNG tried just now, but it doesn't effect
@aW4KeNiNG can you check does it working for you?
I'll be back on Sunday also, so I can try then
Can this be retested? I did make a fix, but im not sure its related. Your app (like the dropdown) works fine for me...
Ok, i think ive found it. I seems the following styles need to in the index.html:
* {
box-sizing: border-box;
}
html {
margin: 0;
width: 100%;
height: 100%;
}
body {
font-family: 'Arial';
font-size: 13px;
margin: 0;
width: 100%;
height: 100%;
}
Ill open a new issue about this, but can close if it works for you.
Cheers, Ian
thanks, it works fine!
Expected Behavior
simple page with one ListView
Current Behavior
blank page
Test app / minimal test case
sample
Your Environment
Linux Mint 18.1 x64 Haxe 3.4.0 haxeui-core from git haxeui-html5 from git Firefox 51.0.1
Thanks.