-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
Reloading the browser causes an empty conversation panel #7807
Comments
See fix here I believe: |
Can confirm this issue has been resolved in the latest release (0.58.1) |
Please close... |
hi @ruKurz does this behavior stills occurs? I tried to reproduce it with no success, if it's fixed you can close the issue 😃 |
Would be great if anyone could close issues. Admins could still monitor and re-open if something was closed in error. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
Open a room and reloading the browsers page causes an empty conversation panel.
This behavior does not occur on each reload.
Server Setup Information:
Steps to Reproduce:
If the unexpected behavior does not occur, perform these steps multiple times.
Expected behavior:
normal chat view/panel is being displayed
Actual behavior:
No chat view/panel is being displayed
This behavior does not occur on:
develop branch
(commit 10499e0)version 0.58.1
(commit 060ce7d)Relevant logs:
In the browsers console several errors are shown:
1. TypeError: Cannot read property 'split' of undefined
Markdown.js:12 - Exception in template helper: TypeError: Cannot read property 'split' of undefined [
RocketChat.settings.get('Markdown_SupportSchemesForLink'
)]Stack: RoomManager.js:58 -> getDomOfRoom
Later when the page has been loaded
RocketChat.settings.get('Markdown_SupportSchemesForLink') —> returns
[ 'http' , 'https' ]
Assuming that
getDomOfRoom
is called before the RocketChat settings have been initialized2. Exception from Tracker recompute function: undefined
TypeError: Cannot set property 'scrollTop' of null
openRoom.js:4 openRoom(type, name)
roomDom.querySelector('.messages-box > .wrapper') —> undefined
no errors in the server log
The text was updated successfully, but these errors were encountered: