Changes between Initial Version and Version 1 of Ticket #33856
- Timestamp:
- Jul 18, 2022, 8:37:27 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33856 – Description
initial v1 1 ug description: Page A is accessed directly, Click something on page A goes to page B, Press back button back to Page A, And simple html elements on Page A will stop working with Safari.1 Bug description: Page A is accessed directly, Click something on page A goes to page B, Press back button back to Page A, And simple html elements on Page A will stop working with Safari. 2 2 3 3 See the bug live at: https://howtoback.com/ … … 5 5 Django 3 no such bug 6 6 7 The bug has been proven, Given how big the iPhone market is, Thus the gravity of this bug, I feel obligated to inform the community7 The bug has been proven, Given how big the iPhone market is, Thus the gravity of this bug, I feel obligated to report this bug 8 8 9 9 How IOS 15 Backbutton works in a nutshell, onclick="history.back();" Very sloppy for a trillion dollar company's browser, FYI this bug only happens in https not http, Let me know if the Django dev team knows what's in Django 4+ causing this bug.