Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sortable Taginput order of tags changes randomly when refocusing after adding tag and dragging it to a different position #2141

Closed
peterarends opened this issue Jan 15, 2020 · 1 comment

Comments

@peterarends
Copy link

Overview of the problem

Buefy version: 0.8.9
Vuejs version: 2.6.11
OS/Browser: Xubuntu 18.04 / Firefox 72.01

Description

ezgif-1-ca0ead647105

Steps to reproduce

  1. Go to https://buefy.org/extensions/sortablejs/
  2. Add a tag
  3. Change the order of the tags
  4. Click somewhere else on the page
  5. Click inside the Taginput to refocus

Expected behavior

The order should not change when refocusing.

Actual behavior

The order changes at random when refocusing.

@peterarends
Copy link
Author

Removing this line (43) at Taginput.vue:
@focus="onFocus"
fixes the error. But I'm not sure if it has other consequences.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant