Labels flashing/blinking 3 times on page load - Urgent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2016 09:34 AM
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
Detail page
Thanks
ifti
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2016 04:58 PM
Any help on this please?????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2016 10:35 PM
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 :
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2016 10:43 PM
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