summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fixes to displaying Grid in a detail row. (#11147) (#11228)Sun Zhe2018-10-1012-21/+337
| | | | | | | | - Multiple headers shouldn't stack behind each other. - Body rows shouldn't get stuck to default row height. - Compatibility version's hidable row selector shouldn't try to calculate row heights based on rows that haven't been added to DOM yet. Fixes #7674
* Update vaadin.plugin.version (#11221)Sun Zhe2018-10-081-1/+1
| | | | * Update vaadin.plugin.version
* fixed UI Test section (#11218)Sun Zhe2018-10-041-1/+1
| | | Fixing typo
* Fix link in "Vaadin Spring Tips" article (#11214)Kari Söderholm2018-10-021-1/+1
| | | Link to `3.0` branch of `vaadin/spring` which is the latest version for Vaadin 8 and latest version branch to contain this mentioned file with this path/name.
* Updated JavaDoc of getColumn(..) method (#11179)Tatu Lund2018-10-021-0/+3
| | | | | | * Updated JavaDoc of getColumn(..) method Fixes https://github.com/vaadin/framework/issues/9920
* Updated Upload.java (#11203)Michael Benz2018-10-021-2/+2
| | | Javadoc correction of typos in getAcceptMimeTypes() and setAcceptMimeTypes(String acceptMimeTypes)
* Introduce delay for ChameleonTheme test (#11210)Sun Zhe2018-10-021-0/+1
|
* Replaced Grid's internal size calculation fix with an indexing fix. (#11154) ↵Sun Zhe2018-10-014-18/+149
| | | | | | | | (#11215) - More lightweight, and fixes things for any custom implementations of Escalator as well. Fixes #11044
* Update ComboBox internal state on new item added (#11094)8.6.0.beta1Teemu Suo-Anttila2018-09-264-27/+45
|
* Fixing typo (#11207)Mehdi Javan2018-09-261-1/+1
|
* Update release note for framework 8.6.0.beta1 (#11205)Sun Zhe2018-09-261-4/+6
| | | | * Update release note for framework 8.6.0.beta1
* Updating since tags (#11200)8.6.0.alpha2Mehdi Javan2018-09-216-8/+8
|
* OSGi resource registration via SCR (#11166)S.W2018-09-2111-185/+338
| | | * Changed the way resources, themes, and widgetsets are registered to the HttpService by only using the VaadinResourceTrackerComponent
* update uitest screenshot reference (#11197)Sun Zhe2018-09-213-0/+0
| | | | | | | | * update uitest screenshot reference * one more screenshot * screenshot for table drop indicator
* Fix/focus inside window chrome (#11142)Mehdi Javan2018-09-193-37/+176
| | | | Fixes #11087
* Fixing RadioButtonGroup exception in Window (#11181)Mehdi Javan2018-09-173-1/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * discardStaleCacheEntries is moved to a proper place before updating indexToRowMap and keyToIndexMap maps. In its previous place, it cleared the data that was just put in the maps. Fixes #11143 * Adding test * Removing extra annotations * Updating chrome version to 69 in tests (#11182) * Updating Chrome version to 69 * Updating screenshots taken in Chrome 69 * Fixing screenshots * Fixing screenshots * Adding some wait commands to tests * Fixing screenshots * Revert: Fixing screenshots * More screenshots * - Adding wait commands to make sure the transitions end before screenshot - Fixing a screenshot * Correcting a mistake of using wait instead of sleep * Fixing more screenshots * Increasing the height of ContextMenu (Because of limitation of new Chrome 69 in terms of minimum window height, ContextMenu size can't be tested with a small height.)
* Updating chrome version to 69 in tests (#11182)Mehdi Javan2018-09-17201-9/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Updating Chrome version to 69 * Updating screenshots taken in Chrome 69 * Fixing screenshots * Fixing screenshots * Adding some wait commands to tests * Fixing screenshots * Revert: Fixing screenshots * More screenshots * - Adding wait commands to make sure the transitions end before screenshot - Fixing a screenshot * Correcting a mistake of using wait instead of sleep * Fixing more screenshots * Increasing the height of ContextMenu (Because of limitation of new Chrome 69 in terms of minimum window height, ContextMenu size can't be tested with a small height.)
* Since tags in 8.5.2 (#11174)Olli Tietäväinen2018-09-072-2/+2
|
* Fix handler creation to happen on init (#11172)Teemu Suo-Anttila2018-09-076-50/+67
| | | | Fix handler creation to happen on init