Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Missing scrollbar in output area for large outputs #325

Closed
mweidling opened this issue Jul 7, 2021 · 1 comment · Fixed by #358
Closed

[BUG] Missing scrollbar in output area for large outputs #325

mweidling opened this issue Jul 7, 2021 · 1 comment · Fixed by #358

Comments

@mweidling
Copy link

Describe the bug

After evaluating a query, the output is displayed in the output area of eXide.
Since eXist-db 5.3.0 larger output where the user has to scroll to see it completely doesn't cause the area to display a scrollbar anymore.

I observed this behaviour both in FF 89.0.2 (64-bit) for Ubuntu and Chrome Version 91.0.4472.114 (Official Build) (64-bit) on Xubuntu.

Expected behavior

When an output is so large that I have to scroll to see it completely, I would have expected a scrollbar so I can navigate easily.

To Reproduce

  1. Get a large XML file (e.g. https://www.deutschestextarchiv.de/book/download_xml/goethe_leben01_1811) and store it in eXist-db 5.3.0
  2. Write a small query that returns the large file, e.g. doc("/db/goethe_leben01_1811.TEI-P5.xml")//tei:TEI
  3. Observe the output area. Even though the file is huge, there is no scrollbar displayed.

Screenshots

Output in eXist-db 5.2.0:

Screenshot_2021-07-07_08-08-39

Output in eXist-db 5.3.0:
Screenshot_2021-07-07_08-08-07

Context (please always complete the following information):

  • OS: Xubuntu 18.04 LTS
  • eXist-db Version: 5.3.0
@vincentml
Copy link

I've observed the same problem that scroll bars are now missing from the output pane after upgrading eXide to version 3.0.0. The environment is eXist-db version 5.2.0 running on Windows 2012 R2.

plutonik-a added a commit to plutonik-a/eXide that referenced this issue Sep 3, 2021
* restore scrollbar in results pane
* break lines within visible pane

Fixes eXist-db#325 and
eXist-db#326
joewiz added a commit that referenced this issue Sep 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants