[GH-ISSUE #138] BUG: Tag Suggestions in mobile View problem #99

Closed
opened 2026-02-25 23:33:26 +03:00 by kerem · 1 comment
Owner

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

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
kerem 2026-02-25 23:33:26 +03:00
Author
Owner

@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.

<!-- gh-comment-id:525304126 --> @RadhiFadlillah commented on GitHub (Aug 27, 2019): Actually, the suggestion is not clickable at all :smile: 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#99
No description provided.