Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In QV 11.2, SR 15, I have a listbox with Fixed Number of Columns set to 2, and Order by Column set to true. In development mode, it sorts correctly, Like so:
1 | 5 |
2 | 6 |
3 | 7 |
4 | 8 |
When I switch to WebView, it switches to this order:
1 | 2 |
3 | 4 |
5 | 6 |
7 | 8 |
I've discovered that this only happens when the listbox is less than a certain width, and I think that width is determined by whether any values in the box needs to be truncated. If a value is too long for a column, the sorting goes bad.
Is this a known issue? Anyone know of a work-around other than widening the listbox?
We finally figured this out. The sorting changes in WebView when the box is too narrow for the values to show in their entirety. If any value in any column is truncated, the sorting goes wonky.
Hello,
Is session recovery active? It stored selection, orders, layoutings and so on. You could turn it out within the qmc (global) or you clicked in access point by the application on "view details" and then on "remove last document state".
regards
tim
Thanks, Tim. Yes, session recovery is turned on, though we will be turning it off soon. However, this even happens when I switch my QV client to WebView, so I'm guessing session recovery isn't the issue.
We finally figured this out. The sorting changes in WebView when the box is too narrow for the values to show in their entirety. If any value in any column is truncated, the sorting goes wonky.