summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
* Change Upload to be in immediate mode by default (#111)Pekka Hyvönen2016-12-125-7/+12
| | | Fixes vaadin/framework8-issues#547
* Revert changes to ComboBoxSelectingWithNewItemsAllowedTestAleksi Hietanen2016-12-091-10/+2
| | | | Change-Id: I7fa2b3fd79b8fddbfbd7dcfec6d4263b233789c4
* Fix UnknownComponentConnector and ComponentMissingFromDefaultWidgetSet testsAleksi Hietanen2016-12-092-1/+49
| | | | Change-Id: I050c9e07a80c73ff9cf301427e2f32e2d90ce3bb
* Add missing import in FlashIsVisibleTestAleksi Hietanen2016-12-091-0/+1
| | | | Change-Id: I9587edcf6f3832d474b499638a5fb2abd5dc0356
* Make clicking outside a ComboBox add a pending new item (#18366)Aleksi Hietanen2016-12-091-2/+10
| | | | | | | | | It should not matter how you move from a field to the next. Tabbing to the next field already previously caused the new item handler to be invoked. This fixes the case when you click in the next field to work the same way. Change-Id: I3978d87cde8f05dce92edda2a4a116f4a15e0749
* Fix some modern browsers tests failures.Aleksi Hietanen2016-12-092-2/+6
| | | | Change-Id: I2a89d3493e2f98ab1b9a0666d9dc075a2457e432
* Show a sensible message for missing extensions (#10799)Artur Signell2016-12-093-0/+142
| | | | | | | Also remove ComponentMissingFromDefaultWidgetsetTest since it's identical to UnknownComponentConnectorTest Change-Id: I4b4b8f40c8376f4ea26b73d41191a3e7e811df01
* Ensure #cell[N] always scrolls row N into view (#20423)Artur Signell2016-12-091-0/+6
| | | | Change-Id: I99347ee1d0f2f13fcb8e110d2e7192590e4f9456
* Publish Escalator.getBodyRowCount to JS (#20344)Artur Signell2016-12-091-0/+14
| | | | | | This is needed to be able to get the information from e.g. TestBench Change-Id: I95ec6064f602e6a8b24e35cc59d467e9c8b31c1e
* Allow a resize listener to fire a resize listener (#20338)Artur Signell2016-12-092-0/+45
| | | | Change-Id: I6b045c3a693e88b3cba182ae9ea68cfa98c914b0
* Make modal window block shortcuts for underlying components (#20366)Artur Signell2016-12-091-0/+17
| | | | Change-Id: Ibb3b52b652d77a1bfa786417b1c92fd0a578035f
* Make Grid isWorkPending wait for scroll events to complete (#20417)Artur Signell2016-12-091-0/+14
| | | Change-Id: I3cfdac539111ff2e88c7ff81e6d6b9a579160423
* Update client side selection state when changing selection model (#20370)Artur Signell2016-12-091-1/+0
| | | | Change-Id: I7fe8c160405a69140cac511c744d89a62c401cca
* Add Grid.refreshRows to allow refreshing individual rows (#16765)Artur Signell2016-12-092-0/+185
| | | | Change-Id: I554d7b6ca60840bab3a032daa4847e7271086e27
* Workaround for deadlock issue (#18436)Artur Signell2016-12-091-0/+120
| | | | Change-Id: I4e32550e3d3095c2c914bb93d260819414d2e6e6
* Fixes VTree so that you can click sub elements when setHtmlContentAllowed is ↵Sebastian Nyholm2016-12-092-5/+20
| | | | | | true. (#20097) Change-Id: Ic453aaf16ea1d44792db868e04faaba069aab3b7
* Add a generic selection listener to Grid & SelectionModels (#105)Pekka Hyvönen2016-12-093-6/+6
| | | | | | | | * Add a generic selection listener to Grid & SelectionModels Fixes some inconsistent event naming and invalid javadocs. Fixes vaadin/framework8-issues#541
* Deprecate Button#setHtmlContentAllowed (#104)Aleksi Hietanen2016-12-083-9/+7
| | | Fixes vaadin/framework8-issues#525
* Introduce dedicated shared states for every core vaadin component/ext. (#98)Denis2016-12-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Introduce dedicated shared states for every core vaadin component/ext. Updated components are: - PasswordField - CustomField - AbstractListing - AbstractMultiSelect - ColorPicker - ColorPickerArea - DataCommunicator - Responsive - AbstractListingExtension - DetailsManager - AbstractRenderer - ClickableRenderer - ButtonRenderer - CheckBoxRenderer - DateRenderer - HtmlRenderer - ImageRenderer - NumberRenderer - ProgressBarRenderer - TextRenderer Fixes vaadin/framework8-issues#480.
* Implement "afterViewChange()" as no-op by default. (#99)Denis2016-12-072-8/+1
| | | | | | | | | * Implement "afterViewChange()" as no-op by default. ViewChangeListener is functional interface now and has empty implementation for "afterViewChange()" Fixes vaadin/framework8-issues#502
* Don't use V8 FieldEvents classes in v7 compatibility module. (#93)Denis2016-12-071-7/+13
| | | | | | * Don't use V8 FieldEvents classes in v7 compatibility module. Fixes vaadin/framework8-issues#363
* Add read-only support for single and multi select views for Grid. (#84)Denis2016-12-062-3/+185
| | | | | | * Add read-only support for single and multi select views for Grid. Fixes vaadin/framework8-issues#516
* Add a SelectionMode shorthand for Grid. (#83)Pekka Hyvönen2016-12-055-25/+18
| | | | | | | | | | | * Add a SelectionMode shorthand for Grid. Hides setSelectionModel(...) by making it protected. Refactores the usage of constructor / extend method for Abstract-, Single- and MultiSelectionModelImpl. Fixes vaadin/framework8-issues#519 Change-Id: I48c30886450506639be9ee6e21c45b0c06755c88
* Introduce VaadinServiceInitListener (#18628) (#79)Leif Åstrand2016-12-024-0/+124
|
* Fix focus and blur tests for CheckBoxGroup, NativeSelect and RatioButtonGroupAleksi Hietanen2016-12-013-11/+14
| | | | Change-Id: I8454ef0895708eaee0bb2771b28c0a0db2fc76a4
* Allow to set caption for the empty selection in a ComboBox.Denis Anisimov2016-12-012-0/+132
| | | | | | | Fixes vaadin/framework8-issues#163 Change-Id: Ib68ad5421934c8375a91d7948d860381a5adb9bb
* Add test for NativeSelect caption generators8.0.0.alpha8Teemu Suo-Anttila2016-12-013-0/+129
| | | | Change-Id: Id074c55b1c29dfb1cc499d918422bcf1c7bce0ba
* NoSelectionModel for GridPekka Hyvönen2016-11-303-6/+145
| | | | | | Fixes vaadin/framework8-issues#518 Change-Id: Ice6bdef03c3b62dd2c74376f98cfb8004dfa0bbf
* Enable select all checkbox for MultiSelection Grid.Pekka Hyvönen2016-11-308-159/+312
| | | | | | | It is by default shown only if used data provider is in-memory. Can be configured to be explicitly shown or hidden. Change-Id: I50569d915604c3722a22e14b7628663d5680ed83
* Provide access to window order position in windows stack (#14325).Denis Anisimov2016-11-292-0/+357
| | | Change-Id: I259c659987b5b15b354e16d0be1523f4ede809f0
* Grid merging footer cellselmot2016-11-292-4/+78
| | | | Change-Id: I24895c7ae602ffc9a7812dcc441e99ac670356e2
* Correct all tests that introspect classpath for Vaadin classes.Denis Anisimov2016-11-291-15/+0
| | | | | | | | Fixes vaadin/framework8-issues#399 RemoveListenersDeprecatedTest test is fixed. Corrections are made to make the test above passes. Change-Id: I209a4693d241a1488b69b4742f48549dbf4bf0ac
* Make it possible to reset single select valuesLeif Åstrand2016-11-292-0/+111
| | | Change-Id: I60c5d9f183d1955fbbd3341e3ac9f93aae755f80
* Add MultiSelect support for GridPekka Hyvönen2016-11-2925-513/+469
| | | | | | | | | | | Still missing following things coming in next patches: - select all checkbox - firing an event when data provider is changed in grid - read only selection models for grid Part 1 for vaadin/framework8-issues#232 Change-Id: Ib2c7c81a838f43cb7c521a56d50139c91961f54a
* Provide in-memory sorting information in QueryTeemu Suo-Anttila2016-11-291-2/+3
| | | | Change-Id: Iebafff6079816c08e5a4d144f6891d1379751f12
* Type Listing for DataProvider to allow custom filter typesTeemu Suo-Anttila2016-11-2820-73/+98
| | | | | | | | | | Listing has been moved from AbstractListing to each individual Component. ComboBox is now typed to String filter. Fixes issues with declarative read of items. Change-Id: I6918f9f8c426dcbd81546150c2cf9ed49a02bf50
* Add state classes for Abstract(Single)ComponentContainerHenri Sara2016-11-281-2/+2
| | | | Change-Id: I6939fbc6f7aed0897f50b19f85fb62d0b8368cc7
* Provide tests for "required indicator" property for options groups.Denis Anisimov2016-11-256-0/+307
| | | | | | | | | Fixes vaadin/framework8-issues#459 This is not a fix because the issue is about AL only and it's by design. But this patch provides tests for CheckBoxGroup and RadioButtonGroup. Change-Id: I8d43ab435327478c7199b8b0a7739d6d1064c822
* Reintroduce Grid Editor using BinderTeemu Suo-Anttila2016-11-255-27/+866
| | | | | | This patch restores the bean type to BinderValidationStatusHandler Change-Id: I9ace77a492c4823c15591fb1426e9bd216895fb0
* Upgrade to TestBench 5 alpha1 and JUnit 4.12Artur Signell2016-11-253-5/+6
| | | | Change-Id: Ib3f88b6aca37ebb1962b4692df0c4ba11fe92bc2
* Data should be updated when it's set for disabled components.Denis Anisimov2016-11-258-9/+224
| | | | | | Fixes vaadin/framework8-issues#286 Change-Id: I0d6cf49addfd558d43671ad2953dee54529392cd
* Grid merging header cellselmot2016-11-242-13/+92
| | | | Change-Id: Ia52bbef412fc8701f6b862960dfed9c08c17ff7a
* Provide declarative support for listing components.Denis Anisimov2016-11-241-19/+21
| | | | | | | Fixes vaadin/framework8-issues#388 Change-Id: I4f8045bba51d308f4343a1f6d01b3f1ddca63e69
* Add DataProvider.convertFilter, fix ListDataProvider filteringTeemu Suo-Anttila2016-11-211-8/+10
| | | | Change-Id: Ic90ae83acf5d77aa9b0f485dff4e55bba5296fa7
* Add Filter parameter to DataProviderTeemu Suo-Anttila2016-11-215-10/+11
| | | | Change-Id: Ic65b8decb3ac8d4dde9bca6cfb40a2a70f461e91
* Add HTML/Component support to Grid FootersTeemu Suo-Anttila2016-11-182-7/+77
| | | | Change-Id: Iaffe3214163f66c0617a5bea4b79f4ae39d0bc08
* Renaming DataSource -> DataProvider to avoid collisions with ↵elmot2016-11-1134-129/+129
| | | | | | javax.sql.DataSource Change-Id: I6babcadc72f3f37feff98088eee23b153a080f11
* Remove HasValue from GridPekka Hyvönen2016-11-106-25/+16
| | | | | | | | | | | | | | | | | | | Extracts grid single selection into separate class, which is an extension like in V7. Using an extension makes it possible to easily add multiselect and no-select modes back, and support custom selection models. Adds Grid:asSingleSelect() SingleSelect so that grid can be used as a Select in a binder. Removes all remaining references to SelectionModels in Listings. Renames SingleSelectionChangeEvent to SingleSelectionEvent, because then it is unified with selection listener and MultiSelectionEvent. Fixes vaadin/framework8-issues#424 Fixes vaadin/framework8-issues#425 Change-Id: Ie22bef29cfd4336c3f65d4e63531c578b8dd76a3
* Scrolling down submenus via scrollbar (MenuBar.isAutoOpen()) (#10456)Anna Miroshnik2016-11-042-0/+122
| | | | | | | full name of defect: Can't scroll down submenus using the scrollbar when MenuBar.isAutoOpen() == true Tests. Change-Id: I2cbe797c96dc6a780df147e165babb23f7fbdef3
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-0410-99/+67
| | | | | | Fixes vaadin/framework8-issues#423 Change-Id: Ifd252b8feed323708a7ae73af2b836832570d192