WebTextArea Scroll in WebDialog with WebListBox under it, issue.

Long title :stuck_out_tongue:
I have stumbled upon an issue in WE my app that I can’t figure out.

I have a listbox that when double clicked opens a WebDialog that contains a WebTextArea that loads a text file into it.
The issue is that this WebTextArea needs to be scrolled but it can’t. Instead it’s the Listbox behind the WebDialog that is scrolled.
If I temporarily move the listbox so it’s no longer directly behind the WebDialog it all works fine.
Essentially the WebListbox steals the scroll from the WebTextArea in front of it in a WebDialog.

Anyone else seen this with a possible workaround?

Xojo 2013r3.3.

It’s in Feedback.

Found it, Thanks. <https://xojo.com/issue/31680>
Need to find a workaround somehow. Don’t want to hide the listbox though :confused:
Thinking…

[quote=89710:@Albin Kiland]
Need to find a workaround somehow. Don’t want to hide the listbox though :/[/quote]
Simply Disabling the Listbox when the Dialog opens seems to fix it.