files_texteditor icon indicating copy to clipboard operation
files_texteditor copied to clipboard

stop overriding opening editor into a new tab or add it

Open Oclair opened this issue 4 years ago • 5 comments

Thanks for not breaking web browser standards!

Default: Command Click opens link in a new tab

What it does: treats command click as click (wow that must have been some work to break a standard behaviour...)

How is this essential limiting the editor to one open file?

Steps to reproduce

Expected behaviour

Tell us what should happen

Actual behaviour

Tell us what happens instead

Server configuration

Operating system:

Web server:

Database:

PHP version:

Nextcloud version: (see Nextcloud admin page)

Where did you install Nextcloud from:

List of activated apps:

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder

Nextcloud configuration:

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder

or

Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)

Client configuration

Browser:

Operating system:

Logs

Nextcloud log (data/owncloud.log)

Insert your Nextcloud log here

Browser log

Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log
c) ...

Oclair avatar Feb 18 '20 10:02 Oclair

Do you mean that when Cmd/Ctrl-clicking a file in the files app it does - what? Here it selects the file, which is a de facto standard for any file browser. Just open another tab with the files app.

tanghus avatar Apr 21 '20 12:04 tanghus

which is a de facto standard for any file browser.

over-engineer at one's own peril

It's not a file browser, it's a link in a web browser. Stop overriding the user's options especially when it's removing existing functionality, especially for logged in users.

time and time again programmers do not need to consider every possible way their work can be utilized, which brings up security is the only excuse for blocking a user's options

Oclair avatar Apr 21 '20 12:04 Oclair

Anyhow, this is not an issue with the files_editor app but with the files app.

tanghus avatar Apr 21 '20 12:04 tanghus

Anyhow, this is not an issue with the files_editor app but with the files app.

and viewing/opening issue/s in the files app goes to the general server app.... I recall having said something about over-engineering...

Oclair avatar Apr 21 '20 13:04 Oclair

Maybe you would be interested in something like Pico CMS?

tanghus avatar Apr 21 '20 14:04 tanghus