Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change VSlider to use Event.ONKEYDOWN with Firefox 65+ (#11506)7.7.18 | Tatu Lund | 2019-04-03 | 1 | -5/+9 |
| | | | Fixes #11502 | ||||
* | Fixes a Grid issue that breaks sorting. (#10999) | duffrohde | 2019-04-02 | 3 | -1/+37 |
| | | | | | | | | | | | | * Fixes a Grid issue that breaks sorting. When multi-select has been enabled and disabled a number of times, sorting on the first column in a Grid is broken. Unregistering a click handler on the header solves the problem. * Added a test checking that sorting of a grid column still works after having enabled and then disabled multi select mode. The grid is configured with an extra header row containing a text box since it triggers an exception if the header click handler for the multi select column is not removed. * Remove an unused import that was added by mistake | ||||
* | Change VMenuBar to use KeyDownHandler with Firefox 65+ (#11505) | Tatu Lund | 2019-03-29 | 1 | -2/+2 |
| | |||||
* | Change VCalendarPanel to use KeyDownHandler with Firefox 65+ (#11507) | Tatu Lund | 2019-03-29 | 1 | -2/+2 |
| | | | Fixes #11502 | ||||
* | Change VMenuBar to use KeyDownHandler with Firefox 65+ (#11508) | Tatu Lund | 2019-03-28 | 1 | -6/+10 |
| | | | #11502 | ||||
* | Change VTree to use KeyDownHandler with Firefox 65+ (#11509) | Tatu Lund | 2019-03-28 | 1 | -2/+2 |
| | | | Fixes #11502 | ||||
* | Catch exception that is thrown when Grid is scrolled during operation (#11467)7.7.17 | Tatu Lund | 2019-03-11 | 1 | -7/+13 |
| | | | | IllegalStateException may occur if user has scrolled Grid so that Escalator has updated, and row under Editor is no longer there Fixes https://github.com/vaadin/framework/issues/11463 | ||||
* | Fix typo (#11466) | Mehdi Javan | 2019-02-27 | 1 | -1/+1 |
| | |||||
* | added missing since 7.7.16 (#11418)7.7.16 | Olli Tietäväinen | 2019-01-11 | 1 | -2/+2 |
| | |||||
* | Fixes #11369 (#11402) | macprzepiora | 2019-01-11 | 1 | -0/+16 |
| | | | Clear contents of iframe clone that is in a Window so that when it's reattached to DOM we don't get 404 | ||||
* | copied waitUntil to selectMenuPath from FW8 (#11415) | Olli Tietäväinen | 2019-01-10 | 1 | -0/+9 |
| | |||||
* | update to Jetty 9.4 (#11411) | Olli Tietäväinen | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | V7: Improve VMenuBar click handling logic (#11362) | Anastasia Smirnova | 2018-12-14 | 6 | -95/+222 |
| | | | | | | | | | | | | | | | | | | | | | | * Improve VMenuBar click handling logic Backport to V7: 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 preserving the action from the MenuItem (cherry picked from commit 22cc85c76f28a762685204911ad66f95bda2d296) * Improve VMenuBar click handling logic Add missing files from the first commit Backported to V7: (cherry picked from commit 22cc85c) | ||||
* | 7 7 ie11 screenshots (#11364) | Olli Tietäväinen | 2018-12-11 | 1 | -1/+1 |
| | | | 7.7 reference screenshot directory | ||||
* | ie11 screenshots (#11357) | Olli Tietäväinen | 2018-12-05 | 252 | -0/+0 |
| | |||||
* | updated Firefox screenshots (#11349) | Olli Tietäväinen | 2018-12-03 | 471 | -0/+0 |
| | |||||
* | removed tests that are broken on headless Chrome which doesn't allow ↵ | Olli Tietäväinen | 2018-11-29 | 6 | -316/+0 |
| | | | | resizing (#11342) | ||||
* | testbench-api is generated later in the release process nowadays; if it's ↵ | Olli Tietäväinen | 2018-11-27 | 1 | -1/+1 |
| | | | | listed here, it will give a red light for the staging report (#11336) | ||||
* | Test fixes and IE 10 screenshots (#11277) | sergey-vaadin | 2018-11-16 | 423 | -15/+7 |
| | |||||
* | Add note about JRE9+ not being supported | Olli Tietäväinen | 2018-11-14 | 1 | -2/+3 |
| | | | Update release notes by mentioning JRE9+ not being supported | ||||
* | Fix Combo Box filtered on Property not showing results when page length is ↵ | Vlad | 2018-11-08 | 3 | -1/+109 |
| | | | | | | | | | | | | zero (#11247) * Fix #11246 Take zero pageLength into account when calculating filtered ComboBox contents. * Create ComboboxPageLengthZeroFilterTest.java * add UI tests for fix | ||||
* | Update datamodel-properties.asciidoc (#11223) | Anastasia Smirnova | 2018-11-08 | 1 | -1/+1 |
| | | | | | | | | | | * Update datamodel-properties.asciidoc Fixes : https://github.com/vaadin/framework/issues/11095 * Update datamodel-properties.asciidoc Remove duplicate ```setConverterFactory``` | ||||
* | Add columns at once in a batched way to increase performance (#11261) | ericflock | 2018-11-06 | 2 | -87/+150 |
| | | | | | | | | | | | | | | * provide possibility to add columns in a batched way This is the basis to increase the performance for further changes. * add the columns at once to the grid to increase performance * combined performance fixes * respect the column order * Fixed formatting | ||||
* | IE9 test screenshots (#11275) | sergey-vaadin | 2018-10-25 | 490 | -0/+0 |
| | | | | * IE9 screenshots | ||||
* | IE8 screenshots (#11273) | sergey-vaadin | 2018-10-24 | 948 | -0/+0 |
| | |||||
* | IE11 test screenshots 2 (#11270) | sergey-vaadin | 2018-10-23 | 454 | -0/+0 |
| | |||||
* | IE11 test screenshots (#11258) | sergey-vaadin | 2018-10-18 | 14 | -0/+0 |
| | |||||
* | Tests (wrong screenshots and JRE version, delay) (#11255) | sergey-vaadin | 2018-10-17 | 4 | -3/+4 |
| | | | | | | * wrong screenshots and JRE version * delay for submenu | ||||
* | test fix (missing and wrong screenshots) (#11251) | sergey-vaadin | 2018-10-17 | 4 | -1/+1 |
| | |||||
* | Remove old release notes configurations (#11240) | Anastasia Smirnova | 2018-10-11 | 3 | -318/+1 |
| | | | | | | * Remove old release notes configurations * Remove FetchReleseNotes* files | ||||
* | potential fixes for the tests (#11226) | sergey-vaadin | 2018-10-10 | 2 | -1/+4 |
| | | | | * potential fixes for the tests | ||||
* | Eliminate initial double rendering during initial rendering | Tatu Lund | 2018-10-03 | 1 | -2/+17 |
| | |||||
* | Updating screenshots (#11190)7.7.15 | Anastasia Smirnova | 2018-09-19 | 177 | -1/+1 |
| | | | Updating screenshots | ||||
* | 7.7 fix upload test (#11162) | Ilia Motornyi | 2018-09-05 | 2 | -11/+32 |
| | | | | | | | Restore InterruptUploadTest functionality, fix TextChangeEventsTest Fixes #11161 | ||||
* | Add configuration for BrowserStack testing (#11164) | Teemu Suo-Anttila | 2018-09-05 | 3 | -22/+29 |
| | |||||
* | Use Chrome for validation builds | Teemu Suo-Anttila | 2018-09-04 | 563 | -860/+529 |
| | |||||
* | 7.7 new atmosphere, fix tests, remove SSH requirements | Ilia Motornyi | 2018-09-04 | 8 | -53/+138 |
| | |||||
* | Run devserver under IDEA via maven target (#11152) | Ilia Motornyi | 2018-08-30 | 2 | -22/+50 |
| | |||||
* | Fix build report generation scripts (#11140) | Teemu Suo-Anttila | 2018-08-24 | 6 | -195/+235 |
| | |||||
* | Introduce servlet container tests from Vaadin 8 (#11128) | Teemu Suo-Anttila | 2018-08-24 | 70 | -46/+3718 |
| | |||||
* | Add API comparison plugin and profile (#11136) | Teemu Suo-Anttila | 2018-08-24 | 2 | -0/+69 |
| | |||||
* | Upade vaadin-parent version (#11135) | Teemu Suo-Anttila | 2018-08-23 | 1 | -1/+1 |
| | |||||
* | Add snapshot profile for snapshot releases (#11132) | Teemu Suo-Anttila | 2018-08-22 | 1 | -0/+46 |
| | |||||
* | Use maven to run PhantomJS tests (#11121) | Teemu Suo-Anttila | 2018-08-21 | 4 | -124/+102 |
| | |||||
* | Fix Chrome version and Chrome border width in tests (#11119) | eriklumme | 2018-08-21 | 2 | -3/+2 |
| | |||||
* | Empty sinces for 7.7.14 (#11114)7.7.14 | Olli Tietäväinen | 2018-08-15 | 9 | -15/+15 |
| | |||||
* | Compensate for Grid editor moving out of sync horizontally. (#11092) | Anna Koskinen | 2018-08-13 | 3 | -2/+110 |
| | | | Fixes #10998 | ||||
* | Change documentation code samples to produce expected output (#11093) | nenad | 2018-08-09 | 1 | -7/+12 |
| | |||||
* | Fixed typo (#11073) | Ilia Motornyi | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Fix removal tabsheets if last one is selected (#11074) | Ilia Motornyi | 2018-07-19 | 1 | -1/+1 |
| | | | | | Backport #11070 Related to #10925 |