summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change VSlider to use Event.ONKEYDOWN with Firefox 65+ (#11506)7.7.18Tatu Lund2019-04-031-5/+9
| | | Fixes #11502
* Fixes a Grid issue that breaks sorting. (#10999)duffrohde2019-04-023-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 Lund2019-03-291-2/+2
|
* Change VCalendarPanel to use KeyDownHandler with Firefox 65+ (#11507)Tatu Lund2019-03-291-2/+2
| | | Fixes #11502
* Change VMenuBar to use KeyDownHandler with Firefox 65+ (#11508)Tatu Lund2019-03-281-6/+10
| | | #11502
* Change VTree to use KeyDownHandler with Firefox 65+ (#11509)Tatu Lund2019-03-281-2/+2
| | | Fixes #11502
* Catch exception that is thrown when Grid is scrolled during operation (#11467)7.7.17Tatu Lund2019-03-111-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 Javan2019-02-271-1/+1
|
* added missing since 7.7.16 (#11418)7.7.16Olli Tietäväinen2019-01-111-2/+2
|
* Fixes #11369 (#11402)macprzepiora2019-01-111-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äinen2019-01-101-0/+9
|
* update to Jetty 9.4 (#11411)Olli Tietäväinen2019-01-081-1/+1
|
* V7: Improve VMenuBar click handling logic (#11362)Anastasia Smirnova2018-12-146-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äinen2018-12-111-1/+1
| | | 7.7 reference screenshot directory
* ie11 screenshots (#11357)Olli Tietäväinen2018-12-05252-0/+0
|
* updated Firefox screenshots (#11349)Olli Tietäväinen2018-12-03471-0/+0
|
* removed tests that are broken on headless Chrome which doesn't allow ↵Olli Tietäväinen2018-11-296-316/+0
| | | | resizing (#11342)
* testbench-api is generated later in the release process nowadays; if it's ↵Olli Tietäväinen2018-11-271-1/+1
| | | | listed here, it will give a red light for the staging report (#11336)
* Test fixes and IE 10 screenshots (#11277)sergey-vaadin2018-11-16423-15/+7
|
* Add note about JRE9+ not being supportedOlli Tietäväinen2018-11-141-2/+3
| | | Update release notes by mentioning JRE9+ not being supported
* Fix Combo Box filtered on Property not showing results when page length is ↵Vlad2018-11-083-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 Smirnova2018-11-081-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)ericflock2018-11-062-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-vaadin2018-10-25490-0/+0
| | | | * IE9 screenshots
* IE8 screenshots (#11273)sergey-vaadin2018-10-24948-0/+0
|
* IE11 test screenshots 2 (#11270)sergey-vaadin2018-10-23454-0/+0
|
* IE11 test screenshots (#11258)sergey-vaadin2018-10-1814-0/+0
|
* Tests (wrong screenshots and JRE version, delay) (#11255)sergey-vaadin2018-10-174-3/+4
| | | | | | * wrong screenshots and JRE version * delay for submenu
* test fix (missing and wrong screenshots) (#11251)sergey-vaadin2018-10-174-1/+1
|
* Remove old release notes configurations (#11240)Anastasia Smirnova2018-10-113-318/+1
| | | | | | * Remove old release notes configurations * Remove FetchReleseNotes* files
* potential fixes for the tests (#11226)sergey-vaadin2018-10-102-1/+4
| | | | * potential fixes for the tests
* Eliminate initial double rendering during initial renderingTatu Lund2018-10-031-2/+17
|
* Updating screenshots (#11190)7.7.15Anastasia Smirnova2018-09-19177-1/+1
| | | Updating screenshots
* 7.7 fix upload test (#11162)Ilia Motornyi2018-09-052-11/+32
| | | | | | | Restore InterruptUploadTest functionality, fix TextChangeEventsTest Fixes #11161
* Add configuration for BrowserStack testing (#11164)Teemu Suo-Anttila2018-09-053-22/+29
|
* Use Chrome for validation buildsTeemu Suo-Anttila2018-09-04563-860/+529
|
* 7.7 new atmosphere, fix tests, remove SSH requirementsIlia Motornyi2018-09-048-53/+138
|
* Run devserver under IDEA via maven target (#11152)Ilia Motornyi2018-08-302-22/+50
|
* Fix build report generation scripts (#11140)Teemu Suo-Anttila2018-08-246-195/+235
|
* Introduce servlet container tests from Vaadin 8 (#11128)Teemu Suo-Anttila2018-08-2470-46/+3718
|
* Add API comparison plugin and profile (#11136)Teemu Suo-Anttila2018-08-242-0/+69
|
* Upade vaadin-parent version (#11135)Teemu Suo-Anttila2018-08-231-1/+1
|
* Add snapshot profile for snapshot releases (#11132)Teemu Suo-Anttila2018-08-221-0/+46
|
* Use maven to run PhantomJS tests (#11121)Teemu Suo-Anttila2018-08-214-124/+102
|
* Fix Chrome version and Chrome border width in tests (#11119)eriklumme2018-08-212-3/+2
|
* Empty sinces for 7.7.14 (#11114)7.7.14Olli Tietäväinen2018-08-159-15/+15
|
* Compensate for Grid editor moving out of sync horizontally. (#11092)Anna Koskinen2018-08-133-2/+110
| | | Fixes #10998
* Change documentation code samples to produce expected output (#11093)nenad2018-08-091-7/+12
|
* Fixed typo (#11073)Ilia Motornyi2018-07-201-1/+1
|
* Fix removal tabsheets if last one is selected (#11074)Ilia Motornyi2018-07-191-1/+1
| | | | | Backport #11070 Related to #10925