Make WordPress Core

Changeset 21307


Ignore:
Timestamp:
07/23/2012 10:38:52 PM (13 years ago)
Author:
azaozz
Message:

Fix internal linking search spinner position by reverting the search field's type to "text", fixes #21351 for 3.4

Location:
branches/3.4/wp-includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.4/wp-includes/class-wp-editor.php

    r21123 r21307  
    784784                <label>
    785785                    <span><?php _e( 'Search' ); ?></span>
    786                     <input type="search" id="search-field" class="link-search-field" tabindex="60" autocomplete="off" />
     786                    <input type="text" id="search-field" class="link-search-field" tabindex="60" autocomplete="off" />
    787787                    <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />
    788788                </label>
  • branches/3.4/wp-includes/css/editor.dev.css

    r21118 r21307  
    12381238#wp-link .link-search-wrapper span {
    12391239    float: left;
    1240     margin-top: 6px;
     1240    margin-top: 9px;
    12411241}
    12421242
Note: See TracChangeset for help on using the changeset viewer.