Changes between Initial Version and Version 1 of Ticket #34696, comment 3
- Timestamp:
- Jul 7, 2023, 5:17:41 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34696, comment 3
initial v1 1 1 > Row selections are preserved when using browser's "Back" in Chrome only. As far as I'm aware, this is not an intended feature 2 2 3 Correct! I did a fix to force the uncheck: https://code.djangoproject.com/ticket/33491. Seems we have a bug + add/force the row counter reset! 3 UPDATE: 4 5 Is not intended, but that is how Chrome works. 6 7 I remember I did a fix after go back to preserve the highlighting of the rows: https://code.djangoproject.com/ticket/33491. 8 9 We should force the counter in sync. 4 10 5 11 Cauê Thenório, do you want to work in a patch?