Hello, guest. We have noticed that you are not registered at this bug tracker. Your experience will be greatly enhanced if you log in. To do so, you first must register by clicking on the Register tab at the top. If you are already registered, you can login at the Login tab.
Syndicate Syndicate Listing Display Search Login/Register
Bug Id ?
80
Reporter ?
Bugdar / 1.2.0 Beta
Status ?
Closed
Severity ?
Trivial
Duplicate Of ?
- none -
Fixed in Revision ?
1545
Mstone ?
Summary ?
comments box - text direction
Report Time ?
May 18, 2007 10:50 AM
Assignment ?
Resolution ?
Fixed
Priority ?
Normal
Dependencies ?
- none -
Mstone (old) ?


Votes
For: 0 (0%)
Against: 0 (0%)
Total: 0

May 18, 2007 10:50 AM
Hi,

Can you update your showreport_comment.tpl file so comments text will be align acording to user language? Replace line 9 with following code:
<div class="box-mid" style="text-align: $stylevar[left]; direction: $stylevar[lang_dir]">

May 20, 2007 02:14 AM Robert
I added the text-align attribute but I don't think the direction one is necessary because the <html> tag already has the attribute so all other elements on the page should conform to that.

--------------- AUTOMATIC RESPONSE ---------------
Thank you for your bug report. This issue has been closed and fixed in Subversion. This change will be available in a future release, but you can download the change at any time from the Subversion server.

On May 20, 2007 02:14 AM, Robert changed:
May 20, 2007 01:09 PM
Setting direction on HTML is not enough!

May 28, 2007 06:05 PM Robert
If it's not enough then why is this only affecting the comments and not any other textual data?

May 28, 2007 06:56 PM
I noticed it only in "comments" and in admin panel. I just fix comments because it's more important for me. Tested is without and with Direction and results are different. Maybe DIV tag is not inherits direction from top objects.

May 29, 2007 12:22 AM Robert
I've done some testing in Firefox with the Firebug plugin and I've tried enabling and disabling the "direction: rtl" attribute for the comments <div> and it makes no difference. Perhaps it's a browser bug. What browser and version are you using?

May 29, 2007 07:07 AM
I'll not be surprise if this is IE bug.
I'm using IE6.

May 29, 2007 05:01 PM Robert
After doing some tests with IE6, Firefox, and Safari, I cannot see any difference that the "direction: rtl" makes on the comment text. Could you try implementing the change without the "direction" attribute and then seeing if it is right. If not, can you save the HTML source of the affected page and upload it here so I can play around with it?

On May 29, 2007 05:01 PM, Robert changed:
June 4, 2007 07:18 AM
Rober,

I think you can close this bug, because i can't reproduce the behavior that i talk about.

On June 4, 2007 07:53 AM, Robert changed: