[wp-trac] Re: [WordPress Trac] #3136: RTL Support
WordPress Trac
wp-trac at lists.automattic.com
Sun Sep 24 03:39:43 GMT 2006
#3136: RTL Support
----------------------------+-----------------------------------------------
Reporter: ryan | Owner: ryan
Type: defect | Status: new
Priority: normal | Milestone: 2.1
Component: Administration | Version: 2.1
Severity: normal | Resolution:
Keywords: i18n RTL |
----------------------------+-----------------------------------------------
Comment (by Sewar):
I respect your opinions in using separate CSS files, but there are
problems in doing this. For example, user_info contain "left" property, if
we add "right" property in RTL CSS file, the browser will apply both of
these properties and user_info's width will be very long (body's width -
(left + right)), and its contents will be in the right but we need them in
the left.
Is there anyway to reset these properties to their default? setting them
to 0 will fix some of them, adding "text-align: left;" will fix user_info,
others may can't fixed or need hard coding, but we can fix all these bugs
by using one CSS file only.
I have also add 3 varibales for Website, Documentation and Forums URLs in
/wp-includes/languages/fa.php.
In dashboard the links list appears outside of the screen, you should
browse to right to see it, i fieled fix this bug. Also, there are bug in
DBX-Wrapper, see #????, in RTL there are more bugs about this, i will fix
them after #???? fixed. (I can't find that ticket again :()
Also, i have fixed some bugs related to RTL, and some cleanup.
--
Ticket URL: <http://trac.wordpress.org/ticket/3136>
WordPress Trac <http://wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list