| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
| |
Co-authored-by: Anna Koskinen <Ansku@users.noreply.github.com>
|
|
|
| |
Fixes #11893
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Change ContextMenu position from absolute to fixed
* Use getBoundingClientRect to get the coordinates of columnSelector in
VScrollTable when the context menu is being opened
* Update TableTooManyColumnsTest screenshot
* Upgrade Chrome version in VerifyBrowserVersionTest
* Update ValoThemeUITest-sliders screenshot
|
|
|
| |
This fixes a compilation error with Eclipse Oxygen.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Use APPLICATION_SCOPE for the session lock
To be able to do this, relevant methods in VaadinService are made protected so
that VaadinPortletService can override them.
The Vaadin session itself is also stored in APPLICATION_SCOPE. The default
scope is PORTLET_SCOPE, so lock would otherwise not be in sync with
the session.
|
| |
|
|
|
|
|
|
| |
* Cherry pick PR #11791 from Vaadin 8
See: https://github.com/vaadin/framework/pull/11791
|
| |
|
|
|
| |
Fixes https://github.com/vaadin/framework/issues/11409 for a V7 branch
|
| |
|
|
|
| |
Cherry pick of https://github.com/vaadin/framework/pull/11644
|
|
|
|
|
|
| |
* Fixes #11601. Add toggle for disabling touch detection on table multiselect.
* fix tests
|
|
|
| |
Fixes failed tests
|
|
|
|
| |
Fixes #11597
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Correct failing test and add sleep
* Update screenshots
|
|
|
| |
Fixes #11502
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fixes a Grid issue that breaks sorting.
When multi-select has been enabled and disabled a number of times, sorting on the first column in a Grid is broken.
Unregistering a click handler on the header solves the problem.
* Added a test checking that sorting of a grid column still works after having enabled and then disabled multi select mode.
The grid is configured with an extra header row containing a text box since it triggers an exception if the header click handler for the multi select column is not removed.
* Remove an unused import that was added by mistake
|
| |
|
|
|
| |
Fixes #11502
|
|
|
| |
#11502
|
|
|
| |
Fixes #11502
|
|
|
|
| |
IllegalStateException may occur if user has scrolled Grid so that Escalator has updated, and row under Editor is no longer there
Fixes https://github.com/vaadin/framework/issues/11463
|
| |
|
| |
|
|
|
| |
Clear contents of iframe clone that is in a Window so that when it's reattached to DOM we don't get 404
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Improve VMenuBar click handling logic
Backport to V7:
During `updateFromUIDL` inside MenuBarConnector we empty and re-instantiate the components of MenuBar. When we are modifying the Menubar from the BlurEventListener of another component, we ,by this, remove widgets, therefore clickEvent is not fired and the action of the MenuItem is not proceed as a result. (The BlurEvent is fired before the click event in the chain of events. )
To improve the situation, we catch onMouseDown event , which is fired before BlurEvent,by assigning mouseDown flag to true. Then if no click event has yet happened, we delay the execution of update inside `updateFromUIDL` by default 500 ms. Then if click event occurs, it proceeds normally. The time can be increased/decreased using setter.
There is no delay, if we are clicking on the MenuBar as usual or no Blur listener is set.
This change allows setting descriptions preserving the action from the MenuItem
(cherry picked from commit 22cc85c76f28a762685204911ad66f95bda2d296)
* Improve VMenuBar click handling logic
Add missing files from the first commit
Backported to V7:
(cherry picked from commit 22cc85c)
|
|
|
| |
7.7 reference screenshot directory
|
| |
|
| |
|
|
|
|
| |
resizing (#11342)
|
|
|
|
| |
listed here, it will give a red light for the staging report (#11336)
|
| |
|
|
|
| |
Update release notes by mentioning JRE9+ not being supported
|
|
|
|
|
|
|
|
|
|
|
|
| |
zero (#11247)
* Fix #11246
Take zero pageLength into account when calculating filtered ComboBox contents.
* Create ComboboxPageLengthZeroFilterTest.java
* add UI tests for fix
|
|
|
|
|
|
|
|
|
|
| |
* Update datamodel-properties.asciidoc
Fixes : https://github.com/vaadin/framework/issues/11095
* Update datamodel-properties.asciidoc
Remove duplicate ```setConverterFactory```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* provide possibility to add columns in a batched way
This is the basis to increase the performance for further changes.
* add the columns at once to the grid to increase performance
* combined performance fixes
* respect the column order
* Fixed formatting
|
|
|
|
| |
* IE9 screenshots
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* wrong screenshots and JRE version
* delay for submenu
|
| |
|
|
|
|
|
|
| |
* Remove old release notes configurations
* Remove FetchReleseNotes* files
|
|
|
|
| |
* potential fixes for the tests
|