aboutsummaryrefslogtreecommitdiffstats
path: root/client/src
Commit message (Expand)AuthorAgeFilesLines
* Ensure value change happens before shortcuts in compatibility components (#11...Anna Koskinen2020-01-151-3/+39
* Removed outdated spacer height update from removal process. (#11861)Anna Koskinen2020-01-091-2/+0
* Fix to RadioButtonGroup readOnly handling. (#11855)Anna Koskinen2019-12-231-1/+6
* Improvements to popup positioning for ComboBox within HorizontalLayout. (#11846)Anna Koskinen2019-12-181-8/+61
* Close window on ESC, when maximized button is clicked (#11840)Anastasia Smirnova2019-12-051-4/+10
* Simplify Grid scroll handling. (#11835)Anna Koskinen2019-12-033-46/+65
* Don't attempt to send expand/collapse events for disabled TreeGrid. (#11823)Anna Koskinen2019-11-211-1/+1
* Fixing issue with TwinColSelect not correctly retaining visible selection (#1...Tatu Lund2019-11-191-3/+32
* Reduce excess positioning calls for ComboBox popup. (#11808)Anna Koskinen2019-11-131-8/+21
* Fixing issue with Push stopping working in some circumstances (#11791)Tatu Lund2019-11-052-2/+17
* Check actual Grid selection instead of relying on allSelected flag. (#11787)Anna Koskinen2019-11-041-1/+1
* Fix a timing issue in ComboBox filtering via paste using mouse. (#11780)Anna Koskinen2019-10-311-1/+3
* Switch from an assert to logging and return in Grid.onBrowserEvent (#11778)Anna Koskinen2019-10-301-2/+5
* Added 1px tolerance to ScrollbarBundle's internal sanity check. (#11777)Anna Koskinen2019-10-291-3/+5
* Improvements to ScrollDestination sanity checks (#11772)Anna Koskinen2019-10-281-8/+26
* When ComboBox popup opens to the left accommodate margin/border/padding. (#11...Anna Koskinen2019-10-231-8/+10
* Make sure expanding/collapsing updates expected cache size. (#11753)Anna Koskinen2019-10-221-0/+12
* Upload should preserve MIMEType after first selection (#11745)Anastasia Smirnova2019-10-161-0/+6
* Catch and handle IllegalStateException (#11733)Tatu Lund2019-10-031-11/+18
* Fix scrollTo for destination START and END and add regression testing. (#11707)Anna Koskinen2019-09-051-48/+32
* Updated row and spacer handling for Escalator (#11438)Anna Koskinen2019-08-295-973/+2605
* Add explicit handling of ctrl-a (#11693)Tatu Lund2019-08-121-0/+8
* Update Chrome version, snapshots and fix tests (#11684)Zhe Sun2019-08-052-4/+6
* Update the since tag (#11675)Zhe Sun2019-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-291-0/+11
* Ensure that VComboBox.selectedOptionKey gets initial selection. (#11665)Anna Koskinen2019-07-241-2/+9
* Improvements to detail row index handling. (#11345)Anna Koskinen2019-07-166-11/+212
* 11642 refresh pagelength 0 combobox items after dataprovider update (#11653)Olli Tietäväinen2019-07-121-1/+16
* Ensure the selection has been changed before updating . (#11658)Anna Koskinen2019-07-121-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
* 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