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

Window require scrolling function for smaller screen devices #124

Open
mmlTools opened this issue Oct 2, 2020 · 4 comments
Open

Window require scrolling function for smaller screen devices #124

mmlTools opened this issue Oct 2, 2020 · 4 comments

Comments

@mmlTools
Copy link

mmlTools commented Oct 2, 2020

Spell editor version
v1.9.7

Describe the bug
On smaller devices, the description textboxes cannot be reached

Expected behavior
Add a scrollbar for leftside area

Screenshots
image

@mmlTools mmlTools added the bug label Oct 2, 2020
@stoneharry
Copy link
Owner

I'm curious, what device are you developing on that has that small a screen? Definitely a bug but I sort of assumed everyone uses at least 1080p these days.

@mmlTools
Copy link
Author

mmlTools commented Oct 2, 2020

I'm curious, what device are you developing on that has that small a screen? Definitely a bug but I sort of assumed everyone uses at least 1080p these days.

it's a geobook, resolution is 1920x1080 is just a temporary notebook but it does it's job

@stoneharry
Copy link
Owner

Well this isn't as easy to solve as I thought it might be. Apparently just sticking the entire main grid in a <ScrollViewer HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto"> causes the spell ListBox population to freeze the UI forever.

@mmlTools
Copy link
Author

coming back to this issue, looks like the ui does not fit the resolution but window size. On my 21" desktop on the same resolution it does fit perfectly but on my 15" laptop it doesn't

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

No branches or pull requests

2 participants