Defect #43592
closedAjax indicator is broken in RTL layouts
0%
Description
In RTL environments, the Ajax indicator does not display correctly.
The problematic CSS rule can be found here:
source:/branches/6.1-stable/app/assets/stylesheets/rtl.css@24209#L281
Files
Related issues
Updated by Go MAEDA about 1 month ago
- File 43592.patch 43592.patch added
- Status changed from New to Confirmed
- Target version set to Candidate for next minor release
The attached patch fixes this issue.
It stops overriding the #ajax-indicator style in rtl.css and uses the same style for both RTL and LTR languages. As part of this unification, the #ajax-indicator is now displayed at the center of the window.
Updated by Yasu Saku about 1 month ago
Go MAEDA wrote in #note-1:
The attached patch fixes this issue.
It stops overriding the
#ajax-indicatorstyle in rtl.css and uses the same style for both RTL and LTR languages. As part of this unification, the#ajax-indicatoris now displayed at the center of the window.
Thank you for your quick response.
Updated by Go MAEDA about 1 month ago
- Target version changed from Candidate for next minor release to 6.1.1
- Affected version changed from 6.0.0 to 6.1.0
Setting the target version to 6.1.1.
Updated by Go MAEDA about 1 month ago
- Subject changed from Ajax indicator design is broken in RTL environments. to Ajax indicator is broken in RTL layouts
- Status changed from Confirmed to Resolved
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the fix in r24214.
Updated by Go MAEDA about 1 month ago
- Status changed from Resolved to Closed
Merged the fix into 6.1-stable branch in r24218.
Updated by Go MAEDA 26 days ago
- Related to Feature #43515: Improve RTL layouts by removing rtl.css and integrating its overrides into application.css using CSS logical properties added