[wp-trac] [WordPress Trac] #29073: "Link To" setting for images is no longer sticky

WordPress Trac noreply at wordpress.org
Wed Jul 30 20:45:01 UTC 2014


#29073: "Link To" setting for images is no longer sticky
--------------------------+-----------------------------
 Reporter:  designsimply  |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Media         |    Version:  trunk
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 Steps to reproduce:

 1. Clear browser cache
 1. Log in to WP blog and open any post for editing
 1. Open the browser console and check the cookie setting for urlbutton
 (see snippet below)
 1. Click the "Add Media" button  and click on an image in the Media
 Library
 1. Look for the "Link To" setting in the Attachment Display Settings at
 bottom right
 1. Set "Link To" to None
 1. Check cookie setting
 1. Click the "Insert into post" button
 1. Check the cookie setting
 1. Click the "Add Media" button
 1. Check the cookie setting
 1. 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) ) } );
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/29073>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list