Opened 10 years ago
Closed 10 years ago
#29073 closed defect (bug) (duplicate)
"Link To" setting for images is no longer sticky
Reported by: | designsimply | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Media | Keywords: | |
Focuses: | Cc: |
Description
Steps to reproduce:
- Clear browser cache
- Log in to WP blog and open any post for editing
- Open the browser console and check the cookie setting for urlbutton (see snippet below)
- Click the "Add Media" button and click on an image in the Media Library
- Look for the "Link To" setting in the Attachment Display Settings at bottom right
- Set "Link To" to None
- Check cookie setting
- Click the "Insert into post" button
- Check the cookie setting
- Click the "Add Media" button
- Check the cookie setting
- Does the setting in the UI match the cookie setting
- Expected: "Link To" setting to stick
- Actual: "Link To" setting doesn't stick
Screencast: https://cloudup.com/cMdu-FMTtkO (Length: 2:42)
Seen at http://localhost/trunk/wp-admin/post.php?post=1&action=edit using Firefox 31.0 on Mac OS X 10.9.4 and WP r29112
Cookie console snippet (props azaozz):
document.cookie.split('; ').forEach( function(a){ console.log( decodeURIComponent(a).match(/urlbutton=.*/g) ) } );
Change History (1)
Note: See
TracTickets for help on using
tickets.
Duplicate of #23847.