Extension icon indicating copy to clipboard operation
Extension copied to clipboard

[BUG] Inconsistent emote priority in tab-completion vs colon-completion

Open robmonte opened this issue 1 year ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

This issue exists in the latest nightly version

  • [X] I am using the latest nightly version

What browsers are you seeing the problem on?

Chrome, Firefox

Current Behavior

A channel has a 7TV emote named "Stare", which conflicts with the 7TV global emote "Stare". When using colon-completion for the emote, you correctly see the channel emote: image (The selected emote on top of the list)

 

If you use Tab-completion, it incorrectly shows the global emote: image (The selected emote in the middle)

Expected Behavior

It should prioritize channel emotes (whether that be Twitch channel emotes or third party channel emotes) over global emotes.

Steps To Reproduce

Test the above emote in Lacari's channel

robmonte avatar Apr 22 '23 18:04 robmonte

@robmonte I looked at the output of complete and the slider. There, and so most of the emoticons offer a choice of emoticons of the author of the channel.

stare emoticons, which were found simply by searching from the author of the channel:

image

now we look at the results that the autocomplete picked up for us:

image

9 out of 10 emoticons refer to the author of the channel.

Now let's look at the slider:

I enter in the chat stare and press "tab"

image

8 out of 10 emoticons from the author of the channel. 1 global, 1 emoticon that was not found in the usual search, but it also belongs to the author's emoticon.

Batyodie avatar May 08 '23 09:05 Batyodie