converse.js icon indicating copy to clipboard operation
converse.js copied to clipboard

Some fields of the form for creating a groupchat re not displayed.

Open rheman opened this issue 4 years ago • 2 comments

Describe the bug When I start creating a new groupchat, some fields of the creation form are not displayed, especially checkboxes. For instance:

  • Make room persistent
  • Make room public searchable
  • Make participants list public
  • Make room password protected

To Reproduce Steps to reproduce the behavior:

  1. Click on 'add a new groupchat'
  2. Fill in the Groupchat name, the Nickname and click on the join button
  3. Scroll down to 'Make room persistent'
  4. See error

Expected behavior No error in my browser console.

Screenshots

Screenshot from 2021-07-02 09-41-49 Screenshot from 2021-07-02 09-42-13 Screenshot from 2021-07-02 09-42-05

Environment (please complete the following information):

  • OS ubuntu 18.04
  • xmpp-server ejabberd-20.03
  • Desktop and Mobile
  • Browser Chrome, Firefox, Opera and Edge
  • Converse.js 7.0.6

Regards,


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

rheman avatar Jul 02 '21 13:07 rheman

Hi everyone, We still have the same behavior on the new release (v8.0.1) @Echolon regards,

rheman avatar Sep 26 '21 02:09 rheman

@rheman: Please set loglevel to debug, then turn on verbose logging in your browser developer console.

Then capture the XML traffic when you open the MUC settings form and email that to me, I'll see if I can find the problem.

jcbrand avatar Oct 14 '21 16:10 jcbrand

The issue was due to some css of my web app. Thanks a lot.

rheman avatar Feb 02 '24 13:02 rheman