-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
An edge-to-edge URL makes description uneditable #1389
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
Comments
Workaround as markdown:
|
This was previously fixed at #1073 , something has made it appear again. I'm not sure is this related to double slash regression on snap |
For me the double slash regression occurred at 0.62-3-g74877fd (as it did for the reporter in #1405), whereas this edge-to-edge URL issue was already there in 0.60 (but the double slash issue wasn't). It might not definitely make them completely unrelated, but would at least hint towards it. |
Please test newest Ubuntu Snap, is double slash bug now fixed. It seems to work for me. |
@xet7 When I try to refresh the snap, it gets stuck in
|
Sorry, this should get it running at least on your own IP address:
I'll also continue testing this double slash fix myself. |
With Nginx and Wekan at sub-url it works for me, there is no double slash bug, with Nginx and snap settings at this page: |
@xet7 Unfortunately the install now also fails with the same configure hook issue as refresh did:
(For mongodump, I had to replace/upgrade the Xenial package with mongodb-org-tools from the main MongoDB site, because Xenial's mongodump 2.6 failed with I came across this old Wekan snap report about the same issue. I enabled snap debugging as mentioned there, and will attach the result of Should I open a new issue about this, to keep this report on topic? |
I noticed that the service is up locally during the (non-finishing) configuration phase, and produces journal log entries as usual, I'm attaching the relevant lines here. The gist of it appears to be an " I'm unable to reproduce this snap issue in a VM, but so far I've failed to pinpoint the curcial difference between the VM and my physical server. I've tried purging and reinstalling snapd, disabling IPv6, turning off Apache and any other services that might be in the way, rebuilding the snap with my previous settings built in but none of it has made any difference. |
I moved my Wekan installation to a VM until the installation issue gets resolved. In the meanwhile I can confirm that 1) the double slash issue is fixed now and 2) this edge-to-edge URL issue is still there. |
Issue
Impacted version: 0.60
Server Setup Information:
Problem description:
A description consisting entirely of a URL that happens to extend from the left edge to the right edge of the description field (e.g. https://github.com/mattermost/mattermost-mobile/releases/tag/v1.5.0) makes it impossible to edit the description, as clicking anywhere on the viewer lands the click on the URL, which triggers a new browser tab instead of the editor.
Here's a screenshot of such a URL overlapping the editing area, as highlighted by the inspector in Firefox.
There's actually a couple of pixels worth of unlinked, clickable editor area at the right edge here, but you need a really steady hand and mouse to hit those pixels.
A workaround seems to be to change the browser zoom level (either way), causing the URL to extend either over to the next line or properly short of the right edge of the first line (turning the rest of the line clickable).
The text was updated successfully, but these errors were encountered: