-
Notifications
You must be signed in to change notification settings - Fork 106
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
Opened Tab/Accordion should have public URL #2070
Comments
@mvorisek No, this is not completed. For example:
Expected behaviour according to this feature request:
Current behavior:
|
If all params are passed by GET, the problem should be solved with/in #2068. Usecase with Modal, will require sending POST params in URL (as GET), do we wan to support that? Last week I fixed a640009. It took me over a day to understand the problem... and I finally understand what we exactly do in atk4/ui multi step modal executor, we use local storage on the client... So again, this will need to be encoded in the URL. I am for removing the local storage, but I belive we should solve it gradually and with a budget we can reason by a better productivity, less maintanence, less end user errors, ... As you do not want to sponsor this issue completely right now, I close it again to keep the focus on important tasks. |
@mvorisek Can we please keep idea "issues" open - this should be a storage for ideas, even if they are not currently implemented. |
If you want to implement this or contribute to this topic in any way, feel free to reopen it, but too broad ideas are not much helpful if only opened. |
Michael, I narrowed your idea to something wanted and feasible and reopened it. Thank you. |
@mvorisek Thank you - I would like to make the idea more concrete that not only the tab has a public URL (on right-click) but also that the browser window‘s URL is adjusted on tab change, so whenever a user copies the current URL and forwards it, the recipient opens the same view state. This can be done with:
|
yes, it is in the edited description already :) |
This feature request is very tricky, as page can contains more than one tabs groups/accordions and can be nested - the URL will have to contain state for all of them. |
Yes, correct, but in a lot of UIs for usability reasons you would not nest too many tabs or accordions. Also a simple solution would be to make the accordion or tab group configurable if it should update the URL and add its state to it or not. In this case the developer could set which accirdion or tab can be pre-set by a URL parameter. |
For single tab/traverse path - related issues: #451 and atk4/mastercrud#25 |
Any directly reachable tab/accordion (ie. content without internal state/POST data like temporary modal) have VP/Callback link and:
a
tag with possibility to be opened like regular<a href="...
, ie. with left/middle button, with context menu "Open in a New Tab/Window"...Situation:
How to implement:
The text was updated successfully, but these errors were encountered: