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

Pushing Reply button on broadcast channel returns Uncaught TypeError #17588

Closed
luixxiul opened this issue May 9, 2020 · 0 comments · Fixed by #17687
Closed

Pushing Reply button on broadcast channel returns Uncaught TypeError #17588

luixxiul opened this issue May 9, 2020 · 0 comments · Fixed by #17687
Assignees

Comments

@luixxiul
Copy link

luixxiul commented May 9, 2020

Description:

Pushing reply button on a broadcast channel returns Uncaught TypeError at Object.click .js-reply-broadcast.

ff6013144504e3a59449ac19b5024e36e831a3a7.js?meteor_js_resource=true:299 Uncaught TypeError: Cannot read property 'u' of undefined
    at Object.click .js-reply-broadcast (ff6013144504e3a59449ac19b5024e36e831a3a7.js?meteor_js_resource=true:299)
    at ff6013144504e3a59449ac19b5024e36e831a3a7.js?meteor_js_resource=true:299
    at Function.t._withTemplateInstanceFunc (ff6013144504e3a59449ac19b5024e36e831a3a7.js?meteor_js_resource=true:299)
    at h.View.<anonymous> (ff6013144504e3a59449ac19b5024e36e831a3a7.js?meteor_js_resource=true:299)
    at ff6013144504e3a59449ac19b5024e36e831a3a7.js?meteor_js_resource=true:299
    at Object.h._withCurrentView (ff6013144504e3a59449ac19b5024e36e831a3a7.js?meteor_js_resource=true:299)
    at h._DOMRange.<anonymous> (ff6013144504e3a59449ac19b5024e36e831a3a7.js?meteor_js_resource=true:299)
    at HTMLButtonElement.delegatedHandler (ff6013144504e3a59449ac19b5024e36e831a3a7.js?meteor_js_resource=true:299)
    at HTMLDivElement.dispatch (ff6013144504e3a59449ac19b5024e36e831a3a7.js?meteor_js_resource=true:254)
    at HTMLDivElement.g.handle (ff6013144504e3a59449ac19b5024e36e831a3a7.js?meteor_js_resource=true:254)

Steps to reproduce:

  1. Create a broadcast channel
  2. Post something
  3. Click Reply

Expected behavior:

There should an input form appear.

Actual behavior:

error

Please ignore the input box above the devtool as I took the gif with an authorized user.

Server Setup Information:

  • Version of Rocket.Chat Server: 3.1.2
  • Operating System: Debian 10
  • Deployment Method: Docker
  • Number of Running Instances: 1
  • DB Replicaset Oplog: Enabled
  • NodeJS Version: v12.16.1
  • MongoDB Version: 4.0.17

Client Setup Information

  • Desktop App or Browser Version: 2.7.17
  • Operating System: Windows 10

Additional context

Relevant logs:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants