[wp-trac] [WordPress Trac] #46658: [twenty nineteen]Navigation menu is messy with rtl language

WordPress Trac noreply at wordpress.org
Tue Mar 26 14:46:38 UTC 2019


#46658: [twenty nineteen]Navigation menu is messy with rtl language
--------------------------+---------------------------------------
 Reporter:  manooweb      |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Themes        |    Version:  trunk
 Severity:  normal        |   Keywords:  has-patch has-screenshots
  Focuses:  rtl           |
--------------------------+---------------------------------------
 Hello,

 For our languages switcher, we can add it in primary navigation menu with
 an options for adding country flag for each language.

 With a rtl language like arabic, we have a strange behaviour because of
 the first li tag does not have the behaviour expected.

 See first screenshot attached

 Unlike in twenty seventeen
 {{{
 display: inline;
 }}}

 is used instead of

 {{{
 display: inline-block;
 }}}


 When I corrected to

 {{{
 display: inline-block;
 }}}

 it works well again in this case.

 See second screenshot attached

 Regards

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


More information about the wp-trac mailing list