| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Attempt to stabilize the screenshot comparison by ensuring that the
editor is fully opened.
|
|
|
|
|
| |
Adds the fix from #12386 to the drag source as well.
Fixes #12377
|
|
|
|
|
| |
(#12385)
Fixes #12377
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Issue #11246, slightly modified cherry-pick from #11247
|
|
|
|
|
|
| |
* Code format
* Merge branch 'master' into code-format
|
|
|
|
|
| |
Make improve of caching for hierarchical data optional
Fixes #11477
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
This patch adds the ability and configuration
for running tests against cluster running Chrome
browsers in XVFB environment.
It also contains multiple fixes for combining
newer Selenium and Chrome as well as fixes
tests that depend on timezones.
|
| |
|
| |
|
|
|
|
| |
* Allow configuring content modes for Grid cell tooltips
|
| |
|
|
|
|
|
|
|
|
| |
* Use .toLowerCase and .toUpperCase(Locale.ROOT)
* Spaces
* add spaces after if(
|
| |
|
| |
|
|
|
|
| |
Also removes dependency on junit.framework.TestCase .
|
|
|
| |
And some trivial test enhancements
|
| |
|
| |
|
| |
|
|
|
| |
Fixes #7341
|
|
|
|
|
| |
* Use correct TreeElement and server-side classname
* Re-enable test, remove unnecessary imports
|
|
|
|
|
|
|
| |
This patch introduces a Tree component, implemented as a Composite
using TreeGrid. As initial version of the component, some functionality
of the old Tree component has been left out for now.
Partly addresses #8617
|
|
|
| |
Fixes #8945
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
* Migrate Escalator tests for 8
Tests require reindeer / base for escalator to render correctly.
|
|
|
|
|
| |
Synchronises parts of compatibility package code to match 7.7
Picks suitable patches for 8 code as well
|
| |
|
|
|
|
|
|
| |
* Fix exception when no columns are shown or all columns are frozen
Fixes #8329
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
| |
Fixes #8422
|
|
|
|
|
|
| |
* Grid tests migration. Next round.
Fixes #8373
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix TestBench API imports, move functionality from custom elements
* Fixes to TestBench APIs and JavaDocs
* Merge remote-tracking branch 'origin/master' into 578_tbapi_cleanup
* Fix method name in CheckBoxGroupTest
* Remove unused custom element classes
* Implement getOptions using getOptionElements
* Replace setValue with setSelection in CheckBoxGroupElement
* Rename CheckBoxGroupElement getSelection to getValue
* Fix one last method
|
|
|
| |
Fixes vaadin/framework8-issues#592
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Grid UI tests migration P2.
Fixes vaadin/framework8-issues#588
* Grid UI tests migration P3.
Fixes vaadin/framework8-issues#589
* Merge branch 'master' into 589-grid-tests-migration
Conflicts:
uitest/src/main/java/com/vaadin/tests/components/grid/GridCellFocusOnResetSize.java
uitest/src/main/java/com/vaadin/tests/components/grid/GridClientDataChangeHandler.java
* Update screenshot submodule reference.
|
|
|
| |
Fixes vaadin/framework8-issues#588
|
|
|
|
|
|
| |
* Migrate Grid tests P1.
Fixes vaadin/framework8-issues#586
|
|
|
| |
Fixes vaadin/framework8-issues#585
|
|
|
|
|
| |
Fixes vaadin/framework8-issues#584
|
| |
|
| |
|
| |
|