Actions
Defect #43592
openAjax indicator design is broken in RTL environments.
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
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
Updated by Go MAEDA 1 day 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 1 day 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.
Actions