Changes between Version 2 and Version 3 of Ticket #34696, comment 3
- Timestamp:
- Jul 7, 2023, 6:49:24 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34696, comment 3
v2 v3 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 3 UPDATE:4 2 5 3 Is not intended, but that is how Chrome works and if I'm not wrong we decided no reset the checkboxes status. … … 7 5 I remember I did a fix after go back to preserve the highlighting of the rows: https://code.djangoproject.com/ticket/33491. 8 6 9 We should force the counter insync.7 We should force the counter sync. 10 8 11 9 Cauê Thenório, do you want to work in a patch?