mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #95] There isn't lateral scrolling in equations/functions/sequences apps #32
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Overengined on GitHub (Dec 8, 2021).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/95
Describe the bug
One is not able to scroll lateraly in the Equation app.
To Reproduce
Type a long equation that doesn't fit in one piece in the display width.
Expected behavior
As in the Calculation App, it would be expected to be able to scroll lateraly without having to open the editing box.
Screenshots
See attached file
Device (please complete the following information):
n0110
Omega 1.23
https://user-images.githubusercontent.com/71342876/145279055-93a0ac48-759c-4921-a33d-eef2ae620266.mp4
@Lauryy06 commented on GitHub (Jan 17, 2022):
This bug is also present in the apps related to functions.
@Lauryy06 commented on GitHub (Jan 17, 2022):
And it's a bit complicated to fix, we have to switch all these cells to scrollable views.
@Overengined commented on GitHub (Jan 17, 2022):
It mainly depends on how easy to implement in a cell is said "scrollable view".