[wp-trac] [WordPress Trac] #13663: Upgrade Button in IE7 RTL is unclickable

WordPress Trac wp-trac at lists.automattic.com
Tue Jun 1 15:24:49 UTC 2010


#13663: Upgrade Button in IE7 RTL is unclickable
----------------------------+-----------------------------------------------
 Reporter:  filosofo        |       Owner:     
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  3.0
Component:  Administration  |     Version:  3.0
 Severity:  major           |    Keywords:     
----------------------------+-----------------------------------------------

Comment(by ocean90):

 It seems that this is an IE 6 and 7 bug. The margin: X auto doesn't work
 with RTL.
 A solutuion could be:
 {{{
 html {direction:ltr;}
 body {direction: rtl;}
 }}}
 See [http://www.webmasterworld.com/css/3482723.htm here].

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


More information about the wp-trac mailing list