aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert screenshot update (#11413)8.6.48.6Sun Zhe2019-01-095-0/+0
| | | | | | | | * Fix wrong year assert in DateField test (#11404) * Revert "Update Screenshot due to Icon update (#11373)" This reverts commit b81744ba7b3929c70599d9775d4ffa7a123eb250.
* Fix wrong year assert in DateField test (#11404) (#11406)Sun Zhe2019-01-021-7/+9
|
* Apply missing v-readonly style to CheckBoxGroup, when component is readOnly ↵Anastasia Smirnova2018-12-283-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
* Prevent IndexOutOfBoundException in VMenuBar.CustomMenuItem (#11285)Jonni Madekivi2018-12-283-0/+51
| | | | | | | | * Fixes #10814 * Add missing tests Fixes #11374
* Update portal-osgi.asciidoc (#11384)Matti Tahvonen2018-12-281-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.
* Using correct tags in the portal ui docsDiegoSanzVi2018-12-281-1/+2
| | | There are not [source, java] tags.
* Add missing [source, java] to the java code blocks in documentation (#11381)Anastasia Smirnova2018-12-2811-31/+31
| | | | | | | * Update clientsideapp-entrypoint.asciidoc Adding missing ```[source, java]```
* Error advanced-osgi formating (#11382)DiegoSanzVi2018-12-281-0/+5
| | | Some snippets codes do not render properly.
* Update Screenshot due to Icon update (#11373)Sun Zhe2018-12-285-0/+0
| | | | Update screenshots due to update of search-minus and search-plus icons values
* Remove outdated Designer license instructions (#11366)Risto Yrjänä2018-12-281-2/+2
| | | The instructions for applying the license in Designer are wrong and outdated. Remove them.
* Request data update before client response (#11341)8.6.3Sun Zhe2018-12-114-5/+107
| | | | | | | | | * Request data update before client response * fix the accidental commit * add tests fixes #11320
* Fix vaadin-server/bnd.bnd file so it is compatible with Liferay 7.0 and (#11360)Sampsa Sohlman2018-12-111-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-113-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
* Detailed the usage of the GridRowDragger class (#11355)edler-san2018-12-111-1/+2
|
* Improvements to updating spacer indexes. (#11353)Anna Koskinen2018-12-111-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-113-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-111-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-111-15/+31
| | | | | | | | | | * Fixing dynamic resource registration after activation * Fixed formatting * Fixed formatting * Merge branch 'master' into osgi-dynamic-fix
* Update screenshot in IE11 and increase sleeping time for ColorPickerTestSun Zhe2018-12-112-1/+1
|
* Fix colorPicker tests (#11312)8.6.2Sun 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-271-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-273-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-271-2/+1
|
* Add javadoc for validate() call in Binder (#11318)Sun Zhe2018-11-271-0/+6
| | | | * Add javadoc for validate() call in Binder
* Refactoring DataCommunicator code (#11304)Anastasia Smirnova2018-11-274-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
* Mention the update for ContextMenu in release note (#11315)8.6.1Sun Zhe2018-11-141-1/+1
|
* Update context menu version (#11314)Sun Zhe2018-11-141-1/+1
|
* Update release-note to maintenance (#11310)Sun Zhe2018-11-141-5/+5
|
* Revert "Refactor the usage of KeyMapper in ActionManager. (#11265)"ZheSun882018-11-134-108/+21
| | | | This reverts commit 1ed85caafcc3bead862da4ebbccff1cf912bf505.
* Revert "Display the caption of the Empty selection in NativeSelect (#11191)"ZheSun882018-11-135-127/+1
| | | | This reverts commit 77ab4c6da252566dbc7c05046c4488adeb7f970d.
* 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
* fixes #11297 by updating docs and pictures (#11298)tmattsso2018-11-135-4/+3
|
* Removed typo in method , there was an extra ")" (#11295)Leviand2018-11-131-1/+1
|
* Code formatting (#11278)Sun Zhe2018-11-135-20/+23
|
* Fixing NPE in Binder, ported from Flow (#11290)Mehdi Javan2018-11-132-5/+73
|
* Make value changes in color picker user originated (#11252)Jeremy Stucki2018-11-133-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-131-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-11-134-21/+108
| | | | | | | | | * Add Test for closing window with focused textfield verify issue #10642 * Refactor the code about using keyMapper
* Update time in ReadOnly state of DateTimeCalendar (#11269)Anastasia Smirnova2018-11-133-3/+86
| | | | | Fix https://github.com/vaadin/framework/issues/11268 ```buildTime()``` function re-initializes ListBoxes for hours,minutes and seconds values. We need to set correct values in those ListBoxes, before assigning value to the labels displayed instead of those ListBoxes in ReadOnly state, as , otherwise, the selectedItemIndex returns 0.
* Improve setStyleGenerator JavaDocs (#11262)Tatu Lund2018-11-131-0/+6
| | | | | Added note that style generator is not applied to the Editor See also: https://github.com/vaadin/framework/issues/11169
* Display the caption of the Empty selection in NativeSelect (#11191)Anastasia Smirnova2018-11-135-1/+127
| | | | | | | | | | | | | | | | * Fixes #10937 - Previously if selected value is null, then index is set to -1; in current implementation if value is null and emptySelection is allowed then set the index to 0. (The position for the empty selection) - Also, if changing the allowEmptySelection on the fly, ensure, that either index is to-reset to -1 by setting the selected value to null on the client-side (the value before was null) or preserve the value(value was different than empty). * Change the test case Since in this pr the behaviour of the NS is changed, therefore old test need to be adjusted. Change: setting null as value will select empty selection. Before that nothing would be selected and value will be cleared. Behaviour change in PR: Allow selecting null as value
* Update Release note to mention Java 10 (#11284)8.6.0Sun Zhe2018-10-311-1/+1
|
* Update Since Tag for 8.6 (#11256)8.6.0.rc1Sun Zhe2018-10-173-3/+3
|
* Rebuild calendar pop-up on readOnly state change (#11249)Anastasia Smirnova2018-10-174-1/+84
| | | | | | * Rebuild calendar pop-up on readOnly state change Fixes https://github.com/vaadin/framework/issues/6565
* Format the code (#11244)Sun Zhe2018-10-174-31/+38
|
* Revert change to fix issue on removing Grid with components (#11224)Sun Zhe2018-10-178-67/+102
| | | | | | | | | | * Test case for removing Grid with components * This reverts commit b2745dc14f17b510df7321ab3f6285ed317da3b3. Add test case to address the issue with removing gird with components; Current situation: the grid cannot be removed and client-side throw an error. fixes: Revert the corresponding change, as it didn't address any issue which was fixed.
* Correct typo in tutorial (#11230)Sun Zhe2018-10-171-1/+1
|
* Updates to scrolled TabSheet resize logic and Valo right-alignment. (#11133)Anna Koskinen2018-10-174-12/+338
| | | | | | | | | | - When a TabSheet is scrolled to an end and then resized bigger, more tabs should appear to the left. - When a TabSheet is right-aligned in Valo and scrolled to the end, last tab shouldn't be partially hidden behind the scroller buttons. - Shouldn't allow attempts to scroll into directions where there is nothing left to scroll to, even if the current tab isn't fully visible. Fixes #807
* Update Release note for RC release (#11253)Sun Zhe2018-10-171-2/+2
| | | | | * Update Release note for RC release