deepak-patra / tokenfield

Automatically exported from code.google.com/p/tokenfield
0 stars 0 forks source link

Sortable Tokenfield #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, 
I'm using tokenfield and really like it. I wrote a class extending TokenField 
to make it sortable with drag'n'drop using 
https://vaadin.com/directory#addon/dragdroplayouts

Unfortunately I had to patch the TokenField class to get it to work. It is a 
really simple patch for the revision r19. It only uses LinkedHashSet instead of 
HashSet in the setInternalValue function.
Would you mind applying it for the next release?
If you like to add my SortableTokenField class to the add-on you will find a 
simple version attached to the issue. An improved version would need more 
changes in your code. 

Thanks for the cool add-on
Raffael

Original issue reported on code.google.com by RaffaelB...@gmail.com on 9 Jan 2013 at 5:26

Attachments:

GoogleCodeExporter commented 8 years ago
+1 to use LinkedHashSet instead of HashSet in the setInternalValue function.

Original comment by gdress...@gmail.com on 12 Nov 2014 at 10:59