aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Error advanced-osgi formating (#11382)DiegoSanzVi2018-12-171-0/+5
| | | Some snippets codes do not render properly.
* Update README-TESTS (#11376)Sun Zhe2018-12-171-21/+25
| | | | | | | | * Update README-TESTS Add formatting for easy-reading; Add missing configuration for running IE11 locally.
* Prevent IndexOutOfBoundException in VMenuBar.CustomMenuItem (#11285)Jonni Madekivi2018-12-173-0/+51
| | | | | | | | * Fixes #10814 * Add missing tests Fixes #11374
* Update Screenshot due to Icon update (#11373)Sun Zhe2018-12-145-0/+0
| | | | Update screenshots due to update of search-minus and search-plus icons values
* Move onClick logic to the Connector (#11367)Anastasia Smirnova2018-12-145-24/+80
| | | | | | | | | | * 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
* Apply missing v-readonly style to CheckBoxGroup, when component is readOnly ↵Anastasia Smirnova2018-12-133-1/+90
| | | | | | | | | | | | | | | | (#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 (#11371)8.7.0.alpha1Sun Zhe2018-12-137-8/+8
| | | | * Complete the empty since tag
* Remove outdated Designer license instructions (#11366)Risto Yrjänä2018-12-121-2/+2
| | | The instructions for applying the license in Designer are wrong and outdated. Remove them.
* Update release-note for 8.7 pre-release (#11365)Sun Zhe2018-12-111-2/+3
|
* Request data update before client response (#11341)Sun Zhe2018-12-114-5/+107
| | | | | | | | | * Request data update before client response * fix the accidental commit * add tests fixes #11320
* Add missing FocusShortcutListener (#11289)Michael Forstner2018-12-106-16/+162
| | | | | | | | | * Add missing FocusShortcutListener Was removed from 8.0 and not readded. Fixes #8297 * Update Release note for this change
* Fix vaadin-server/bnd.bnd file so it is compatible with Liferay 7.0 and (#11360)Sampsa Sohlman2018-12-101-1/+1
| | | | | 7.1. (#11156) * This the range might be necessary to increase when Liferay 7.2 or newer has been released.
* Fix Grid's frozen columns not being set (#10653) (#11346)mlindfors2018-12-053-1/+98
| | | | | | | 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
* Add more context information to criteriaScript in GridDropTargetConnector ↵vt5122018-12-053-6/+125
| | | | | | | | | | | | | | | | | | | | | (#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
* Detailed the usage of the GridRowDragger class (#11355)edler-san2018-12-051-1/+2
|
* Improvements to updating spacer indexes. (#11353)Anna Koskinen2018-12-051-4/+13
| | | | | | | | * Improvements to updating spacer indexes. - When details rows are moved down, indexes need to be updated from bottom up. Fixes #11352
* Improvement to details row height handling. (#11351)Anna Koskinen2018-12-043-2/+159
| | | | | | - 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 (#11350)DiegoSanzVi2018-12-041-0/+5
| | | | | | | | * Descriptive comment for TwinColSelect - no lazy load #11025 It documents the issue #11025 https://github.com/vaadin/framework/issues/11025#issuecomment-443506307
* OSGi: Fixing dynamic resource registration after activation (#11334)S.W2018-12-041-13/+28
| | | | | | | | | | * Fixing dynamic resource registration after activation * Fixed formatting * Fixed formatting * Merge branch 'master' into osgi-dynamic-fix
* release notes additionsOlli Tietäväinen2018-12-041-0/+2
|
* added newlines to the end of filesOlli Tietäväinen2018-12-043-3/+3
|
* formatting changesOlli Tietäväinen2018-12-041-6/+4
|
* pick tests from https://github.com/vaadin/framework/pull/11092Olli Tietäväinen2018-12-042-0/+70
|
* removed unnecessary string concatenationOlli Tietäväinen2018-12-041-1/+1
|
* formatting changesOlli Tietäväinen2018-12-041-7/+6
|
* pick remaining changes from https://github.com/vaadin/framework/pull/10453Olli Tietäväinen2018-12-041-0/+5
|
* v7 Grid performance improvements picked to compatibility packageOlli Tietäväinen2018-12-042-175/+296
|
* picked fix to #10453 to compatibility packageOlli Tietäväinen2018-12-042-0/+120
|
* Update screenshot in IE11 and increase sleeping time for ColorPickerTestSun Zhe2018-11-282-1/+1
|
* Fix colorPicker tests (#11312)Sun Zhe2018-11-271-1/+1
| | | | | | | * Fix colorPicker tests In IE11, the click-layer needs longer time to load.
* Revert "Update ComboBox internal state on new item added (#11094)" (#11331)Sun Zhe2018-11-277-39/+63
| | | | | | | | * 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. (#11328)Anna Koskinen2018-11-231-5/+1
| | | | | | * 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. (#11326)Anna Koskinen2018-11-213-1/+101
| | | | | | | | | * 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
* Removes wrong suggestion from checkbox documentation (#11324)tmattsso2018-11-201-2/+1
|
* Add javadoc for validate() call in Binder (#11318)Sun Zhe2018-11-151-0/+6
| | | | * Add javadoc for validate() call in Binder
* Refactoring DataCommunicator code (#11304)Anastasia Smirnova2018-11-154-9/+156
| | | | | | | 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
* Update context-menu version (#11313)Sun Zhe2018-11-141-1/+1
|
* Correct the logic for validation used in DateField (#11307)Sun Zhe2018-11-133-14/+176
| | | | | | | | Fixes #11276 Refactor the code and correct the logic for validation Rename an internal variable, as it contains more than one type of messages
* Update DateTimeField failing screenshot (#11300)Anastasia Smirnova2018-11-091-0/+0
|
* fixes #11297 by updating docs and pictures (#11298)tmattsso2018-11-085-4/+3
|
* Update VaadinIcons (#11281)Ilia Motornyi2018-11-086-2/+2
|
* Removed typo in method , there was an extra ")" (#11295)Leviand2018-11-081-1/+1
|
* Update framework to use jetty-server 9.4 (#11272)Sun Zhe2018-11-063-10/+12
| | | Fix upload issue
* Code formatting (#11278)Sun Zhe2018-11-065-20/+23
|
* Fixing NPE in Binder, ported from Flow (#11290)Mehdi Javan2018-11-062-5/+73
|
* Make value changes in color picker user originated (#11252)Jeremy Stucki2018-11-023-2/+72
| | | | | | | | | * 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 (#11286)Alejandro J. C De Baca2018-11-011-1/+1
| | | | | | * Corrected method name TreeDataProvider#getTreeData The method name was incorrect in the documentation - was showing `getData()` but should be `getTreeData()`.
* Refactor the usage of KeyMapper in ActionManager. (#11265)Sun Zhe2018-10-264-21/+108
| | | | | | | | | * Add Test for closing window with focused textfield verify issue #10642 * Refactor the code about using keyMapper
* Fix karaf-4.2.1 test (#11264)Ilia Motornyi2018-10-25183-31/+11794
|
* Update jetty version to non-security alert (#11266)Sun Zhe2018-10-241-5/+2
| | | | | | * Update jetty version to non-security alert * Remove out-dated comments.