-
• #7202
Ah right, best of luck with that, sounds like a chore.
-
• #7203
Strange thing on Android/Chrome mobile: when selecting text I only get bing search as an option. Usually I get web (Google) search and bing.
-
• #7204
Nothing to do with this site... You've installed something or configured something on your phone.
-
• #7205
It only happens on the lfgss though, actually it only happens in the comment editor. Can't say I've compared to another text entry field. Doesn't really bother me, just seems odd.
-
• #7206
The text field here is just a textarea, a primitive HTML form field.
There's really nothing special going on and the code here hasn't changed in years. I'm curious why it's happening, but I don't think it's this site doing it.
-
• #7207
Just checked on another forum and it does the same. Must be a Chrome bug.
-
• #7208
Selecting text in a comment you're writing - the options often block the formatting options at the top of the text box. Any way around this?
1 Attachment
-
• #7209
Any way around this?
A few.
- Scroll the content so the overlay goes under the text.
- Just use markdown... I.e.
**bold**
yields bold.
I do the latter. I just use markdown in my messages.
- Scroll the content so the overlay goes under the text.
-
• #7210
I add newlines at the top to move the text down. The forum gets rid of them when you post.
-
• #7211
Nice tip, cheers!
-
• #7212
Perhaps this is a custom thing on my phone, but have you tried dragging the popup box?
-
• #7213
have you tried dragging the popup box?
Works on my Samsung tablet but not on my Sony phone. Since the former is at least two generation of Android ahead, it might be an OS feature
-
• #7214
Drag doesn't work for me on stock Android
-
• #7216
I clicked into this thread just now, and it was completely blank (0 posts).
I posted out of curiosity and was then the only post in the thread. On refresh the original OP appeared - as post #2.
Not an issue I need fixing, but wondered how it could occur, surely a thread is created once it’s first ‘reply’ is posted? -
• #7217
It's super rare as an edge case, but as the first post could be deleted the thread and the post are different things in the database... Created in two database calls. So there is the rare possibility of the second call failing or a timing issue resulting in the thread being in the cache before the first post is in the cache.
-
• #7218
Do markdown emojis work? Or are they not supposed to?
:smile:
:+1: -
• #7219
I never built them in.
Not hard to do so though.
I see that someone has done the hard bit of making a list: https://github.com/markdown-templates/markdown-emojis
-
• #7220
Looking at that page - probably best leave them out.
Imagine what this place would look like.
-
• #7221
This is why they, and signatures, don't exist.
-
• #7222
We should probably have tags back though
-
• #7223
trollolol
-
• #7224
It’s a disgrace, no forum is complete without.
Get a bicycle. You will not regret it. If you live.” - Mark Twain
My stable 🐎🐎
Pinarello Dogma F12 The missus 👸
BMC URS 01 For privateering 🚜
Richard Sachs Super Record Sunday best ⛪️ -
• #7225
And very wise that is, too.
Similar effort.
The backend is well maintained.
The frontend is abandoned but I have a project to rewrite it without Django + Python + Bootstrap... just a Go server with Go templating, and cleaner CSS.