DHTMLX / scheduler

GPL version of JavaScript Event Scheduler
https://dhtmlx.com/docs/products/dhtmlxScheduler/
GNU General Public License v2.0
315 stars 111 forks source link

Wrong images paths for css skins and skins building less scripts #56

Open fbrun opened 4 years ago

fbrun commented 4 years ago

Hi,

for some images like export_pdf.png or export_ical.png, the customs skins use images path from imgs folder instead of custom skin folder. For exemple, the material skin dhtmlxscheduler_material.css use background-image: url('imgs/export_pdf.png') instead of background-image: url('imgs_dhx_material/export_pdf.png')

In basic/layout.less, thoses paths image are not set with dynamic var @... so the lessc run command never set the good paths.

Can you change it ?

Thanks

sacav1 commented 4 years ago

same problem :+1:

ArtiBorisevich commented 2 years ago

Hello, We confirm the issue, some skins reuse images from other skin folders. It's a legacy issue, it will be fixed in one of the upcoming major updates of the scheduler.