]> source.dussan.org Git - vaadin-framework.git/commit
Allow editing colorpicker values in colorpicker in textfield #13469
authorJohn Ahlroos <john@vaadin.com>
Thu, 24 Apr 2014 18:12:15 +0000 (21:12 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 14 May 2014 07:25:50 +0000 (07:25 +0000)
commit5a1ffa814230c3da751ab5953da0fb0ae75c4c80
tree38c0a9826d8e69721e8db6ae16344ea02c534d67
parentac6a98648d54fc89cab5c5cecc2d9f1b9a3b01dc
Allow editing colorpicker values in colorpicker in textfield #13469

This fix adds support for typing in color values according to
http://www.w3schools.com/cssref/css_colors_legal.asp into the
colorpicker popup input textfield.

Change-Id: If14ead791725c3052c05aa31e12e237e90c32348
server/src/com/vaadin/ui/components/colorpicker/ColorPickerPreview.java
server/tests/src/com/vaadin/tests/server/component/colorpicker/ColorConversions.java [new file with mode: 0644]
shared/src/com/vaadin/shared/ui/colorpicker/Color.java
uitest/src/com/vaadin/tests/components/colorpicker/ColorPickerInputFormatsTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/colorpicker/ColorPickerTest.html
uitest/src/com/vaadin/tests/components/colorpicker/ColorPickerTest.java [deleted file]
uitest/src/com/vaadin/tests/components/colorpicker/ColorPickerTestUI.java [new file with mode: 0644]