
| Key: |
MBS-1559
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Normal
|
| Assignee: |
Unassigned
|
| Reporter: |
Nicolás Tamargo
|
| Votes: |
1
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Relates
|
|
|
|
This issue has related issue:
|
|
MBS-4568
Add <bdi> tags to help with rendering of RTL text
|
|
|
|
|
|
|
As you can see in http://test.musicbrainz.org/release/d53e4a09-7123-475d-bfef-a1be77990f2c , right to left parentheses (Hebrew, Arabic, etc) don't appear correctly. I'm sure this is part of a bigger problem with MB not being too good with RTL (which probably should be fixed at some time in the future), but this at least is very visible and it would be quite important to display them correctly, IMO.
|
|
Description
|
As you can see in http://test.musicbrainz.org/release/d53e4a09-7123-475d-bfef-a1be77990f2c , right to left parentheses (Hebrew, Arabic, etc) don't appear correctly. I'm sure this is part of a bigger problem with MB not being too good with RTL (which probably should be fixed at some time in the future), but this at least is very visible and it would be quite important to display them correctly, IMO. |
Show » |
Sort Order:
|
It could be fixed by checking the strings we print for RTL characters and setting dir="rtl" (I have a user script which does that)
The problem is that we're displaying RTL text inside a LTR element, you get the opposite problem if you try and display LTR text inside a RTL element, it's not a MB-specific thing.
Original Trac ticket: http://bugs.musicbrainz.org/ticket/3338