summaryrefslogtreecommitdiffstats
path: root/client/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix initially selected CheckBox rendering in Safari (#11024)Teemu Suo-Anttila2018-07-101-0/+19
|
* Improve ComboBox keyboard behavior when an item is selected (#11031)Mehdi Javan2018-07-101-0/+4
| | | | | Ignoring filtering options when right arrow, left arrow, home or end key is pressed. Fixes #11016
* Enable selection checkboxes with unbuffered editor (#11032)Teemu Suo-Anttila2018-07-101-1/+3
| | | Fixes #11028
* Fix wrapping div getting focused in CheckBoxGroup and RadioButtonGroup (#11021)Teemu Suo-Anttila2018-07-031-0/+2
| | | Fixes #9731
* Fix TabSheet attaching and detaching components (#10988)Teemu Suo-Anttila2018-06-191-2/+5
| | | | | | | This patch reverts the fix #10557 and replaces it with a proper solution from Grid perspective. Fixes #10987 Fixes #10985
* Add ACCEPT attribute to Upload (#10906)Ilia Motornyi2018-06-181-0/+9
| | | Fixes #2410
* Use random string for autocomplete attribute (#10950)Ilia Motornyi2018-06-011-1/+2
| | | Fixes #7820
* Add bottomBorder size to check in Grid (#10946)Anastasia Smirnova2018-05-281-2/+2
| | | Fixes #10931
* Fix MultiSelectionRenderer right-click exception (#10944)Ilia Motornyi2018-05-231-3/+1
| | | Fixes #10942
* Use XMLHttpRequest2 API for HTML5 DnD uploads (#10896)Ilia Motornyi2018-05-091-2/+3
|
* Restart debug log timer on first log row instead of immediately (#10640)Artur2018-05-071-2/+6
|
* Allow focus to another component, when closing the window (#10860)Anastasia Smirnova2018-05-031-6/+10
| | | Resolves #5891
* Fix Window layout when resizing (#10830)Anna Koskinen2018-05-032-1/+11
| | | Fixes #10652
* Fix removing resize and drag curtains when window is closed (#10515)Artur2018-05-021-0/+6
| | | Fixes #10514
* Disable animate-out for VWindow by default (#10846)Anastasia Smirnova2018-04-271-1/+1
| | | | | | * Disable animate-out for VWindow by default Fixes #5891
* Add @since 8.4 (#10840)Ilia Motornyi2018-04-202-2/+2
|
* Fix RichTextArea read-only+disabled Anastasia Smirnova2018-04-201-2/+5
| | | Resolves #10541
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-1968-349/+334
|
* Fix for navigating in Grid using TabTeemu Suo-Anttila2018-04-192-1/+38
|
* Fix recursive menu hiding (#10817)Ilia Motornyi2018-04-181-1/+2
|
* Introduce XVFB cluster testing (#10801)Teemu Suo-Anttila2018-04-171-1/+1
| | | | | | | | | This patch adds the ability and configuration for running tests against cluster running Chrome browsers in XVFB environment. It also contains multiple fixes for combining newer Selenium and Chrome as well as fixes tests that depend on timezones.
* Add a check for tab events trying to set focus outside a modal Window (#10655)Olli Tietäväinen2018-04-161-0/+26
|
* Add null check to Grid's DnD focus handling (#10822)Anna Koskinen2018-04-131-1/+1
| | | Fixes #10699
* Fix incorrect color value handling in ColorPicker (#10812)Anastasia Smirnova2018-04-134-1/+26
|
* Ensure that popup is closed in Tabsheet (#10738)Anastasia Smirnova2018-04-091-1/+1
|
* Make it possible to also use an element as root and not only id. (#10785)caalador2018-04-093-2/+72
|
* Remove empty comments (#10789)Ilia Motornyi2018-04-053-12/+1
|
* Update empty since tags for 8.4 and 8.3.3 (#10786)Ilia Motornyi2018-04-043-3/+3
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-284-61/+0
|
* Support starting downloads and opening URLs from a menu item (#10478)Artur2018-03-286-37/+207
|
* Update since for 8.3.3 (#10768)8.4.0.alpha1Teemu Suo-Anttila2018-03-281-1/+1
|
* Update release notes and since tags for 8.4 (#10760)Teemu Suo-Anttila2018-03-278-20/+22
|
* Update copyright year (#10761)Ilia Motornyi2018-03-27519-519/+519
|
* Add row index to ItemClickEvent in Grid (#10754)Tatu Lund2018-03-271-1/+2
|
* Fix grid spacebar handling (#10750)Ilia Motornyi2018-03-261-1/+2
| | | | * Fix spacebar handling
* Fix VComboBox internal state cleanup (#10693)Anna Koskinen2018-03-232-2/+8
| | | Fixes vaadin/testbench#1009
* Grid editor open (#10674)Anna Koskinen2018-03-213-38/+123
|
* Fix date ranges for date and datetime fields (#10685)Ilia Motornyi2018-03-206-64/+69
| | | Fixes #9765
* Prevent reporting browser window resizing too often (#10675)Matti Tahvonen2018-03-201-4/+19
|
* Scroll the parent if Grid has already scrolled to the end (#10700)Anna Koskinen2018-03-201-5/+19
| | | Fixes #9477
* Fix selecting rows from header and footer (#10720)Teemu Suo-Anttila2018-03-201-3/+11
|
* Fix initially disabled items in RadioButtonGroup (#10719)Teemu Suo-Anttila2018-03-192-17/+26
|
* Initialize VRichTextArea.client in RichTextAreaConnector Marco Collovati2018-03-191-0/+1
| | | Fixes #10536
* Adding stylename to MenuBarItem also as one word (#10704)Anastasia Smirnova2018-03-131-0/+1
| | | Fixes #7912
* Native select add 'disabled' attribute (#10710)Anastasia Smirnova2018-03-131-0/+12
| | | | | | | | | | * Adding disabled attribute to the NativeSelect * Merge branch 'master' into nativeSelectDisabled * Merge branch 'master' into nativeSelectDisabled * Correct formatting issues
* Setting of tooltips for grid header/footer cells (#10489)Artur2018-03-132-3/+107
| | | Fixes #7527
* Fix performance issue in Grid initial render with Footer (#10705)Teemu Suo-Anttila2018-03-131-4/+3
| | | | * Fix performance issue in Grid initial render with Footer
* Clear VComboBox selection fields when updated on server (#10692)Anna Koskinen2018-03-081-0/+4
| | | Fixes #10660
* Enable setting cursor after the last character (#10670)Anastasia Smirnova2018-03-061-1/+2
| | | | | | | | | | * Enable setting cursor after the last character Resolves #9157 * Reformat the code * Reformat the code using conventions
* 8.3.2 since (#10678)Ilia Motornyi2018-03-054-4/+4
| | | | * @since 8.3.2