summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix wrong year assert in DateField test (#11404)Sun Zhe2019-01-021-7/+9
|
* Add Javadoc to the ScrollTo methods in TreeGrid (#11399)Sun Zhe2018-12-281-0/+21
| | | | * Add Javadoc to the ScrollTo methods in TreeGrid
* Clear up enhancements contents from master (#11396)Sun Zhe2018-12-281-12/+7
| | | | | | | | * Clear up enhancements contents from master * Upgrade the version mentioned in the release note * Close the <span> block
* Update snapshot to 8.8-snapshot (#11397)Sun Zhe2018-12-2865-65/+65
|
* Grid column npe behavior (#11390)Olli Tietäväinen2018-12-283-3/+253
| | | | | | | | * add possibility to configure nested null behavior to Grid.Column * added addColumn method that allows configuring the nested null handling behavior of the column * added uitest for nested null value handling, implements #11137
* Release-note updates (#11389)Sun Zhe2018-12-271-3/+3
| | | | | | | | * Release-note updates Change the word for describing icon swapping * Update vaadin slogan in the release-note template
* increase number of styles for indented TreeGrid rows, fixes #11358 (#11392)Olli Tietäväinen2018-12-212-1/+5
|
* Update release note and since tag (#11386)Sun Zhe2018-12-2012-94/+133
| | | | * Some formatting changes
* Checkbox allow customizing of input and label classNames. (#11372)Knoobie2018-12-189-4/+636
| | | | | | | | | * add client side integration for custom styles for checkbox.label and checkbox.input * add server side integration for checkbox element styling * add server side tests * add client side test
* Update portal-osgi.asciidoc (#11384)Matti Tahvonen2018-12-181-9/+9
| | | Updated versions to latest ones as people often just copy past things. Added comment to urge people to use the versions they need. Removed version from archetype to use the latest by default.
* Improve VMenuBar click handling logic (#11356)Anastasia Smirnova2018-12-176-93/+218
| | | | | | | | | | | | | | | * Improve VMenuBar click handling logic 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 * Remove accidentally committed comment * Don't update the state on the getDelayMs call
* Using correct tags in the portal ui docsDiegoSanzVi2018-12-171-1/+2
| | | There are not [source, java] tags.
* Add missing [source, java] to the java code blocks in documentation (#11381)Anastasia Smirnova2018-12-1711-31/+31
| | | | | | | * Update clientsideapp-entrypoint.asciidoc Adding missing ```[source, java]```
* 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
|