summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Expand)AuthorAgeFilesLines
* Make focus circulate in modal dialog to improve accessibility (#10311)Adam Wagner2017-11-132-2/+8
* hand-picked fix to #5043 combobox suggestion popup on scroll (#10307)Olli Tietäväinen2017-11-132-1/+41
* Fix click in subclasses of Grid (#10144)Adam Wagner2017-10-104-0/+73
* Implement error level on client side (#9816)Adam Wagner2017-09-263-2/+335
* Fix invalid user visible value in ComboBox (#8115)Matti Tahvonen2017-09-062-2/+42
* Fix ListSelect scrolling behavior on IE (#9910)Aleksi Hietanen2017-09-041-0/+39
* Resize should work within Grid details row (#9799)Ansku2017-08-172-0/+295
* Fix occasional empty rows in Table and TreeTable (#9551)mlindfors2017-08-092-0/+87
* Added loop and preload attributes for media elements, fixed null poster (#9161)Krassimir Valev2017-08-081-9/+18
* Do full connector tracker cleanup when the session lock is released (#9707) (...Artur2017-08-013-4/+127
* Clean connector tracker after each access block to stop memory leaks (#9331)Artur2017-05-173-5/+139
* Fix issues in Grid with undefined height (#9118)Teemu Suo-Anttila2017-04-202-0/+87
* Fix removing rows over the cached range in Grid Johannes Tuikkala2017-04-202-0/+131
* Fix client-side memory leak caused by Grid events (#9062)Aleksi Hietanen2017-04-191-0/+49
* Fix Flash expanding with percentage sizing (#8552)Olli Tietäväinen2017-03-212-0/+102
* Fix some tests for 7.7Henri Sara2017-03-132-9/+18
* Fix Panel.setScrollTop() for large values (#8563)Olli Tietäväinen2017-03-092-0/+103
* Fix client-side error when Upload in TabSheet and Push (#8779)Ilia Motornyi2017-03-092-0/+167
* Always calculate Escalator max row count the same way (#8740)Artur2017-03-074-5/+137
* Fix some tests and update screenshots (#8744)Henri Sara2017-03-061-1/+1
* Fix absoluteLayoutResizeComponents test for IE8 (#8497)caalador2017-02-082-2/+136
* Fix toggling of WeekNumbers for PopupDateField. (#8405) (#8469)caalador2017-02-082-0/+169
* Fix problem with re-opening the popup (#8446) (#8454)caalador2017-02-072-0/+111
* Fix the absolute layout component resize positioning tests. (#8456)caalador2017-02-061-17/+45
* Fix caption updating in CustomLayout (#8415)Artur2017-02-022-0/+70
* Call "destroy" instead of "destory" in JavaScriptRenders (#8263)Artur2017-02-015-3/+95
* Add method for refreshing all Grid rows (#8406)Artur2017-02-012-1/+46
* Prevent reorder of frozen columns when there are hidden columns (#8278)Artur2017-01-301-0/+23
* Make it possible to disallow user selection in Grid (#8144)Artur2017-01-302-6/+181
* Fix absolute layout component sizing on size change in Vaadin7 (#8304)caalador2017-01-232-0/+195
* Flush the correct editor widget if there are hidden columns (#8276)Artur2017-01-201-3/+20
* Fix navigation using keyboard to frozen column when there are hidden columns ...Artur2017-01-193-5/+24
* Fix closing of modal window curtains while dragging and resizing (#8281)Aleksi Hietanen2017-01-191-6/+48
* Properly end HTML5 drag operations when no drop is performed (#8242)Artur2017-01-191-0/+80
* Make it possible to deselect what was selected on the server (#8235)Artur2017-01-131-1/+10
* Reset selected icon when blurring a ComboBox (#8082)Artur2017-01-121-1/+41
* Remove tracking of unregistered connectors (#8153)Aleksi Hietanen2017-01-117-295/+1
* Fix exception when Grid is inside a PopupView (#8157)Artur2017-01-102-0/+70
* reopen Grid details on attach, fixes #8015 (#8074)Olli Tietäväinen2017-01-092-0/+83
* Render font icon correctly on the 'more' menu item (#8126)Artur2017-01-053-0/+146
* Call error handler for exceptions in UI.init() (#8055)Artur2017-01-022-2/+12
* Fix chrome version (#8086)Ilia Motornyi2016-12-271-1/+1
* Fix removal of hidden Grid columns (#8071)Artur2016-12-232-0/+105
* Use correct indexes in multiselect checkboxes after removing rows (#8072)Artur2016-12-221-0/+51
* Replace non-breaking spaces with space (#7957)Artur2016-12-141-1/+1
* Use proper UTF-8 encoding for Content-Disposition filenames (#19527) (#6607)Leif Åstrand2016-12-132-2/+2
* Re-add body rows when Escalator is reattached to DOM (#20477)Artur Signell2016-11-283-0/+85
* Mark TextField/TextArea as busy when a text change event is pending (#20469)Artur Signell2016-11-212-0/+64
* Add lazy/simple resize mode to Grid (#20108)Patrik Lindström2016-11-172-0/+82
* Fix NPE in case some items don't contain all properties of Grid.adam2016-11-142-0/+202