question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

When Url contains column `:`, the display is weird

See original GitHub issue

Try putting this in the description of a card, it doesn’t show the URL : http://test.com/?b=abc:dd:ff

It works correctly on github for example here:

http://test.com/?b=abc:dd:ff

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
blaskoviccommented, Oct 3, 2016

Hi,

is it possible to globally disable smileys in wekan?

0reactions
nztqacommented, Jul 3, 2017

Package comparison

TEST app

  • Add packages
$ meteor create emoji-test
$ cd emoji-test 
$ meteor add seriousm:emoji-continued emojione:emojione
$ npm install emojione-assets --save

Edit files

  • client/main.js
$ vi  client/main.js

#Add
emojione.sprites = true;
  • client/main.html
$ vi client/main.html 

#Add
<h2>seriousm:emoji-continued</h2>
<ul>
  <li>{{> emoji ":smile:"}}</li>
  <li>{{> emoji "16:08:03"}}</li>
  <li>{{> emoji "http://test.com/?b=abc:dd:ff:alien:gg"}}</li>
</ul>
<h2>emojione:emojione</h2>
<ul>
  <li>{{> emojione ":smile:"}}</li>
  <li>{{> emojione "16:08:03"}}</li>
  <li>{{> emojione "http://test.com/?b=abc:dd:ff:alien:gg"}}</li>
</ul>

Result

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

strange behaviour of css columns - html - Stack Overflow
Try using Flexbox: Doing ul { display: flex; flex-flow: wrap; column-gap: 100px; } works. – barhatsor · That is the default behaviour. ·...
Read more >
Can I (dynamically) specify displayed columns using URL for ...
I am aware of the practical length limitation of the URL in SP (400 chars?) but I only want to indicate the display...
Read more >
Weird behavior while loading an URL column in Pandas from ...
@tommi.vartiainen (Snowflake)​. Hello,. I am running a query which has a column, which is an URL. In snowflake it is showing perfectly.
Read more >
Solved: Take image from image column and display as link
To find the table name to include in the image URL, do this: In the app editor, go to the Data > Tables...
Read more >
Topic: Weird padding below column | Themeco Community
I have a row/content band where I have 2 separate columns. ... Here is a screen shot of the image, circled the padding...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found