| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
|
|
| |
* Test case for removing Grid with components
* This reverts commit b2745dc14f17b510df7321ab3f6285ed317da3b3.
Add test case to address the issue with removing gird with components;
Current situation: the grid cannot be removed and client-side throw an error.
fixes: Revert the corresponding change, as it didn't address any issue which was fixed.
|
|
|
|
|
|
|
|
|
|
| |
- When a TabSheet is scrolled to an end and then resized bigger, more
tabs should appear to the left.
- When a TabSheet is right-aligned in Valo and scrolled to the end, last
tab shouldn't be partially hidden behind the scroller buttons.
- Shouldn't allow attempts to scroll into directions where there is
nothing left to scroll to, even if the current tab isn't fully visible.
Fixes #807
|
| |
|
| |
|
|
|
|
| |
* Testsing: Update selenium version
|
|
|
|
|
|
|
|
| |
- Multiple headers shouldn't stack behind each other.
- Body rows shouldn't get stuck to default row height.
- Compatibility version's hidable row selector shouldn't try to
calculate row heights based on rows that haven't been added to DOM yet.
Fixes #7674
|
|
|
| |
* Use project.version for vaadin plugin
|
|
|
|
|
| |
* Suppress unavoidable UIDetachedException
Fixes #11144
|
| |
|
|
|
| |
Link to `3.0` branch of `vaadin/spring` which is the latest version for Vaadin 8 and latest version branch to contain this mentioned file with this path/name.
|
|
|
|
|
|
| |
* Updated JavaDoc of getColumn(..) method
Fixes https://github.com/vaadin/framework/issues/9920
|
|
|
|
|
|
| |
- More lightweight, and fixes things for any custom implementations of
Escalator as well.
Fixes #11044
|
|
|
| |
Javadoc correction of typos in getAcceptMimeTypes() and setAcceptMimeTypes(String acceptMimeTypes)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* Update release note for framework 8.6.0.beta1
|
| |
|
|
|
| |
* Changed the way resources, themes, and widgetsets are registered to the HttpService by only using the VaadinResourceTrackerComponent
|
|
|
|
|
|
|
|
| |
* update uitest screenshot reference
* one more screenshot
* screenshot for table drop indicator
|
|
|
|
| |
Fixes #11087
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* discardStaleCacheEntries is moved to a proper place before updating indexToRowMap and keyToIndexMap maps. In its previous place, it cleared the data that was just put in the maps.
Fixes #11143
* Adding test
* Removing extra annotations
* Updating chrome version to 69 in tests (#11182)
* Updating Chrome version to 69
* Updating screenshots taken in Chrome 69
* Fixing screenshots
* Fixing screenshots
* Adding some wait commands to tests
* Fixing screenshots
* Revert: Fixing screenshots
* More screenshots
* - Adding wait commands to make sure the transitions end before screenshot
- Fixing a screenshot
* Correcting a mistake of using wait instead of sleep
* Fixing more screenshots
* Increasing the height of ContextMenu (Because of limitation of new Chrome 69 in terms of minimum window height, ContextMenu size can't be tested with a small height.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Updating Chrome version to 69
* Updating screenshots taken in Chrome 69
* Fixing screenshots
* Fixing screenshots
* Adding some wait commands to tests
* Fixing screenshots
* Revert: Fixing screenshots
* More screenshots
* - Adding wait commands to make sure the transitions end before screenshot
- Fixing a screenshot
* Correcting a mistake of using wait instead of sleep
* Fixing more screenshots
* Increasing the height of ContextMenu (Because of limitation of new Chrome 69 in terms of minimum window height, ContextMenu size can't be tested with a small height.)
|
| |
|
|
|
|
| |
Fix handler creation to happen on init
|
|
|
|
|
| |
Ensure that HeaderRow is not null in Grid
Fixes #10485
|
| |
|
|
|
|
|
|
| |
DataProvider (#11167)
Remove objects from DataCommunicator.ActiveDataHandler that are no longer available in used DataProvider.
|
|
|
| |
Fixes #11099
|
| |
|
| |
|
|
|
|
| |
trivial one, fix tests
|
| |
|
|
|
|
|
|
|
|
|
| |
This allow applications to inject custom default instances when the
current instances cannot be found by regular means.
For example, when VaadinServlet.getCurrent() would return null, a
fallback resolver could be invoked to properly create the servlet and
return it.
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Fixes #9787
|
| |
|
|
|
| |
Fixes #11091
|
| |
|
| |
|
| |
|
|
|
| |
Fixes #11083
|
|
|
| |
Fixes #10688
|
|
|
| |
Fixes #10925
|
| |
|