Labels flashing/blinking 3 times on page load - Urgent

ifti122
Giga Guru

Hi guys,

On page load all the labels are blinking. Please see below videos. I have also notice in second video 'Detail page' that at the time of blink its doing couple of /sys_attachment.do requests. Are there any fonts missing from the system? Please suggest what is causing this.

https://ven01526.service-now.com/sys_attachment.do?sys_id=33e1f64437b70600b766a16043990eea

Login Page

https://youtu.be/vBeIt9xcP7k

Detail page

https://youtu.be/cSu503yB15o

Thanks

ifti

3 REPLIES 3

ifti122
Giga Guru

Any help on this please?????


paramveer
Mega Guru

If The page is blinking there can be only following reasons:



There might be related lists(Tabs) are loading after the form load. You can change this setting by go to personal setting as per below image :


find_real_file.png


Or,



Any onLoad client script is running and performing some actions like(Hiding some field, making mandatory etc)


Any UI policy is running on the table which is having some UI policy action.


It seems that you are using content page to showing the content.



In content page/UI page/UI macro, If there are any images(it seems there are some images), as image takes some time to load so as images are loading one by one labels are blinking.



This is too often for any content page as contents load one by one and as the contents load page labels blinking are quite normal. To avoid this you can use a loading dialog box, which will be there until complete page loads.


When page load completely, you can hide dialog box.



Search in wiki : showDialogBox(), hideDialogBox().



Thanks