Our pure JavaScript Scheduler component


Post by rupen.shah.access »

Dear Team,

Please find attached working example. In tree type feature empty text not showing when we search with keyword which is does not exist in resource section.

Attachments
UI.zip
(22.4 MiB) Downloaded 33 times

Post by alex.l »

Hi, this might be because of broken CSS. Please check the console of your app and fix this problem. Let us know if it helped.

Screenshot 2023-06-08 at 18.32.31.png
Screenshot 2023-06-08 at 18.32.31.png (68.14 KiB) Viewed 133 times

All the best,
Alex


Post by rupen.shah.access »

Dear Team,

I have resolved the css issue but it's still not working. To resolve this issue please change the following code

<link
	  rel="stylesheet"
	  href="%PUBLIC_URL%/themes/scheduler.material.css"
	  id="bryntum-theme"
	/>

with below code in index.html file under public folder.

<link
	  rel="stylesheet"
	  href="%PUBLIC_URL%/public/themes/scheduler.material.css"
	  id="bryntum-theme"
	/>

Or replace the attached index.html file in public folder.

Thanks
Rupen

Attachments
index html file.zip
(211 Bytes) Downloaded 33 times

Post by alex.l »

Hi there,

I changed the code as you mentioned

Screenshot 2023-06-09 at 12.41.46.png
Screenshot 2023-06-09 at 12.41.46.png (313.49 KiB) Viewed 100 times

But the result is even worse

Screenshot 2023-06-09 at 12.42.14.png
Screenshot 2023-06-09 at 12.42.14.png (106.17 KiB) Viewed 100 times

And looks like you attached wrong index.html, please check the file you attached.

All the best,
Alex


Post by rupen.shah.access »

Hi,

Yes if you see the console there is no error. Please find attached file

Attachments
index html file.zip
(1006 Bytes) Downloaded 31 times

Post by alex.l »

Yes I see no errors, but the app is broken :) How can we use this app to check the problem you mentioned?
That's obvious that there is a problem with CSS that need to be fixed.

All I can do for now is test this in our React apps, and I see empty text with no problems.

All the best,
Alex


Post Reply