Catalog item automatically scrolls down when being opened
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2022 11:23 PM
Hello, we noticed one issue with one of our catalog items in the service catalog. When you open the catalog item, it scrolls down automatically below and almost all of the description is left above. In the screenshot below you can see that the scroll bar is not in the top as it should be:
I wasnt able to reproduce this issue on other TSCs and I wasnt able to find any setting or property in the catalog item, that may be doing this.
Has anyone seen this before and has any ideas on how to fix it?
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2022 11:37 PM
The auto-scrolling could be happening because of the field messages on the form.
Please check if you have a field message on the form. if so then you need to disable the auto-scroll by adding ", false" at the end of the showFieldMsg line. as shown below
g_form.showFieldMsg('contact','please add your contact','error', false);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2022 12:03 AM
Hi, thanks, but that didnt help. There were some help messages added on a few variables, but disabling them didnt help. Have you any other ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2022 11:59 PM
Hi, I couldnt find any field messages on the item. Could this be caused by anything else?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2024 07:42 PM