Changes between Initial Version and Version 3 of Ticket #10646
- Timestamp:
- 08/18/2009 05:40:45 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10646 – Description
initial v3 1 Problem: When I open an admin page, I see the menu item I want and go to click it, and just at that moment the admin menu suddenly expands so that iclick the wrong item.1 Problem: When I open an admin page, I see the menu item I want and go to click it, and just at that moment the admin menu suddenly expands so that I click the wrong item. 2 2 3 3 Solution: Instead of expanding the menus by retrieving their saved state and adding open classes with JavaScript, we should retrieve the saved state from usermeta (it's already being saved there) and print the menus with appropriate classes, accordingly, so that there is no jump.