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

Generated tree too wide with more complicated RA expressions #197

Open
MariusAlbrecht opened this issue Oct 30, 2023 · 2 comments
Open

Generated tree too wide with more complicated RA expressions #197

MariusAlbrecht opened this issue Oct 30, 2023 · 2 comments

Comments

@MariusAlbrecht
Copy link

e.g. the expression
rho eins<-Name(pi Name (Studenten join (pi MatrNr (hoeren join (sigma Titel='Grundzuege'(Vorlesungen join hoeren)))))) join eins!=zwei rho zwei<-Name(pi Name (Studenten join (pi MatrNr (hoeren join (sigma Titel='Grundzuege'(Vorlesungen join hoeren)))))) on the dataset "Kemper Datenbanksysteme" returns the following tree:

result

when it should return something like this:

image

this is (as far as i can see) because of the width restriction on the .col-xl-6r class (the second image was obtained by taking a screenshot after setting the 50% to 70%)

at the very least the page should

  1. detect the issue and display a warning
  2. download/export correctly because that doesnt affect the site ui
@Vedant-Sharma-39
Copy link

Vedant-Sharma-39 commented Jun 15, 2024

I think a horizontal scrolling bar or a zoom feature would help.

@rlaiola
Copy link
Contributor

rlaiola commented Oct 15, 2024

PR #216 should fix these problems.

You can try it out at https://rlaiola.github.io/relax/calc/local/uibk/local/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants