Multiple Bugs / Issues
-
Hello,
Please find below all the reasons why we still use v2.6.0 of this plugin …
- File manager folders are in a random order, not alphabetical
- The directory names in the breadcrumb trail are uppercase which could be confusing as directory names are case sensitive
- The breadcrumb trail starts with “HOME” and should start with “wp-content”
- When clicking “Add files” to upload a file, you can choose a file but nothing happens. Only dropping files onto the browser window works.
- When upload is complete, it says “Done” but the progress bar still animates which makes the user assume it’s still uploading.
- When changes are detected in the text editor, the save button is hard to read as it has white text on a light background.
- Several times we have found changes are not saved
- Often the file interface gets stuck and folders won’t open
- We get these PHP errors regularly on various different sites …?
default.NOTICE: E_NOTICE: ob_flush(): failed to flush buffer. No buffer to flush {“code”:8,”message”:”ob_flush(): failed to flush buffer. No buffer to flush”,”file”:”/wp-content/plugins/wpide/App/Controllers/FileManager/DownloadController.php”,”line”:103} []
EXCEPTION: Class ‘WPIDE\App\Utils\Exception’ not found in /wp-content/plugins/wpide/App/Helpers/PhpValidator.php on line 44 - There’s a strange scrolling issue where items and sub-menu items (Users and Tools for example) further down the main Dashboard menu cannot be accessed because the browser bounces back to the top just as the mouse reaches the item.
- We’ve mentioned it before but traversing spaces as tabs with the arrow keys and backspace key no longer works which is extremely tiresome when editing old code
- Can we have an option to turn off auto closing of quotes and brackets?
- When you return to the editor after (for example) a plugin has been deleted. Rather than go up to a folder that does exist, the file manager returns to the folder that no longer exists and just says “Empty Folder” which is not correct. Probably best not to remember where the user was because from experience you almost always aren’t going to that location anymore. Much better to always start from /wp-content/
- debug.log won’t always open. Not sure what causes it but I think it might be a file size limitation. v2.6.0 alway opens the file no problem.
- You still can’t scroll down because the editor is too close to the bottom of the page and requires some CSS like …?
ace_editor { padding-bottom: 1em; }
Oliver
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘Multiple Bugs / Issues’ is closed to new replies.