summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changed the handleSessionExpired logic to return a 404 instead of a 410 and ↵8.8.68.8edler-san2019-08-081-1/+8
| | | | | | | added the no-cache parameter to the reply. (#11556) * Changed the handleSessionExpired logic to return a 404 instead of a 410. Also added the no-cache parameter to the reply. See https://github.com/vaadin/framework/issues/4417 for discussion.
* Apply offset to column index depending on presense of selection column (#11667)Tatu Lund2019-08-082-1/+72
| | | | | | | | * Apply offset to column index depending on presense of selection column After testing this manually I noticed that offset correction needs to be negative * Add the testing UI
* Ensure the upload button has been disabled when set Enabled calling from ↵Zhe Sun2019-08-083-0/+306
| | | | | | | | | succeedL… (#11655) * Ensure the upload button has been disabled when calling from succeedListener with Push enabled * Add Tests to verify
* Prevent excessive getLogger() calls from markAsDirty() (#11664)Leif Åstrand2019-08-081-15/+24
| | | Fixes #10339
* Use https for Maven repositories (#11668)Stéphane Nicoll2019-08-0812-16/+16
| | | | * Use https for Maven repositories
* resolve conflictAnna Koskinen2019-08-083-2/+97
|
* Ensure the selection has been changed before updating . (#11658)Anna Koskinen2019-08-082-11/+58
| | | | | | | - Initial fix attempt interfered with selection events, added regression testing for those and found a better way to ensure shift selection works on IE11 also with Windows 7. Fixes #11608
* Chrome update fixes (#11691)Zhe Sun2019-08-08199-6/+62
| | | | | * Exclude element screenshot tests from IE11 (#11681)
* Fixes unstable/muted tests (#11640)8.8.5Zhe Sun2019-07-014-15/+15
|
* Sanitize caption used in Grid header (#11644)Zhe Sun2019-07-011-0/+2
| | | | * Sanitize input used in Grid header
* Clicking on DateField pop-up should select Month/Year (#11531)8.8.4Anastasia Smirnova2019-06-254-0/+159
| | | | | | | | | * Clicking on DateField pop-up should select Month/Year In Year/Month Resolution DateField should select the value, when user clicks on pop-up Fixes #8447
* Limit previous solution for non-push mode UI (#11629)Zhe Sun2019-06-253-3/+30
| | | | | | | | * add test case * Limit the workaround for non-push mode Fixes #11616
* Add IE11 workaround for ListSelect multiselection. (#11631)Anna Koskinen2019-06-252-2/+69
| | | Fixes #11608
* Update Chrome version in Test (#11613)8.8.3Zhe Sun2019-06-1235-89/+145
| | | | | | | | 1) recalculate the offset, as ChromeDriver starts to follow the standard; 2) update screenshots; 3) correct the `click()` call with using coordinates, related to 1) 4) `sendkey()` with using key.modifier adjustment 5) add sleep 6) workaround for mastery failures
* Fix regression that broke PreserveOnRefresh functionality with Navigator ↵Tatu Lund2019-06-123-2/+67
| | | | | | | | | | | (#11615) * Fix regression that broke PreserveOnRefresh functionality with Navigator Fixes https://github.com/vaadin/framework/issues/11614 Old patch https://github.com/vaadin/framework/issues/11416 calls navigateTo allways when Navigator is present, which is wrong, since it is needed only when navigation state has truly changed. * Add test to the fix
* Update spring addon to 3.2.0 (#11610)Zhe Sun2019-06-121-1/+1
| | | | | | * Update spring addon to 3.2.0 * Merge branch 'master' into ZheSun88-patch-1
* Recalculate the column widths before the first row is added (#11609)Zhe Sun2019-06-124-0/+94
| | | | | | | * Recalculate the column widths before the first row is added Fixes #11607
* Override reserved globals for Firefox (#11598)8.8.2Artur2019-05-221-0/+872
| | | Fixes #11597
* Fix Grid reordering when there are hidden columnscuong-phan2019-05-223-1/+122
| | | | | | | | * Fix grid column reordering Fix grid column reordering when there are hidden columns and footerRow.join * Add test
* Don't attempt to scroll to the beginning or end if Grid has no rows. (#11570)Anna Koskinen2019-05-222-3/+68
| | | Fixes #11558
* Fix duplicate grid column visibility change event (#11565)8.8.1cuong-phan2019-05-163-1/+105
| | | | | | | | * Fix duplicate grid column visibility change event Toggle a column visibility through UI will fire 2 event. There should be only 1. * Add Test
* Grid editor: TAB now skips non-editable columns (#11573)Martin Vysny2019-05-163-8/+302
| | | | | | | | | | | * Grid editor: TAB now skips non-editable columns Pressing TAB would shift the focus to non-editable cells when the Grid was in edit mode. This patch makes DefaultEditorEventHandler to skip such columns. Closes #10970 * Add tests
* Reduce Grid's sort complexity. (#11566)Anna Koskinen2019-05-166-16/+157
| | | | | | - limit DataCommunicator workaround from #11320 to ComboBox only - don't reset DataCommunicator before modifying all sorting data Fixes #11532
* Add handling for completely empty Grid's column width calculations. (#11569)Anna Koskinen2019-05-162-1/+67
| | | Fixes #11557
* Update for Liferay 7.2 compatibility (#11564)Chris Morris2019-05-161-1/+1
| | | Change so that liferay 7.2 can run Vaadin portlets
* Update release note for maintenance release (#11582)Sun Zhe2019-05-161-4/+4
|
* Update release-note template8.8.0ZheSun882019-04-291-2/+2
|
* Code format (#11548)Sun Zhe2019-04-2912-38/+40
| | | | | | * Code format * Merge branch 'master' into code-format
* Update jetty.version to solve vulnerability alert (#11546)Sun Zhe2019-04-291-1/+1
|
* Replace the screenshot usage in framework test (#11547)Sun Zhe2019-04-2930-43/+65
| | | | | | | | | - Replace the GridDisabledTest screenshot usage - Replace the screenshot tests in BasicCrudGridEditorRowTest - Replace the screenshot tests in ComboboxVaadinIcons - Replace the screenshot tests in ValoThemeUITest::accordions - Added screenshotcomparetolerance to some screenshot test to make tests stable
* Opening methods for Spring add-on to be used in the fix (#11551)Tatu Lund2019-04-291-0/+23
| | | Spring add-on needs to use these added methods in order to fix #10922
* Update browser version in the test (#11550)Sun Zhe2019-04-291-1/+1
|
* Reset Combobox internal state (#11412)Sun Zhe2019-04-295-19/+309
| | | | | | | | | | issue in #11343 and #11385 is not reproducible on top this patch Three different bugs are involved in this fix: we bring the old fix(#11094) back and fixed the other related issues: 1) allow adding the same new item after dataProvider got reset, This is cause by the client side parameter `LastNewItemString`, it saves the value added before resetting. 2) clear the pending newItem eagerly, so that the same value will not be added again.
* Update release note for 8.8 releases (#11541)8.8.0.beta1Sun Zhe2019-04-111-2/+7
|
* Finish the since tag (#11540)Sun Zhe2019-04-113-6/+6
|
* Create StringToUuidConverter.java (#11387)Basil Bourque2019-04-101-0/+99
| | | | | | | | | | | * Create StringToUuidConverter.java Implements the `Converter` interface, to support converting back-and-forth between `String` and `UUID` (a type built into Java 5 and later). See Issue # 11,051. https://github.com/vaadin/framework/issues/11051 * Formatting cleanup, remove sinces
* Clicking on slider makes handler move (#11519)Anastasia Smirnova2019-04-106-8/+147
| | | | | | | | | | | | | | * Clicking on slider makes handler move Fixes #1496 * Introducing control over clicking behaviour - User will have to enable process of the click event on handle calling `slider.setEnableClickHandler(true);` - Clean-up the handler logic in VSlider.java - Renaming the property to `updateValueOnClick` - Added JavaDocs - Fixing tests
* Fixing autocompletion issue with ComboBox on newer Chrome versions (#11524)Tatu Lund2019-04-101-1/+6
| | | | | | | Newer Chrome versions do not work with random number hack to prevent auto completion, but it finally supports autocomplete=off. Adapted from https://github.com/vaadin/framework/pull/11472 Fixes #11437
* Fixing autocompletion issue with ComboBox on newer Chrome versions (#11472)Tatu Lund2019-04-101-1/+6
| | | | | | | | | | | | | | | | | | | | | | * Fixing autocompletion issue with ComboBox on newer Chrome versions Newer Chrome versions do not work with random number hack to prevent auto completion, but it finally supports autocomplete=off. * Merge branch 'master' into fix11437 * Merge branch 'master' into fix11437 * Merge branch 'master' into fix11437 * Merge branch 'master' into fix11437 * Merge branch 'master' into fix11437 * Merge branch 'master' into fix11437 * Merge branch 'master' into fix11437 * Merge branch 'master' into fix11437
* Added note about Java 8 vendors (#11530)Olli Tietäväinen2019-04-101-1/+3
| | | | | | * Added note about Java 8 vendors * Update release-notes.html
* Add delay to the unstable test (#11538)Sun Zhe2019-04-092-1/+2
| | | * Add delay to the unstable test
* Use Enter and Space keys to fire Window header buttons (#11517) (#11534)KatriHaapalinna2019-04-084-5/+474
| | | | | | | | | | * Fixes 11517. Use ENTER and SPACE keys as shortcuts for header buttons * Merge branch 'master' into fix-11517 * Increase sleep time for test failing in validation * Merge branch 'master' into fix-11517
* Update screenshots after chrome updates (#11536)Sun Zhe2019-04-08108-1/+1
| | | | | | * Update screenshots after chrome updates * Update screenshots after chrome updates
* Reset selection on DataProvider change in RadioButtonGroup (#11526)Anastasia Smirnova2019-04-043-0/+77
| | | | | | | | | | | | * Reset selection on DataProvider change in RadioButtonGroup Fixes #11454 Other components needing the same fix are ListSelect,NativeSelect,Combobox (The ones implementing HasDataProvider and extending AbstractSingleSelect. Grid is not affected as it extends AbstractListing and hadles selection differently) * Added test case Verify that ValueChangeListener is actually fired after value is reset setting new DataProvider
* Read-only combobox should not handle PASTE event (#11529)Anastasia Smirnova2019-04-043-2/+49
| | | Fixes 11528
* setCaption of Panel did not honor setCaptionAsHtml (#11523)Tatu Lund2019-04-026-4/+58
| | | | Verify that correct mode(HTML/TEXT) of caption is set for the Panel Fixes #11521
* Added missing numpad key codes (#11490)Tatu Lund2019-04-021-0/+42
| | | Fixes #11489
* Init logging in VaadinServlet instead of an UI (#11525)Martin Vysny2019-04-011-5/+4
| | | If you use multiple UIs, the use of SLF4J would depend on the UI initialization order which could be pretty random. If you have multiple servlets, it's even better to init SLF4J in ServletContextListener.
* Support Firefox 65+ key down event behavior (#11503)Yuriy Artamonov2019-03-296-20/+40
| | | Fixes #11502
* Documents the possibility to use vaadin:// and theme:// in JavaScript… ↵Martin Vysny2019-03-282-11/+20
| | | | | | | | (#11512) Documents the possibility to use vaadin:// and theme:// in JavaScript and StyleSheet annotations. Fixes #8675