Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #28857, comment 8


Ignore:
Timestamp:
07/24/2014 10:46:30 PM (10 years ago)
Author:
adamsilverstein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28857, comment 8

    initial v1  
    11I noticed an issue where if you open the image detail modal, navigate around with the arrows, then close the modal, the focus is not set.
    22
    3 [attachment: 28857.3.diff] fixes that - it skips storing the target li at all; instead, when closing the modal it finds the correct li to focus on based on model data.
     3[attachment:28857.3.diff] fixes that - it skips storing the target li at all; instead, when closing the modal it finds the correct li to focus on based on model data.
    44
    55we still need to address focus when deleting an image from the modal (which right now seems to not close the modal?)