aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Check actual Grid selection instead of relying on allSelected flag. (#11787) ...Anna Koskinen2019-11-061-1/+1
* Fix a timing issue in ComboBox filtering via paste using mouse. (#11780) (#11...Anna Koskinen2019-11-011-1/+3
* Switch from an assert to logging and return in Grid.onBrowserEvent (#11778) (...Anna Koskinen2019-10-311-2/+5
* Added 1px tolerance to ScrollbarBundle's internal sanity check. (#11777) (#11...Anna Koskinen2019-10-311-3/+5
* Improvements to ScrollDestination sanity checks (#11772) (#11776)8.9.2Anna Koskinen2019-10-281-8/+26
* When ComboBox popup opens to the left accommodate margin/border/padding. (#11...Anna Koskinen2019-10-241-8/+10
* Make sure expanding/collapsing updates expected cache size. (#11753) (#11761)Anna Koskinen2019-10-241-0/+12
* Upload should preserve MIMEType after first selection (#11745) (#11759)Anna Koskinen2019-10-241-0/+6
* Catch and handle IllegalStateException (#11733)Tatu Lund2019-10-041-11/+18
* Fix scrollTo for destination START and END and add regression testing. (#11711)Anna Koskinen2019-09-051-48/+32
* Updated row and spacer handling for Escalator (#11438)8.9.0.beta3Anna Koskinen2019-08-305-973/+2605
* Additional updates and fixes for 8.9 branch (#11679)Zhe Sun2019-08-062-4/+6
* Update since tag8.9.0.beta2ZheSun882019-07-304-4/+4
* Apply offset to column index depending on presense of selection column (#11667)Tatu Lund2019-07-301-1/+5
* Ensure the upload button has been disabled when set Enabled calling from succ...Zhe Sun2019-07-301-0/+11
* Ensure that VComboBox.selectedOptionKey gets initial selection. (#11665)Anna Koskinen2019-07-301-2/+9
* Improvements to detail row index handling. (#11345)Anna Koskinen2019-07-306-11/+212
* 11642 refresh pagelength 0 combobox items after dataprovider update (#11653)Olli Tietäväinen2019-07-301-1/+16
* Ensure the selection has been changed before updating . (#11658)Anna Koskinen2019-07-301-11/+7
* Update release note and Since tag (#11639)Zhe Sun2019-06-271-1/+1
* Adding css class to Editor when on selected row (#11636)Tatu Lund2019-06-261-0/+9
* Clicking on DateField pop-up should select Month/Year (#11531)Anastasia Smirnova2019-06-251-0/+14
* Add IE11 workaround for ListSelect multiselection. (#11631)Anna Koskinen2019-06-201-2/+13
* Separates a rpc for handling the client event order in DateTimeField (#11574)Zhe Sun2019-06-142-0/+24
* Update Chrome version in Test (#11613)Zhe Sun2019-06-121-2/+4
* Recalculate the column widths before the first row is added (#11609)Zhe Sun2019-06-061-0/+8
* Grid Editor: make Tab key skip read-only/disabled fields (#11586)Martin Vysny2019-06-031-25/+86
* Override reserved globals for Firefox (#11598)Artur2019-05-221-0/+872
* Fix Grid reordering when there are hidden columnscuong-phan2019-05-201-1/+12
* Don't attempt to scroll to the beginning or end if Grid has no rows. (#11570)Anna Koskinen2019-05-201-3/+7
* Grid editor: TAB now skips non-editable columns (#11573)Martin Vysny2019-05-161-8/+70
* Add handling for completely empty Grid's column width calculations. (#11569)Anna Koskinen2019-05-141-1/+7
* code format (#11555)Sun Zhe2019-05-024-16/+19
* Reset Combobox internal state (#11412)Sun Zhe2019-04-242-16/+44
* Update to 8.9 (#11535)Sun Zhe2019-04-181-1/+1
* Clicking on slider makes handler move (#11519)Anastasia Smirnova2019-04-102-8/+22
* Fixing autocompletion issue with ComboBox on newer Chrome versions (#11472)Tatu Lund2019-04-101-1/+6
* Use Enter and Space keys to fire Window header buttons (#11517) (#11534)KatriHaapalinna2019-04-082-5/+32
* Read-only combobox should not handle PASTE event (#11529)Anastasia Smirnova2019-04-041-2/+2
* setCaption of Panel did not honor setCaptionAsHtml (#11523)Tatu Lund2019-04-022-4/+8
* Support Firefox 65+ key down event behavior (#11503)Yuriy Artamonov2019-03-292-6/+11
* Make improve of caching for hierarchical data optional (#11501)Klaudeta2019-03-211-24/+63
* Remove redundant check for for Firefox (#11471)Anastasia Smirnova2019-03-061-10/+1
* Ensure pop-up is not opened, when tabbing out fast from Combobox (#11436)Anastasia Smirnova2019-02-251-4/+9
* Fix #11369 (#11403)Maciej Przepióra2019-01-171-0/+17
* Update snapshot to 8.8-snapshot (#11397)Sun Zhe2018-12-281-1/+1
* Update release note and since tag (#11386)Sun Zhe2018-12-202-8/+12
* Checkbox allow customizing of input and label classNames. (#11372)Knoobie2018-12-182-3/+58
* Improve VMenuBar click handling logic (#11356)Anastasia Smirnova2018-12-172-93/+117
* Prevent IndexOutOfBoundException in VMenuBar.CustomMenuItem (#11285)Jonni Madekivi2018-12-171-0/+1