Results 401 comments of Ian Harrigan

fair point - i just grabbed the regex online somewhere.

Can you use git versions of haxeui-html5 and haxeui-core? Im _fairly_ sure these issues have been fixed for a while there.

Hmmm, yeah, i can repro this now... i wonder if this was introduced recently, i thought this was working... ill have to go back through git history and see

for future me: this is a minimal repro (run in mobile mode): http://haxeui.org/builder/builds/1a77ff80/build/html5/index.html?id=1a77ff80 (http://haxeui.org/builder/?1a77ff80)

Bit late but, this should be fixed now, Ive also updated the version of haxeui on the haxeui.org server, and the minimal repro seems fine now: http://haxeui.org/builder/builds/3d241aa3/build/html5/index.html?id=3d241aa3 (http://haxeui.org/builder/?3d241aa3)

Hi, yes, there are certainly some outstanding issues on splitters currently... they _are_ getting better (slowly) but there are certainly some outstanding problems... This one is actually new to me,...

``` haxelib git haxeui-core https://github.com/haxeui/haxeui-core haxelib git haxeui-hxwidgets https://github.com/haxeui/haxeui-hxwidgets haxelib git hxWidgets https://github.com/haxeui/hxWidgets ``` after that confirm with `haxelib list` (as you have previously) they should now show `[git]` (surrounded...

Does ensureVisible even work on haxeui-hxwidgets? I think its the default behaviour tbh (at least on windows). And if its not, i guess it would just ensure the last item...

Where is the behaviour for ensureVisible on hxwidgets? I think its the default behaviour on wx, but pretty sure there is no code in haxeui-hxwidgets to expose that functionality (unless...

Sorry, ive been reading this wrong the whole time... this is _adding_ the behaviour for mulitple selections to haxeui-hxwidgets... got it... for now, i would do anything with ensureVisible... wx...