You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When there is a large amount of object fields, the field suggestions is showing only the topmost fields and the view is not scrollable.
To Reproduce
Steps to reproduce the behavior:
Go to data export
Start with the normal SOQL select
Click on the Show all suggestions button
If there is a large amount of object fields, you can only see the top part of the fields section, and can't scroll to the bottom or to the results div/element.
Expected behavior
I would expect that all possible object fields are displayed in a scrollable html element. I noticed that all html elements for all fields are available in the DOM, but it is just not possible (without browser dev tools) to scroll or focus to them.
Screenshots
Fields are not previewed due to privacy, but there is a red rectangle indicator just to prove that a scrollbar is not present.
Desktop (please complete the following information):
OS: Windows 10
Chrome
Version 121.0.6167.140 (the latest version at this moment)
The text was updated successfully, but these errors were encountered:
Describe the bug
When there is a large amount of object fields, the field suggestions is showing only the topmost fields and the view is not scrollable.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect that all possible object fields are displayed in a scrollable html element. I noticed that all html elements for all fields are available in the DOM, but it is just not possible (without browser dev tools) to scroll or focus to them.
Screenshots
Fields are not previewed due to privacy, but there is a red rectangle indicator just to prove that a scrollbar is not present.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: