tprouvot / Salesforce-Inspector-reloaded

Chrome extension to add a metadata layout on top of the standard Salesforce UI to improve the productivity and joy of Salesforce configuration, development, and integration.
https://chrome.google.com/webstore/detail/salesforce-inspector-relo/hpijlohoihegkfehhibggnkbjhoemldh
MIT License
203 stars 62 forks source link

[data export] When Scrolling Through Results, Header Disappears #514

Open nickytorstensson opened 2 months ago

nickytorstensson commented 2 months ago

Make sure to read the troubleshooting section before creating an issue

Describe the bug In the Data Export, if the list of records returned is sufficiently long, then the header - which is pinned/frozen to the top when scrolling - at some point disappears

To Reproduce Steps to reproduce the behavior:

  1. Go to Data Export
  2. Run the query SELECT Id FROM Account (assuming many records
  3. See list returned
  4. Scroll down
  5. Header disappears
  6. Scroll a little bit up, farther than the point when the header disappeared
  7. Header reappears

Expected behavior Expected header to be shown at all points of time when scrolling

Screenshots On first image, notice in the right hand side, that it is scrolled a bit down, and the header has disappeared. On second image, notice that there has been scrolled a bit up again, and the header is there (appeared). image image

Desktop (please complete the following information):

Additional context Nothing more

tprouvot commented 2 months ago

Hi @nickytorstensson, Thanks for raising this issue, I'll check this !