| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix NPE sorting columns with null values
Sorting a column in Grid throws a NullPointerException if there are null values and we are using the default TextRenderer
* Test for #8610
* Update Grid.java
* Update GridNullValueSortTest.java
* Update GridNullValueSortTest.java
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Migrate v7 Grid tests. 7th round.
Fixes #8419
* Fix test failures
* Minor improvements
* Merge remote-tracking branch 'github/master' into 8436-grid-test-migration
* Merge remote-tracking branch 'github/master' into 8436-grid-test-migration
* Update screenshot reference
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Migrate v7 Grid tests. Next round.
Fixes #8419
* Migrate v7 Grid tests. Next round.
Fixes #8419
* Merge remote-tracking branch 'github/master' into 8419-grid-tests
* Remove RunLocally annotation from GridHeightTest
|
|
|
|
|
|
| |
* Load declarative classes using thread context class loader
Fixes #8528
|
|
|
|
| |
* Fix grid column sort order documentation
|
|
|
|
| |
* Mention VaadinServiceInitListener and JS state diff in release notes
|
|
|
|
| |
* Remove class names from documentation headers
|
|
|
|
|
|
|
|
|
| |
* Fix null caption for NativeSelect and ComboBox
Unified the null caption converting to empty string,
as it was with other selects supporting item caption generator.
Fixes #8630
|
| |
|
|
|
|
| |
(#8631)
|
|
|
|
|
|
| |
* Do not show an "active" effect on buttons with "borderless" style
A disabled button should not react to clicks in any way
|
| |
|
|
|
|
|
|
|
|
|
| |
* Updated migration related documentation
More detailed information on compatibility components.
Mention vaadin:upgrade8 target in migration guide.
Fixes #8581
|
| |
|
|
|
|
|
| |
The TestBench meta package depends on vaadin-testbench-api but
possibly a different version than what is defined in the bom
|
|
|
|
| |
* Updated release notes for 8.0
|
|
|
|
|
|
| |
* Fix creation of vaadin-all javadoc in release builds (#8588)
* Fix creation of vaadin-all javadoc in release builds
|
|
|
|
|
|
|
|
|
| |
* Add vaadin-archetypes as expected artifact in build report
* Add comment to build report about deployment contexts
Later, the demo URL list should be fixed to take this into account
automatically.
|
|
|
|
| |
Fix since tags for the server and shared modules and new types in client.
|
|
|
|
| |
* Add javadoc clarification for DataProivder.refreshItem
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Reduce ComboBox initial requests
Use initial fetched data on client side,
do not request data from server side for each time popup is opened.
Fixed initial filter being null for ComboBox on DataProvider,
causing unnecessary size & fetch for not-changed filter.
Fixed ComboBox sending default filter unnecessarily to server.
Fixed wrong page indexing in VComboBox -> ComboBoxConnector.
Fixes #8496
Fixes vaadin/framework8-issues#488
* Fix last item missing
When pageLength was 0 and nullSelectionAllowed,
the last item was not shown. Tried to sensify the API
for total suggestions versus total suggestions + null selection item.
* Fix ComboBox selected item updates
Handles changing of ItemCaptionGenerator or ItemIconGenerator,
need to update the selected item caption and icon separately.
Previously it worked because all data was sent all the time to client.
Doesn't fix the issue, when selected item is updated with refreshItem(),
and it is not on the active range that will be sent to client.
For that, ComboBox would need a separate notification about item update.
* Updated screenshots
|
|
|
|
| |
* Add deprecation messages replaced legacy components
|
|
|
|
|
|
|
|
| |
The use of the module in the test project was removed earlier, and
eliminating the module permits simpler and more reliable builds as
it was not deployed.
The classes that were in uitest-common are now in uitest.
|
|
|
|
| |
* Update Vaadin Icons to 3.0.1
|
| |
|
|
|
|
| |
Uses custom reference and error files in test project.
|
| |
|
|
|
|
|
| |
Now, only vaadin.testbench.version needs to be set for root and BOM
modules, and other modules do not need changes to upgrade TestBench.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
TestBench commands do not result in same focus behavior as in other
browsers. Focus works in manual tests.
|
|
|
|
| |
organized was already fixed so added This.
|
| |
|
| |
|
|
|
|
| |
Fixes #8524
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Jetty 9.3 and 9.4 sometimes reset the connection too early in case of
errors, which leads to failing tests (UIInitExceptionTest,
AppResource404Test).
See e.g. https://issues.apache.org/jira/browse/SOLR-8453 for more
information.
|
| |
|
| |
|
|
|
|
| |
Also fixed servlet API dependency scope that was causing conflicts.
|
| |
|
|
|
|
| |
Fixes #8522
|
| |
|
| |
|
| |
|