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 22 days 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 21 days 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 3 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