Results 53 issues of Ian Harrigan

![image](https://f.cloud.github.com/assets/3024242/1344113/9dae1e6c-367c-11e3-9862-14ec47f8202f.png)

bug
ready
cosmetic

Something wrong with the scroll bar layouts. Consider: ``` xml ``` Fine: ![image](https://cloud.githubusercontent.com/assets/3024242/3417879/8b76e884-fe3e-11e3-880f-d78909575d7a.png) Change the `width=50` to `width=50%`, ie: ``` xml ``` And you get: ![image](https://cloud.githubusercontent.com/assets/3024242/3417893/bd931270-fe3e-11e3-8c6a-492a54ea02bf.png) (Reproducible on http://haxeui.org/try.jsp -...

bug
ready
retest required

Consider: http://haxeui.org/try.jsp?layoutId=8z5xL47 myAccordion.selectedIndex = 1 should expand the panel, not just select it.

bug
ready

This is to do with the with recent change to cancelling events - has kinda crappy effects

bug
ready
requires investigation

Check: http://haxeui.org/try.jsp?layoutId=dyja4gq

bug
cosmetic

Create it using the haxeui-style-builder only (good test bed)

enhancement
cosmetic

Including modality. Popups are essentially atomic. Eg: ![image](https://cloud.githubusercontent.com/assets/3024242/3682577/c403a7ea-12d0-11e4-9755-ccab41b6ea07.png) All, fine, however: ![image](https://cloud.githubusercontent.com/assets/3024242/3682585/eb37f460-12d0-11e4-83eb-f70e34818051.png)

bug
enhancement

Create some type of view that allows the user to swipe (up, down, right, left) to show different views, like traditional mobile apps.

new component

Should be engine agnostic, but ship with a default method

enhancement