-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
'Your changes will not be saved' alert window when trying to reload a web page #16100
Comments
@SkorikSergey This is not a bug and the tests needs to be adapted, right? |
@rhopp yes, seems, that tests have to be aligned to the new behavior. |
@SkorikSergey another question, is this a manual testing scenario? As far as I saw, Happy Path scenario passed successfully: |
HappyPath doesn't reload page. There is tests result with failed tests - https://ci.codenvycorp.com/view/qa-nightly/job/che-integration-tests-multiuser-master-ocp/946/Selenium_20tests_20report/. |
@vzhukovskii This failure is happenig in the legacy java-selenium suite. |
This issue (#13580) is about closing only terminal tab not browser tab. For now if type Ctrl + w in terminal and click |
Theia handles
Expected: Ideal behavior would be the same as in native terminal - last word is erased, but I afraid whether it is possible to override such browser hotkey. So, at least a confirmation dialog should be shown before closing, because it's a typical thing when user press ctrl+w in terminal and does not to close tab. |
IMHO this behavior change is "UX downgrade". In my opinion, the confirmation should appear only when data loss is at place (aka. some editor is not saved). Anyway... Until this gets sorted, @SkorikSergey we can put back the previous behavior by setting this in user preferences before actually running the test (the same way, that @Ohrimenko1988 is doing this for example for setting the terminal type to |
This issue is a root cause of failures for nightly tests with the nightly image. I assume @SkorikSergey is fixing that in Java tests, so I will do that for typescript ones. |
@rhopp As a user of Che, "ctrl-w to close your whole IDE" was maybe my least favorite thing about Theia :). When typing in a terminal, ctrl-w is one of the hardest habits to break. |
Describe the bug
'Your changes will not be saved' alert window when trying to reload web page. The cause of this issue are eclipse-che/che-theia#634 changes
Che version
Steps to reproduce
Expected behavior
The page was reloaded
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
Environment
The text was updated successfully, but these errors were encountered: