[wp-trac] [WordPress Trac] #22088: Twenty Twelve Menu Misbehaves With Spaces Sometimes

WordPress Trac wp-trac at lists.automattic.com
Wed Oct 3 20:49:27 UTC 2012


#22088: Twenty Twelve Menu Misbehaves With Spaces Sometimes
---------------------------+------------------------------
 Reporter:  Ipstenu        |       Owner:
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  Bundled Theme  |     Version:  trunk
 Severity:  normal         |  Resolution:
 Keywords:  needs-patch    |
---------------------------+------------------------------
Description changed by ocean90:

Old description:

> From http://wordpress.org/support/topic/twentytwelve-nav?replies=13
>
> When adding a ? to the end of a menu item name, it kicked the ? to a
> second line.
>
> This was reproduced with any single char as the last thing on a menu.
>
> http://cl.ly/image/2B0R3A2x2R22
>
> Changing this:
>
> {{{
>         .main-navigation li a,
>         .main-navigation li {
>                 display: inline-block;
>                 text-decoration: none;
>         }
> }}}
>
> to this
> {{{
>         .main-navigation li a,
>         .main-navigation li {
>                 display: inline-block;
>                 text-decoration: none;
>         }
> }}}
>
>  fixes it (credit mindctrl)
>
> Attaching patch.

New description:

 From http://wordpress.org/support/topic/twentytwelve-nav?replies=13

 When adding a ? to the end of a menu item name, it kicked the ? to a
 second line.

 This was reproduced with any single char as the last thing on a menu.

 http://cl.ly/image/2B0R3A2x2R22

 Changing this:

 {{{
         .main-navigation li a,
         .main-navigation li {
                 display: inline-block;
                 text-decoration: none;
         }
 }}}

 to this
 {{{
         .main-navigation li a,
         .main-navigation li {
                 display: inline;
                 text-decoration: none;
         }
 }}}

  fixes it (credit mindctrl)

 Attaching patch.

--

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/22088#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list