-
Bug
-
Resolution: Fixed
-
Blocker
-
2.4
-
MOODLE_24_STABLE
-
MOODLE_24_STABLE
-
wip-
MDL-36066-master -
If you view the folder, or open filemanager in 'treeview' mode there are now wrong images.
Instead of lines on the left from the folder there is folder icon.
theme/base/style/filemanager.css says:
/* last sibling, no children */
|
.file-picker .ygtvln, .filemanager .ygtvln {background: url('[[pix:moodle|y/ln]]') 0px 0px no-repeat;width:17px;height:22px;}
|
.dir-rtl .file-picker .ygtvln {background: url('[[pix:moodle|y/ln_rtl]]') 0px 0px no-repeat;width:17px;height:22px;}
|
for some reason we have files pix/y/ln.gif and pix/y/ln.png that are completely different.
Now .png is used which is not a line but a folder
(tested only on master but may be the same issue in previous versions)
- blocks
-
MDLQA-5071 CLONE - In a folder resource, the user can close out of the file picker by clicking X, effectively cancelling the upload.
- Passed
-
MDLQA-5061 CLONE - User interface, File Picker behaves as expected in Internet Explorer 9.
- Passed
-
MDLQA-5065 CLONE - User interface, File Picker behaves as expected in Opera.
- Passed
- is duplicated by
-
MDL-36735 Folder resource icon issue
- Closed