summaryrefslogtreecommitdiffstats
path: root/uitest/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Use Chrome for validation buildsTeemu Suo-Anttila2018-09-045-72/+55
|
* Compensate for Grid editor moving out of sync horizontally. (#11092)Anna Koskinen2018-08-131-0/+49
| | | Fixes #10998
* Fix validation build to work with new build agents (#11054)Teemu Suo-Anttila2018-07-171-0/+3
|
* Update Copyright headers for year 2018 (#10762)Ilia Motornyi2018-03-28725-831/+831
|
* Allow configuring content modes for Grid cell tooltips (#10396)Leif Åstrand2018-02-061-16/+35
|
* Fix scrolling problem in table in Chrome 56+ (#10492)Artur2018-01-051-0/+75
| | | | | | | | * Fix scrolling problem in table in Chrome 56+ Fixes #8707 * Remove commented code
* Prevent killing UI if heartbeats are pending (#10371) (#10450)Olli Tietäväinen2017-12-201-0/+62
| | | | | | | | * Prevent killing UI if heartbeats are pending (#10371) Fixes #9663 * fixed Java 1.8 syntax -> 1.6
* Ensure Upload is properly reset after an upload is interrupted (#9635) (#10457)Anna Koskinen2017-12-201-0/+226
| | | | * Ensure Upload is properly reset after an upload is interrupted (#9635)
* Make focus circulate in modal dialog to improve accessibility (#10311)Adam Wagner2017-11-131-1/+1
| | | | | | | | | | | | * Make focus circulate in modal dialog to improve accessibility (#10260) Make focus circulate in modal dialog to improve accessibility * Backport window order event * Correct since tag * Correct copyright header
* hand-picked fix to #5043 combobox suggestion popup on scroll (#10307)Olli Tietäväinen2017-11-131-0/+5
| | | | | | * hand-picked fix to #5043 combobox suggestion popup on scroll * cleanup
* Fix click in subclasses of Grid (#10144)Adam Wagner2017-10-103-0/+50
| | | Add findWidget() method to accept non exact matches.
* Implement error level on client side (#9816)Adam Wagner2017-09-261-0/+172
| | | | | Add additional class names and style to components and error indicators to distinguish different error levels. Vaadin 7 solution for #3139
* Fix invalid user visible value in ComboBox (#8115)Matti Tahvonen2017-09-061-2/+23
| | | Closes #7902
* Resize should work within Grid details row (#9799)Ansku2017-08-171-0/+135
| | | Fixes #7341
* Fix occasional empty rows in Table and TreeTable (#9551)mlindfors2017-08-092-0/+87
| | | | | | | | There's an intermittently happening issue with both Table and TreeTable, which results in row data disappearing. This change removes a method which is probably a vestigial one from over five years ago and other changes are handling the things the method used to perform. Currently the method removes rows deemed unnecessary from the row buffer. The problem is, those rows are visible to the user and removing causes row contents to be lost. Also included are manually runnable test cases which demonstrate that this removal actually prevents the issue from happening. Fixes #7964 Fixes #5030
* Added loop and preload attributes for media elements, fixed null poster (#9161)Krassimir Valev2017-08-081-9/+18
| | | | | Fixes #7261 Fixes #5178 Fixes #4409
* Do full connector tracker cleanup when the session lock is released (#9707) ↵Artur2017-08-012-4/+78
| | | | | | | | | | | | | (#9730) As there is no "request end" call after invoking UI.access() from a background thread, the connector map was not earlier properly cleaned afterwards. If you toggled visibility of a component from the background thread, the tracker state became inconsistent. If this becomes a performance problem, it could probably be optimized to that cleanup is done in request end and only at the end of access if not inside a request. Backported from master Fixes #9693
* Clean connector tracker after each access block to stop memory leaks (#9331)Artur2017-05-172-2/+132
| | | | | Immediately clean connectors which the client side does not know about Fixes #9303
* Fix issues in Grid with undefined height (#9118)Teemu Suo-Anttila2017-04-201-0/+40
|
* Fix removing rows over the cached range in Grid Johannes Tuikkala2017-04-201-0/+92
| | | Fixes #8840 for 7.7
* Fix client-side memory leak caused by Grid events (#9062)Aleksi Hietanen2017-04-191-0/+49
| | | | | | Refactors AbstractGridKeyEvent, AbstractGridMouseEvent and their descendants to follow the pattern used in other GWT DomEvents. Fixes #7633
* Fix Flash expanding with percentage sizing (#8552)Olli Tietäväinen2017-03-211-0/+57
| | | | | Allows Flash embed to expand if percentage dimensions given Fixes #4035
* Fix Panel.setScrollTop() for large values (#8563)Olli Tietäväinen2017-03-091-0/+56
| | | Fixes #1149
* Fix client-side error when Upload in TabSheet and Push (#8779)Ilia Motornyi2017-03-091-0/+54
| | | | | | | | * Fix client-side error when Upload in TabSheet and Push Fixes #8728 * Merge 7.7 into 7.7-upload-in-tab-exception-fix
* Always calculate Escalator max row count the same way (#8740)Artur2017-03-071-0/+92
| | | | | | | | | | | | | | * Rename getMaxEscalatorRowCapacity to describe what it does * Always calculate Escalator max row count the same way This changes Escalator to not take a horizontal scrollbar into account when trying to determine "maximum visible rows". This will add another row, compared to previous versions, when there is a horizontal scrollbar. In reality, it would likely make sense to always add 10 more rows to have some buffer above and below the visible area. Fixes #8661
* Fix toggling of WeekNumbers for PopupDateField. (#8405) (#8469)caalador2017-02-081-0/+59
| | | | Refresh calendar body for show week numbers state change.
* Fix problem with re-opening the popup (#8446) (#8454)caalador2017-02-071-0/+29
| | | | | Fixed problem that disables opening of popup after closing it by clicking the datefield-button.
* Fix caption updating in CustomLayout (#8415)Artur2017-02-021-0/+40
| | | Fixes #8413
* Call "destroy" instead of "destory" in JavaScriptRenders (#8263)Artur2017-02-014-3/+75
| | | | | | | | | | | | | | | | | | * Call "destroy" instead of "destory" in JavaScriptRenders For backwards compatibility, calls "destory" if no "destroy" exists Fixes #8162 * Merge branch '7.7' into _js-renderer-destory * Merge branch '7.7' into _js-renderer-destory * Merge branch '7.7' into _js-renderer-destory * Merge branch '7.7' into _js-renderer-destory * Merge branch '7.7' into _js-renderer-destory
* Add method for refreshing all Grid rows (#8406)Artur2017-02-011-1/+8
| | | | | | * Add method for refreshing all Grid rows Fixes #8350
* Make it possible to disallow user selection in Grid (#8144)Artur2017-01-301-6/+24
| | | Fixes #7880
* Fix absolute layout component sizing on size change in Vaadin7 (#8304)caalador2017-01-231-0/+87
| | | | | | | | Changing from relative to defined size leaves the component positioned wrong, also changing from defined size to relative size leaves the component in the wrong position with the wrong size. Change makes the wrapper rerun setChildWidgetPosition() that adds/removes necessary css definitions to/from the cssPosition String.
* Properly end HTML5 drag operations when no drop is performed (#8242)Artur2017-01-191-0/+80
| | | | | | | | * Properly end HTML5 drag operations when no drop is performed No auto test because of https://github.com/SeleniumHQ/selenium/issues/1365 Fixes #4060
* Remove tracking of unregistered connectors (#8153)Aleksi Hietanen2017-01-114-197/+1
| | | | | | | | | | | | * Remove tracking of unregistered connectors * Merge branch '7.7' into 8111-remove-unregistered-connector-tracking * Merge branch '7.7' into 8111-remove-unregistered-connector-tracking * Add tests that verify markAsDirty is called on old parent * Merge branch '7.7' into 8111-remove-unregistered-connector-tracking
* Fix exception when Grid is inside a PopupView (#8157)Artur2017-01-101-0/+45
| | | Fixes #7695
* reopen Grid details on attach, fixes #8015 (#8074)Olli Tietäväinen2017-01-091-0/+49
| | | Fixes #8015
* Render font icon correctly on the 'more' menu item (#8126)Artur2017-01-052-0/+64
| | | | | | * Render font icon correctly on the 'more' menu item Fixes #8125
* Call error handler for exceptions in UI.init() (#8055)Artur2017-01-021-0/+10
| | | Fixes #4995
* Fix removal of hidden Grid columns (#8071)Artur2016-12-231-0/+60
| | | Fixes #8018
* 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-282-0/+64
| | | | Change-Id: I0ae9144817db3bb730c80748d5e9190484b323e7
* Mark TextField/TextArea as busy when a text change event is pending (#20469)Artur Signell2016-11-211-0/+6
| | | Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50
* Add lazy/simple resize mode to Grid (#20108)Patrik Lindström2016-11-171-0/+8
| | | | Change-Id: I47427efc28c350382dba8c1f50fd332a3f4585e4
* Fix NPE in case some items don't contain all properties of Grid.adam2016-11-141-0/+129
| | | | | | | This could occur in when parent is a different entity than its children in hierarchical data. Change-Id: Icd53b5b5e5544a3680d0cd99702ab78224b2dc08
* Prevent adding several scrollbar handlers (#19189).Denis Anisimov2016-11-141-0/+60
| | | | Change-Id: Ib0cc6c6835aab6d263f153362a328bcf2be7bc5c
* Show a sensible message for missing extensions (#10799)Artur Signell2016-11-031-0/+45
| | | | | | | Also remove ComponentMissingFromDefaultWidgetsetTest since it's identical to UnknownComponentConnectorTest Change-Id: I4b4b8f40c8376f4ea26b73d41191a3e7e811df01
* Date/time issues are fixed in the tests.Denis Anisimov2016-11-021-0/+5
| | | | | | | | | | | - legacy DateField declarative format tests are fixed (day light saving time is taken into account). - CalendarMonthViewDndEvent UI because you are not supposed to work on Sundays (when the test is broken). Backported from master branch (Vaadin 8). Change-Id: I5e62c09da579e9f6eb2a58a87253618d3f30b2e9
* Allow defining a focus delegate component for CustomField (#20336)Artur Signell2016-10-261-0/+2
| | | | Change-Id: I1160e7a384b1816204eb7f4b0f52f83ed9e230c0
* Allow a resize listener to fire a resize listener (#20338)Artur Signell2016-10-251-0/+29
| | | | Change-Id: I6b045c3a693e88b3cba182ae9ea68cfa98c914b0