Open-Assistant icon indicating copy to clipboard operation
Open-Assistant copied to clipboard

Ranking assistant replies bug - a reply is too big

Open nadavMihov opened this issue 2 years ago • 3 comments

Hello, I was ranking some assistant reply when I came across a reply so wide it wouln't let me place it at the top if it was in the bottom before (and vice versa). image This only happens if the reply is first or last, If it's in the middle I can move it anywhere.

nadavMihov avatar Feb 17 '23 17:02 nadavMihov

Workaround: I was always able to move the smaller messages instead of the larger one.

JohannesGaessler avatar Feb 18 '23 18:02 JohannesGaessler

I am taking a stab at this

owenduncansnobel avatar Feb 20 '23 17:02 owenduncansnobel

@andreaskoepf I figured out what was causing it. The Sortable items were bound to stay in the parent container when dragged/sorted. If I disable it you can see it works. Let me know if disabling it is fine the only "issue" is if someone drags it to the top of the screen it just looks slightly ugly until you let go and it snaps back.

https://user-images.githubusercontent.com/43126781/220173473-3f2fb064-0dd1-4759-91b7-e44086cabf4f.mov

owenduncansnobel avatar Feb 20 '23 17:02 owenduncansnobel