I use WebListBoxes with DataSource class (with Postgres database) a lot. I have just noticed today strange behavior. When I double click on the row in the list it typically loads the record and everything is good. However, when I double click on another row somewhere for the second or third time the WebListBox appears to be “shaking” which is manifesting itself in vertical scroll bar moving up and down, both previously selected row and most recently selected row (double clicked on) are highlighted.
It doesn’t seem like anything else is happening to the code as the detail gets properly loaded.
Has anyone noticed this behavior?