Opened 2 years ago

Closed 21 months ago

Last modified 20 months ago

#17810 closed defect (bug) (worksforme)

RTL problem in admin menu editor

Reported by: guruyaya Owned by:
Priority: normal Milestone:
Component: Administration Version: 3.1.3
Severity: normal Keywords: reporter-feedback
Cc:

Description

I'm using a multisite, with both hebrew and english. It seem to be an RTL problem.
http://www.website.com/wp-admin/nav-menus.php?action=edit&menu=1 I cannot see the top menu, that holds the name of the menus, when my website is set to hebrew. When it's in english, it's OK. The div with the class nav-tabs, gets a very big negative margin-left, that makes the menu names go outside the wrapping div area (which has 'overflow: hidden' set, so I cannot see it).
Please fix it

Change History (4)

Screenshot?

  • Keywords reporter-feedback added
  • Severity changed from major to normal
  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed

<div class="nav-tabs"> indeed has a negative left margin, but it shouldn't make any difference due to float: right.

I've checked this in 3.1.4, 3.2.1 and 3.3-trunk with he_IL language files in Firefox 7 and Chrome 13, and could not reproduce anywhere.

Feel free to reopen with more information (screenshot, browser) if there's still a problem.

  • Keywords rtl-feedback removed
Note: See TracTickets for help on using tickets.