| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Some snippets codes do not render properly.
|
|
|
|
|
|
|
|
| |
* Update README-TESTS
Add formatting for easy-reading;
Add missing configuration for running IE11 locally.
|
|
|
|
|
|
|
|
| |
* Fixes #10814
* Add missing tests
Fixes #11374
|
|
|
|
| |
Update screenshots due to update of search-minus and search-plus icons values
|
|
|
|
|
|
|
|
|
|
| |
* Move onClick logic to the Connector
Move onClick event handling from 'VNativeButton' to NativeButtonConnector. Now works as for regular button.
Also, adding propagation of the `enabled` value to the state on disableOnClick being true
Fixes https://github.com/vaadin/framework/issues/11188
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#11370)
Setting read-only state to CheckBoxGroup should disable adding clicking effect. Missing v-readonly style is added to every CheckBox in the component, if it's set to read-only.
Fixes: https://github.com/vaadin/framework/issues/11113
* Add file missed from initial commit
* Verifying that option is enabled
Some of the options might be disabled on there own. Verify that option is not disabled, before removing disabled styles.
* Add missing test file
|
|
|
|
| |
* Complete the empty since tag
|
|
|
| |
The instructions for applying the license in Designer are wrong and outdated. Remove them.
|
| |
|
|
|
|
|
|
|
|
|
| |
* Request data update before client response
* fix the accidental commit
* add tests
fixes #11320
|
|
|
|
|
|
|
|
|
| |
* Add missing FocusShortcutListener
Was removed from 8.0 and not readded.
Fixes #8297
* Update Release note for this change
|
|
|
|
|
| |
7.1. (#11156)
* This the range might be necessary to increase when Liferay 7.2 or
newer has been released.
|
|
|
|
|
|
|
| |
In certain cases setting the frozen columns didn't produce the expected result in the client side widget state. This happened if the frozen columns value was set to be the same it was before removeAllColumns was called.
This fix removes the frozen column value from the diff state so that the value gets properly set in the client side.
Closes #10653
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#11321)
* Add more context information to criteriaScript in GridDropTargetConnector
When using drag and drop in Grids and TreeGrids a criteriaScript can be specified.
However, this criteriaScript only gets an event as input parameter.
It would be helpful if the criteriaScript would get more information:
- the DropLocation
- the targetElement which is used as a base for the DropLocation
This change provides a protected method in DropTargetExtensionConnector
which decides, if the drop is allowed by the criteriaScript.
This method is overriden in GridDropTargetConnector to
provide the both parameters dropLocation and targetElement.
* add Test UI for criteriaScript with targetElement and dropLocation
* add some description for the Test UI
|
| |
|
|
|
|
|
|
|
|
| |
* Improvements to updating spacer indexes.
- When details rows are moved down, indexes need to be updated from
bottom up.
Fixes #11352
|
|
|
|
|
|
| |
- When rows are added, details row heights need to be taken into account
in positioning.
Fixes #11348
|
|
|
|
|
|
|
|
| |
* Descriptive comment for TwinColSelect - no lazy load #11025
It documents the issue #11025
https://github.com/vaadin/framework/issues/11025#issuecomment-443506307
|
|
|
|
|
|
|
|
|
|
| |
* Fixing dynamic resource registration after activation
* Fixed formatting
* Fixed formatting
* Merge branch 'master' into osgi-dynamic-fix
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Fix colorPicker tests
In IE11, the click-layer needs longer time to load.
|
|
|
|
|
|
|
|
| |
* Revert "Update ComboBox internal state on new item added (#11094)"
This reverts commit 56ce91c6160a252ddcd952bca6eb7037120ebf59.
* Add tests to verify the issue
|
|
|
|
|
|
| |
* Fix to use correct spacer index and existing helper method.
Fixes #11325
|
|
|
|
|
|
|
|
|
| |
* Fix for setting default row height for a Grid with details row(s) open.
- Details row(s) should be taken into account when the rows are
re-positioned after getting new heights.
Fixes #11325
|
| |
|
|
|
|
| |
* Add javadoc for validate() call in Binder
|
|
|
|
|
|
|
| |
This refactoring addresses two issues cased by dropping updatedData before it was processed. Issues arise , when visibility has change.
Fixes #11274 and similar issue within RadioButton
There is no reliable way to test automatically NativeSelects in Grid, but adding UI test, at least
|
| |
|
|
|
|
|
|
|
|
| |
Fixes #11276
Refactor the code and correct the logic for validation
Rename an internal variable, as it contains more than one type of messages
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Fix upload issue
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* Make value changes in color picker user originated
This is not a programmatically initiated event, so it should have the
'userOriginated' property set to 'true'.
- Added test to verify that indeed event is user originated after the change
|
|
|
|
|
|
| |
* Corrected method name TreeDataProvider#getTreeData
The method name was incorrect in the documentation - was showing `getData()` but should be `getTreeData()`.
|
|
|
|
|
|
|
|
|
| |
* Add Test for closing window with focused textfield
verify issue #10642
* Refactor the code about using keyMapper
|
| |
|
|
|
|
|
|
| |
* Update jetty version to non-security alert
* Remove out-dated comments.
|