Metaculus / metaculus

https://www.metaculus.com
BSD 2-Clause "Simplified" License
54 stars 12 forks source link

On mobile, clicking the markdown link button when text box is not focused sometimes fails #1426

Open exmateriae opened 1 week ago

exmateriae commented 1 week ago

Edit: My bad, it did not work because I had not selected the comments box, even if no text was entered it did not work until I selected the box to type. I guess this is intended.

Also, at least when I edit, my manual links often (always? not sure) don't work.

SylvainChevalier commented 1 week ago

Sorry, I'm not sure I follow. Could you provide steps to reproduce the issue?

exmateriae commented 1 week ago

Sorry, I'm not sure I follow. Could you provide steps to reproduce the issue?

When I clicked on "create link", I had not selected the comment box and therefore nothing was happening.

For the manual links, when I try to do links without using the dedicated button, it often does not work. (sometimes I have to because the interface has issues on folding phones)

SylvainChevalier commented 6 days ago

When I clicked on "create link", I had not selected the comment box and therefore nothing was happening

Ah, ok, that we should fix.

manual links

I assume you mean writing [text](url)? It seems it only works if you only close the final parenthesis after you've put text in them, i.e. writing []() and then filling it in doesn't work. Is that what you were doing?

exmateriae commented 6 days ago

I assume you mean writing [text](url)? It seems it only works if you only close the final parenthesis after you've put text in them, i.e. writing []() and then filling it in doesn't work. Is that what you were doing?

Indeed, I think this will solve my issue thanks!