[GH-ISSUE #1061] Advanced search button is hidden when "read only" #682

Open
opened 2026-03-02 16:00:46 +03:00 by kerem · 1 comment
Owner

Originally created by @Gilbertdelyon on GitHub (Jun 22, 2023).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1061

This is what I get in Chrome and FFox
Advanced search button is 90% hidden when "read only"

image

Originally created by @Gilbertdelyon on GitHub (Jun 22, 2023). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1061 This is what I get in Chrome and FFox Advanced search button is 90% hidden when "read only" ![image](https://github.com/prasathmani/tinyfilemanager/assets/91057837/4547d020-e00b-43bc-b4e8-dd07f94ed85e)
Author
Owner

@id64350970 commented on GitHub (Sep 2, 2024):

I'm not an expert in CSS, but you can fix it by replacing
<div class="dropdown-menu dropdown-menu-right">
by this
<div class="dropdown-menu dropdown-menu-right" style="left: -125px">

Considering the author did not even bother to answer within 1 year of delay, I suggest you correct your bug yourself and don't count on him and double check for exploit. The code is not safe if you plan to use it without the read only mode. It is a sad thing, this file manager have so much potential wasted.

<!-- gh-comment-id:2323675569 --> @id64350970 commented on GitHub (Sep 2, 2024): I'm not an expert in CSS, but you can fix it by replacing `<div class="dropdown-menu dropdown-menu-right">` by this `<div class="dropdown-menu dropdown-menu-right" style="left: -125px">` Considering the author did not even bother to answer within 1 year of delay, I suggest you correct your bug yourself and don't count on him and double check for exploit. The code is not safe if you plan to use it without the `read only` mode. It is a sad thing, this file manager have so much potential wasted.
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/tinyfilemanager#682
No description provided.