Actions
Defect #41680
closedIncorrect label/value order on the issue view in RTL layout
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
We suffer from using the RTL language when using Redmine because we need to modify a lot of things on CSS or JavaScript to suit the nature of the RTL trend, including Label and Value Please pay attention to languages that use RTL that need modification
div.issue .attributes .attribute {padding-right:180px; clear:right; min-height: 1.8em;}
div.issue .attributes .attribute .label {width: 170px;margin-right: -180px;font-weight:bold;float: right;overflow: clip visible;text-overflow: ellipsis;}
Files
Updated by Go MAEDA about 1 month ago
- Category set to UI
- Status changed from New to Confirmed
Updated by Go MAEDA about 1 month ago
- File rtl-fix-issue-attributes.patch rtl-fix-issue-attributes.patch added
- File clipboard-202511251704-4v5ja.png clipboard-202511251704-4v5ja.png added
- Subject changed from RTL direction to Incorrect label/value order on the issue view in RTL layout
- Target version set to Candidate for next minor release
I have written a patch so that the CSS supports both LTR and RTL layouts.

Updated by Go MAEDA about 1 month ago
- Target version changed from Candidate for next minor release to 6.1.1
Updated by Go MAEDA about 1 month ago
- Status changed from Confirmed to Resolved
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the fix in r24184. Thank you.
Updated by Go MAEDA about 1 month ago
- Status changed from Resolved to Closed
Backported the fix into 6.1-stable branch in r24185.
Actions