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.

Autocompletion fundamentaly broken

See original GitHub issue

Steps to reproduce

Write a message with :O and see it getting autocompleted to the wrong emoji on enter.

What happened?

Autocompletion gets :v: which is the peace sign and not the 😮 emoji.

What did you expect?

The 😮 emoji

Operating system

Windows

Browser information

Firefox

URL for webapp

develop.element.io

Additional information

This is caused by https://github.com/matrix-org/matrix-react-sdk/pull/5659 which is a breaking change without warning changing autocompletion to the wrong key

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

4reactions
HarHarLinkscommented, Aug 17, 2021

Imho Enter as autocomplete clashes with sending

And tab with ARIA standards…

the popup should tell you what keys to use, there is plenty space to put it: image

“press [arrows] to select, [tabsymbol]  or [entersymbol]  to confirm, [escsymbol] to dismiss”.

3reactions
ShadowJonathancommented, Aug 20, 2021

+1 to point 3, I think that’d make the biggest difference, and also close a lot more issues

Read more comments on GitHub >

github_iconTop Results From Across the Web

Debug console auto-completion interferes and messes up my ...
Yeah, it seems like one thing is fundamentally broken about the debug console: print <expr> will happily change a valid expression parameter ...
Read more >
Bug: Auto-complete doesn't work for Java in eclipse 2021-03
and Auto-Complete is still broken. If I close eclipse and restart it, on the first . it says "No default proposals"
Read more >
Buffer completions are broken in some fundamental ways
Buffer completions are broken in some fundamental ways ... Many users don't realise how broken the autocomplete feature is right now. This affects ......
Read more >
Android studio - Auto complete doesn't work - Stack Overflow
It's missing some fundamental auto complete suggestions, and sometimes none are present. There also seems to be missing a lot of view attributes ......
Read more >
Using zsh autocompletion for alias - Unix Stack Exchange
But how can I allow these aliases to use zsh git autocompletion? ... on this solution if it fundamentally didnt work in the...
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