Skip to content
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

Allow edit and preview in separate windows #965

Open
neos-bot opened this issue Jul 21, 2014 · 2 comments
Open

Allow edit and preview in separate windows #965

neos-bot opened this issue Jul 21, 2014 · 2 comments
Labels
Bug Neos.Ui Neos Ui topics, that depend also on Neos adjustments

Comments

@neos-bot
Copy link
Contributor

Jira issue originally created by user @hlubek:

Right now the edit, preview and UI settings are stored in the session (or at least globally). It's not possible to have one window or tab with an editing mode and one window with a preview mode open at the same time (unless the page is never reloaded). This is very annoying when testing JavaScript-heavy sites, where some scripts need the preview mode to test content changes. Besides that an editor or site integrator might want to choose that working mode instead of working in a single window.

We should find a way to use the window name to differentiate the browser windows or tabs.

Jira-URL: https://jira.neos.io/browse/NEOS-272

@mhsdesign
Copy link
Member

This is still an issue btw.

And the Ui is not ready for that - eg when changing the edit mode in another tab, the global state changed and in the first tab the Ui still thinks one is in the previous edit mode and displays the switch accordingly - but the server responds with the new edit mode:

image

(i cannot select direct editing)

@mhsdesign mhsdesign added the Bug label Jul 18, 2022
@mhsdesign
Copy link
Member

The ui could hold the state in the local storage, and add it as param when requesting the preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Neos.Ui Neos Ui topics, that depend also on Neos adjustments
Projects
None yet
Development

No branches or pull requests

2 participants