Actions
Bug #55794
closedjquery-ui is missing theme
Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2014-02-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
We are using jquery-ui in the backend in several places. JavaScript file is loaded from /typo3/contrib/jqueryui/jquery-ui-1.10.4.custom.min.js but it is missing theme files (css, images etc.). This results for example with invisible sorting indicators in Extension Manager. There are used valid jquery-ui classes:
<div class="DataTables_sort_wrapper">
Extension<span class="DataTables_sort_icon css_right ui-icon ui-icon-triangle-1-n"></span>
</div>
they are changed when sorting direction changes but we dont see the indicators because of missing theme!
We should add jquery-ui theme to backend assets.
Actions