mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #732] Editing in Advanced Editor loses indentation #502
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#502
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 @teoeugene on GitHub (Feb 23, 2022).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/732
In the past couple of months, I noticed on websites where I use the tinymanager, I'm unable to see any indentation in the code. If I edit in Advanced Editor and save the file, the file loses all indentation too. The only way to avoid this is to use the normal editor.
I've updated to the latest version (2.4.7) and still shows the same issue on Chrome and Firefox.
@teoeugene commented on GitHub (Feb 23, 2022):
Here's a sample file from WordPress that shows how it looks when viewed and how it looks when editing.
@teoeugene commented on GitHub (Mar 2, 2022):
I found out that Cloudflare was causing the issue. It might have been a change on their side as this didn't happen before.
After adding rules to disable performance and caching specifically for the file-manager's directory path, the editor works as normal again.