Results 401 comments of Ian Harrigan

Hey, Thanks for the test app, ill check it out when i get a moment :) > On a side note, is there an easy way to hide the scrollbars...

Hmmm, so yeah, thats weird the scrollbars didnt disappear, ill check that out. But it seems that the deeper issue is the syncval loop, so ill also look at that....

btw, just a thought, but what version of haxeui are you using? I think the "display: none" was added recently so if "visible: false" works then you are likely on...

I didnt actively fix anything (but then again, i didnt actively try and break anything either). Glad its fixed, though i might jump back to 1.2.3 to see what the...

How man events are sent? Are they duplicated?

Yikes... I wonder if the latest haxeui will fix this, the component showcase is built using a really old version of haxeui. Ill get it updated (which i need to...

I wonder if this is related to "ensureVisible" in ScrollView. If you return instantly from that function does the issue go away? Either way, ill take a look

my guess is its this function: https://github.com/haxeui/haxeui-core/blob/master/haxe/ui/containers/ScrollView.hx#L63-L97

If you remove, comment it out, whatever, does it fix the problem?

thought so... ensureVisible needs some work to get the coords right then... well, its good news, nothing wrong with list, table, scroll, its just trying to jump to the wrong...