-
Notifications
You must be signed in to change notification settings - Fork 122
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
Bug: Window layout error when creating a snippet copy in the mobile version #516
Comments
Еще немного потестировав этот баг обнаружила, что лечится переворотом экрана в горизонтальное положение. |
@KseniyaKerzhner думаю такого поведения не должно быть в любом случае. Могу взять задачу в работу |
Поскольку отмажки не было, то беру задачу в работу. |
Нужен help от фронтов. Я знаю почему такая проблема возникает. Ситуация следующая: После того, как мы нажимаем на кнопку копировать сниппет, нас перебрасывает на новый url. Соответственно, страница как-будто не перегружается, а значит компонент не рендерится
На странице сниппетов, я ранее создавал хук в котором отслеживаются изменение размеров экрана, но по какой-то причине он не работает runit/frontend/src/pages/snippet/index.jsx Lines 72 to 78 in 0bc147b
Соотвественно, когда мы открываем с телефона и переходим на новую страницу у нас идет сброс до нашего стэйта runit/frontend/src/slices/editorSlice.js Line 21 in 0bc147b
Как решить эту проблему? |
Summary
In the mobile version, after creating a copy of the snippet, the location of the window view changes from vertical to horizontal, which is not convenient when used in the mobile version. There is no change view button in the mobile version.
issue.20.06.24.mp4
Reproduction steps
Expected result
A copy of the snippet opened and the windows are arranged vertically as in the first snippet
Actual result
Opened a copy of the snippet and the windows are horizontal, can not be changed
Browsers
Chrome
OS
Windows
The text was updated successfully, but these errors were encountered: