-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make open file or folder in new tab a user choice #11222
Comments
I know. ;-) That doesn't work for us, though. There are multiple options that can be opened in a new tab, so we would need to duplicate each and every one of them to let the user choose if current or new tab. |
thinking aloud, other possibilities to tell the user how to open something in a new tab:
|
No 5 is what I had in mind, too. Thanks for the mockup! Something like that. :-) Not sure about the alignment / placement, though. |
added variants |
Could you make/add two where the hint is just below the |
jep, added 5C and 5E |
Yes, nice, 5C is good! thank you! |
Does this mean, we will have an new file action ? |
No, there already is an |
Description
We currently have a config option
openAppsInTab
which the admin can use to specify for the whole oCIS instance if a file gets opened in a new tab or in the current tab.Web is built in a way that you can always return to the current context when opening a viewer/editor, so our default for that config option is opening files in the current tab. I'd like to get rid of the config option and always stick to the current tab. Opening the file/folder should really be a user choice (like it is for links on websites, where you can always enforce opening them in a new tab).
User Stories
Value
Tabbing usability like you'd expect it from a normal website.
Acceptance Criteria
openAppsInTab
. We want to enforce the current tab as default and only deviate from it if the user wants it (see below)Open
entry opens the clicked folder in a new tabtechnical detail: buttons should be links (so that they can be opened in new tab on mobile)
Definition of ready
Definition of done
The text was updated successfully, but these errors were encountered: