Defect #8088
Colorful indentation of subprojects must be on right in RTL locales
Status: | Closed | Start date: | 2011-04-06 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | 1.2.0 | |||
Resolution: | Fixed | Affected version: | 1.1.2 |
Description
Colorful indentation of subprojects must be on right in RTL locales. But currently it is placed on left regardless of locale's direction.
Associated revisions
Show colorful indentation of subprojects on right in RTL locales (#8088).
Contributed by Mohammad Ebrahim Mohammadi Panah.
Fixed colorful indentation and "my projects" mark positioning in projects view for RTL locales (#8088).
Contributed by Mohammad Ebrahim Mohammadi Panah.
Fixed hierarchy appearance for subtasks and admin projects view (#8088).
Contributed by Mohammad Ebrahim Mohammadi Panah.
Fixed wiki TOC hierarchy for RTL locales (#8088).
Contributed by Mohammad Ebrahim Mohammadi Panah.
History
#1
Updated by Ebrahim Mohammadi about 11 years ago
The attached patch should fix it.
#2
Updated by Ebrahim Mohammadi about 11 years ago
Provided patch doesn't fix the issue completely. There are still problems with margins and multi-level project hierarchies.
#3
Updated by Ebrahim Mohammadi about 11 years ago
- File redmine-rtl-projects-view-css.diff
added
New patch fixes the colorful indentation as well as "my projects" mark (star) placement for RTL locales, which is currently on left while should be on right.
#4
Updated by Etienne Massip about 11 years ago
- Target version set to Candidate for next minor release
#5
Updated by Ebrahim Mohammadi about 11 years ago
- File redmine-css-rtl-hierarchies-fixes.diff
added
- Colored indentation of projects view
- Positioning of "my project" icon (start) in projects view
- Positioning of icons in administration page
- Positioning of OpenID icon in URL input field
- Hierarchy view of projects in /admin/projects
- Hierarchy view of subtasks
#6
Updated by Ebrahim Mohammadi about 11 years ago
- File redmine-rtl-css-fixes-3.diff
added
And this new one adds another fix: hierarchy of Wiki TOC items.
I guess title of the issue should be changed.
#7
Updated by Toshi MARUYAMA about 11 years ago
- Status changed from New to Closed
- Target version changed from Candidate for next minor release to 1.2.0
- Resolution set to Fixed
Ebrahim, I pulled your bitbucket mercurial repository, and transplanted revisions and pushed to Redmine subversion repository.
Thanks.