marklogic-community / data-explorer

Data Explorer Tool
Other
15 stars 4 forks source link

Missing Scroll Bars #134

Open nlaprell opened 6 years ago

nlaprell commented 6 years ago

In cases where the UI runs off the screen (observed search and while creating queries/views with a large amount of fields) scroll bars do not always appear, resulting in the user unable to access the rest of the page. The issue happens seemingly randomly, and has been observed in Chrome and FireFox.

nlaprell commented 6 years ago

Using bower to update the bootstrap package (which also upgraded jQuery) seems to have fixed the issue.

nlaprell commented 6 years ago

Merged into master

nlaprell commented 6 years ago

In testing the current master, I was able to reproduce this issue on the search page by logging in as the search user, then selecting a query bookmark with all fields selected from the farmers market data. The search results and fields were displayed. The search results could scroll, but the scrollbar from the main window was missing, preventing scrolling to see more fields.

I have not been able to reproduce this, indicating the issue happens with much less frequency than before, so I am reducing the priority.