mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 06:25:54 +03:00
[GH-ISSUE #138] BUG: Tag Suggestions in mobile View problem #99
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#99
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 @demlak on GitHub (Jun 15, 2019).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/138
When i want to select tag suggstions on my Mobile-Firefox, the keyboard looses focus and it the site dimensions shoved down. so the dimensions are wrong to select the suggestions.. and so on and on..
tag suggestions in mobile View are nearly unusable
#33
@RadhiFadlillah commented on GitHub (Aug 27, 2019):
Actually, the suggestion is not clickable at all 😄
The suggestion is actually just a simple tooltip. When the user agree with suggestion, he only need to press enter, then the suggestion in tooltip will be put in the text box. This is why when you try to click or touch the suggestion, the focus is changed from text box into the tooltip. This is also why there is only one suggestion available at any time.
Sure, ideally the suggestion is clickable. However I found it too hard to do and it increase too much complexity for such a small feature, so I decided to keep it as it is. Besides, since we only need to click enter, we can keep our focus on keyboard instead of click/touching the suggestion so I kinda like it.
With that said, I don't think I will change it, so I will close it for now.