Xojo2026R1.1 WebApp, I have web page with the WebListBox using data source, it allows multiple selections and context menu, I select couple of rows and then I do the right click on some other unselected and not highlited row, I get the menu and it opens the web dialog, I can see that the row I have clicked with right mouse button shows correct SelectedIndex value in the message box but the row is not highlited, the other rows remain highlited - this leads to confusion, I would expect only the row that I have done the right click (without holding shift key) to be highlighted and the others be deselected and not highlighted.
I would expect the WebListBox to show only one row highlighted in the above scenario.
Is my expectation a problem?