ianharrigan / haxeui

IMPORTANT NOTE! This repository is no longer maintained. Please consider the newer version: https://github.com/haxeui/haxeui-core
http://haxeui.org/
392 stars 46 forks source link

Scrollbar does not handle page up/down events #320

Open Jens-G opened 8 years ago

Jens-G commented 8 years ago

I just had quick look into the V2 demo for Windows/OpenFL. Good work!

What I think is absolutely required is to handle the page up / page down events when the user clicks in the "inner" area of a scroll bar. Currently simply nothing happens, which feels a bit strange and forces the user to use the arrows or the track button.

I could link to SP_PAGEUP and SB_PAGEDOWN events in MSDN but that probably won't help much.

ianharrigan commented 8 years ago

V2 isnt anywhere near ready for release at this stage so there are certainly things like that that will need to be implemented. There is plans for full keyboard support for every interactive control, so in the case of the scrollview as you mentioned you should be able to TAB to it, use up/down, page up/down keys to navigate it. There is pretty much no keyboard management at the moment in V2, and what is there needs some work.

Rest assured its something that i have on my lists, and will come to it at some point.

Cheers, Ian