aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server/src/test
Commit message (Collapse)AuthorAgeFilesLines
* fix: Update regexp pattern of legacy EmailValidator (#12241)Tatu Lund2021-03-121-0/+5
| | | Fixes: https://github.com/vaadin/framework/issues/12240
* Code cleanup and serialization test in compatibility package (#10977)Ilia Motornyi2018-06-211-0/+5
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-2895-1430/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-2788-88/+88
|
* Update to JSoup 1.11.2 (#10353)Leif Åstrand2017-11-232-2/+2
| | | | | Also update declarative writing to use true instead of "" for empty attributes because of changed defaults in JSoup. For v7, the tests are updated instead of touching the implementations.
* Remove unused imports (#10330)Ahmed Ashour2017-11-2111-12/+0
|
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-011-1/+0
|
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-311-2/+4
|
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-263-12/+12
|
* Fix typos (#10213)Ahmed Ashour2017-10-201-2/+2
| | | | | | * Fix typos * Fix
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-201-1/+2
| | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if(
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-122-5/+5
|
* Fix typos (#10158)Ahmed Ashour2017-10-101-1/+0
|
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-102-11/+9
|
* Use StringBuilder instead of StringBuffer (#10154)Ahmed Ashour2017-10-092-10/+10
|
* Support null intermediate properties in NestedMethodProperty (#10134)Olli Tietäväinen2017-10-041-0/+6
| | | | | Ignore null intermediate properties in setValue(). Forward port of #10085 in 7.7 to the compatibility package.
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-03119-2020/+2122
| | | | Also removes dependency on junit.framework.TestCase .
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-292-8/+3
|
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-289-29/+33
|
* Fix typos (#10095)Ahmed Ashour2017-09-271-1/+1
|
* Implement error level on client side (#9817)Adam Wagner2017-09-271-1/+1
| | | | | | | Add additional class names and style to components and error indicators to distinguish different error levels. Vaadin 8 implementation of #9816. Cherry picked changes and added compatibility package component changes and tests. Resolves #3139
* Fix typos (#10071)Ahmed Ashour2017-09-252-2/+2
| | | And use varargs in a test.
* Construct array inline (#10068)Ahmed Ashour2017-09-2311-22/+22
| | | And some trivial test enhancements
* Fix javadoc references (#10067)Ahmed Ashour2017-09-231-1/+1
| | | And remove unused imports.
* Remove unused methods. (#10058)Ahmed Ashour2017-09-221-5/+0
|
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-213-7/+7
| | | Also includes some other minor cleanup.
* Use simple class namesAhmed Ashour2017-09-201-1/+3
|
* Replace iterators with enhanced for loops (#10018)Ahmed Ashour2017-09-191-3/+3
| | | This change also includes some other minor cleanup.
* Fix varargs warningsAhmed Ashour2017-09-131-5/+4
|
* Make JavaScriptExtension serializable (#9721)Artur2017-07-261-0/+62
| | | Fixes #9705
* Update since tags for TB elements (#9329)8.1.0.alpha8Henri Sara2017-05-161-1/+0
|
* Include components in joined cells when finding child components (#8772)Artur2017-03-081-106/+0
| | | Fixes #8722
* Revert immediate tests, deprecate HasUserSelectionAllowedTeemu Suo-Anttila2017-03-071-36/+0
|
* Picked all changes from 7.7Teemu Suo-Anttila2017-03-072-0/+3
| | | | | Synchronises parts of compatibility package code to match 7.7 Picks suitable patches for 8 code as well
* Synchronize code between V7 and compatibility packageTeemu Suo-Anttila2017-03-0713-12/+164
|
* Revert diamond operator changesTeemu Suo-Anttila2017-03-079-20/+23
|
* Remove unnecessary full classname referencesTeemu Suo-Anttila2017-03-077-24/+22
|
* Pick changes from 7.7.7 (#8577)Teemu Suo-Anttila2017-02-224-7/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix java packaging order (#106) Closes vaadin/archetypes#113 * Use proper UTF-8 encoding for Content-Disposition filenames (#19527) (#6607) * Enable changing the backing bean for BeanItem (#4302) (#77) When storing a bean to the database, you typically get a new and updated bean instance back. By allowing to change the bean instance, we make it possible to just update the single BeanItem instance which can be used in many places. * Make AtmospherePushConnection methods public (#7973) There is no sensible way to use a custom version of APC, so protected access does not help in any way to access the underlying resource and/or connected UI. * Use correct indexes in multiselect checkboxes after removing rows (#8072) Fixes #8011 * Fix removal of hidden Grid columns (#8071) Fixes #8018 * Call error handler for exceptions in UI.init() (#8055) Fixes #4995 * Render font icon correctly on the 'more' menu item (#8126) * Render font icon correctly on the 'more' menu item Fixes #8125 * Reopen Grid details on attach, fixes #8015 (#8074) Fixes #8015 * Fix broken Grid tests after picking changes from 7.7.7 Removed duplicate setDetailsVisible calls from onDetach * Correctly detach components in merged cells when a static row is removed (#8142) Fixes #8140
* Increase threshold in server side performance test for stability (#8370)Henri Sara2017-01-301-1/+1
|
* Overload AbstarctComponent.setDescription() with content mode parameter (#8252)Denis2017-01-201-1/+1
| | | | | | * Overload AbstarctComponent.setDescription() with content mode parameter Fixes #8185
* Refactor AbstractDateField. (#8146)Denis2017-01-101-1/+1
| | | First round for #8132.
* Move old Sort related classes into compatibility module. (#7999)Denis2016-12-152-5/+5
| | | Fixes vaadin/framework8-issues#563
* Migrate 7.7.5 branch patches to v8. (#7969)Denis2016-12-151-0/+334
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Prevent adding several scrollbar handlers (#19189). Change-Id: Ib0cc6c6835aab6d263f153362a328bcf2be7bc5c * Prevent adding several scrollbar handlers (#19189). * Keep expand ratio for last row/column when reducing grid layout size (#20297) Change-Id: Iff53a803596f4fc1eae8e4bfa307b9c1f4df961a * Fixed drag and drop failure when message dragged from email client (#20451) When dragging message form email client on Windows, item.webkitGetAsEntry() might return null creating NPE on the client side. Added additional checks for this situation. Change-Id: I569f7e6d0d7b137f24be53d1fbce384695ae8c73 * Change expected pre-release version number pattern in publish report Change-Id: Icdacecc490d2490ea9e262f5c5736c1dece2a89d * Mark TextField/TextArea as busy when a text change event is pending (#20469) Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50 # Conflicts: # client/src/main/java/com/vaadin/client/ui/VTextField.java # uitest/src/main/java/com/vaadin/tests/components/textfield/TextChangeEvents.java * Fixed touch scrolling issue in Surface and WP devices (#18737) Fixed by using pointerevents instead of touchevents when the browser is IE11, or Edge. Also added touch-action: none; css rules into escalator.css to prevent default touch behaviour on IE11 and Edge. Does not affect IE8 to IE10 browsers, behaviour on those will stay the same as before the fix. No new unit tests since we do not have automatic touch testing possibilities yet. Please test manually with Surface: IE11 and Edge, use for example uitest: com.vaadin.tests.components.grid.basics.GridBasicsomponents.grid.basics.GridBasics Change-Id: Iddbf1852e6ffafc855f749d6f4ebb235ed0f5703 * Add lazy/simple resize mode to Grid (#20108) Change-Id: I47427efc28c350382dba8c1f50fd332a3f4585e4 # Conflicts: # client/src/main/java/com/vaadin/client/connectors/GridConnector.java # client/src/main/java/com/vaadin/client/widgets/Grid.java # server/src/main/java/com/vaadin/ui/Grid.java # shared/src/main/java/com/vaadin/shared/ui/grid/GridState.java # themes/src/main/themes/VAADIN/themes/base/grid/grid.scss # uitest/src/main/java/com/vaadin/tests/components/grid/basicfeatures/GridBasicFeatures.java Change-Id: Ieca56121875198ed559a41c143b28926e2695433 * Fix NPE in case some items don't contain all properties of Grid. This could occur in when parent is a different entity than its children in hierarchical data. Change-Id: Icd53b5b5e5544a3680d0cd99702ab78224b2dc08 # Conflicts: # server/src/main/java/com/vaadin/data/fieldgroup/FieldGroup.java # server/src/main/java/com/vaadin/ui/Grid.java * Mark TextField/TextArea as busy when a text change event is pending (#20469) Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50 # Conflicts: # client/src/main/java/com/vaadin/client/ui/VTextField.java # uitest/src/test/java/com/vaadin/tests/components/textfield/TextChangeEventsTest.java * Add lazy/simple resize mode to Grid (#20108) Change-Id: I47427efc28c350382dba8c1f50fd332a3f4585e4 * Removed V8 VTextField unused import, forgotten @RunLocally. * Don't rely on selenium "sendKeys" behavior. * Revert "Change expected pre-release version number pattern in publish report" This reverts commit 8df27b952dddb691aead6a633c5b3724c98bf343. * Migrate TextField/TextArea patch from 7.7 to master (modern components) Mark TextField/TextArea as busy when a text change event is pending (#20469) Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50
* Send selection change events when changing selection mode (#20391)Artur Signell2016-12-091-0/+34
| | | | Change-Id: Iaeb772981f3ac039bf0fe3cde595cfdb3691cddf
* Check for duplicate property ids when setting Grid columns or column order ↵Artur Signell2016-12-091-0/+18
| | | | | | (#20386) Change-Id: I76be83642f0e56e55b0c0e502ac6769de1ee8af0
* Never check the selectAll checkbox in an empty grid (#20301)Artur Signell2016-12-091-4/+23
| | | | Change-Id: Ia15edb5a10de9bff047044161ffe83dd09f51098
* Correct all tests that introspect classpath for Vaadin classes.Denis Anisimov2016-11-295-139/+57
| | | | | | | | Fixes vaadin/framework8-issues#399 RemoveListenersDeprecatedTest test is fixed. Corrections are made to make the test above passes. Change-Id: I209a4693d241a1488b69b4742f48549dbf4bf0ac
* Fix DeprecatedTest under Windowselmot2016-11-112-6/+7
| | | | Change-Id: I06d8e631448e419536dfbb9188a5934c6a7bad37
* Add method to auto scale calendar time range (#17715)Steven Spungin2016-11-041-3/+57
| | | | Change-Id: I193fe9e8a0ee03d66e4b63d5f85c0e9a9233c0de
* Date/time issues are fixed in the tests.Denis Anisimov2016-10-311-1/+2
| | | | | | | | | - 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). Change-Id: If7ddf238a7fab104514211df4a12fa6d071f5af2