wekan: Bug: Drag handle is on top of list menu

Hi,

I am using the Docker-compose to run this. I just pulled 3.56 and Firefox (70 on Linux) never finishes loading a page , until I do couple manual refreshes. Changing from board to board does not happen successfully as in it changes the board but it still shows the old board content, clearly a rendering issue.

Chromium seems to have no issue with this. It runs fine in it.

Bear in mind that this issue just started happening with the latest docker pull, I think I was using 3.54 before, so I will roill back to that one. However I thought that I would report this.

Here is the erros I see in Firefox 70 console. And I do not se any logs generated with docker logs -f wekan-app


Wekan Version	3.56.0
Meteor version	1.8.2
Node version	8.16.2
MongoDB version	4.0.11

Apache Proxy

 ProxyPassMatch "^/(sockjs\/.*\/websocket)$" "ws://127.0.0.1:3000/$1"
        ProxyPass "/wekan" "http://127.0.0.1:3000/wekan"
        ProxyPassReverse "/wekan" "http://127.0.0.1:3000/wekan

FF console (not sure if it is related)


https://DOMAIN/wekan/informationInvalid X-Frame-Options: “ALLOW-FROM” header from “https://DOMAIN/wekan/b/dkuMyPy9SjpbWEjCy/XXXXX” loaded into “https://DOMAIN/wekan/b/oPcepbD68umCywfsP/board”.

Firefox can’t establish a connection to the server at wss://DOMAIN/wekan/sockjs/568/cb2qs1ne/websocket. 0e3f5ad6a550ed1d08e8950011ec98a6a92a839d.js:81:17863

The connection to wss://DOMAIN/wekan/sockjs/568/cb2qs1ne/websocket was interrupted while the page was loading. 

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 18 (10 by maintainers)

Most upvoted comments

In general, when there comes new versions of Chrome, Firefox and other browsers, some of Wekan features then do not work, because browsers have fixed or added some bug or feature. Some CSS or Javascript can stop working in new browser version.

Here are result of my tests of today:

  • In desktop Chrome and Firefox, opening card works.
  • In mobile Chrome, opening card works.
  • In mobile Firefox mobile when requesting desktop website, opening card works.
  • In mobile Firefox mobile browser mode, opening card does not work.
  • Now list drag handles are on top of list menu hamburger button. I don’t know why, some time ago or earlier I already fixed that, and now it has happened again. This is on both Chrome and Firefox, on both desktop and mobile.

You can also use just docker commands without docker-compose, like this: https://github.com/wekan/wekan/wiki/Docker