When I run my web project in RS 2012r2.1, the WebListbox appears and behaves just fine: I can use my mouse’s scrollwheel to scroll up & down, and when I click into the listbox, it’s fine, too.
But when run from Xojo 2019r1, several ugly/bad things happen:
- Scrolling with the mouse wheel does not work any more. – How could this get broken with no one noticing?
- Clicking into the listbox draws a Focus Ring around the listbox. Why? How do I turn that off?
More issues with the scrollbar in the listbox:
- Clicking into the scrollbar’s free area, i.e. outside of its handle bar, does scroll it to that position instead of paging up / down one page. That’s irregular - “normal” tables don’t do that, they behave as any other app on my Mac where I test this.
- Clicking into the scrollbar’s top / bottom arrow buttons scrolls immediately to the top or bottom. That’s wrong behavior, too. It should scroll one line up/down.
Can someone comment on these issues? The is Listbox really that broken or am I just doing something wrong, somehow?