summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add missing @since, remove empty @since annotations from tests7.6.7Aleksi Hietanen2016-06-23184-195/+2
| | | | Change-Id: I47ccc3bdffa5b6c9ea12dae2f21dd4578f483bc0
* Make sure AtmosphereFramework is always properly destroyed (#17581)Artur Signell2016-06-231-1/+31
| | | | | | | If servlets have never been initialized, then destroy must happen in the context destroy method Change-Id: If5ea6072f729719c9d2f6b305b0dae2338efd07b
* Provide a way to disallow navigation to the same state twice (#12107).Denis Anisimov2016-06-232-26/+122
| | | | Change-Id: I10e2f2c63402f434ca038d380372a552996102b6
* Fixing messed up column in Grid after hide, resize and show (#19826)adam2016-06-233-1/+181
| | | | | | | | When resizing a column in Grid, widths of all columns without a fixed width (-1) are set to their actual width. This is 0 when the column is hidden. Change-Id: I8238af0bc36de90bff860d67ce94cce7c67ed6d1
* Add missing license header to BodyStyleNameTeemu Suo-Anttila2016-06-231-0/+16
| | | | Change-Id: I019357e375408b9317c527b790e0ca6693118f8c
* Fix a Javadoc typo that crashes Checkstyle (yes, really)Johannes Dahlström2016-06-231-1/+1
| | | | Change-Id: Ib32aab728021d81aaa35d9ab1eab4727bef534de
* Make tests pass in any timezone (#19813)Marco Collovati2016-06-232-9/+15
| | | | Change-Id: I3b732fc4c7a2ed52197cfd785658aa741ade5000
* Correctly detect PhantomJS 2.1Artur Signell2016-06-233-2/+47
| | | | Change-Id: Iaa491c5cc8b9e684999eb45ff2033cc5605c1aa1
* Make tests pass in any timezoneJoonas Lehtinen2016-06-233-23/+49
| | | | Change-Id: Ieccb77cedb2a4444e5bc814bb79bc8e076351aaf
* Fixed tooltips for sub-windows (#19073)Pontus Boström2016-06-233-6/+142
| | | | | | | The subwindows tooltip is now also shown in header and footer of the subwindow. Added also tests for the feature. Change-Id: I4e8fb0eb47355d1c35ccfa9f053f5594a5ffc88a
* Compare against references also if no version specifiedHenri Sara2016-06-231-7/+11
| | | | Change-Id: I40c088db6ea7ca17b4cd111f2416c85ae36e3e27
* Add javadocs for onConnectorHierarchyChangeLeif Åstrand2016-06-231-0/+30
| | | | Change-Id: I4db872e3da96ded94e095dd2f1071416ffab4ff7
* Fix classpath order for integration testsHenri Sara2016-06-231-1/+2
| | | | | | | Test classes need to come first because of how TB3TestLocator is implemented. Change-Id: I08e3e418f25c800a951bd199d47a1dfa5f8ca5d8
* Relax checkstyle rulesHenri Sara2016-06-231-1/+1
| | | | | | Allow whitespace after cast to match default and Eclipse formatting. Change-Id: Iac73099ed85ccfbdb8e825815a202923bcd3472a
* Throw IAE in setExpandRatio() if given ratio is less than 0Maciej Przepióra2016-06-231-0/+8
| | | | Change-Id: I0259a648c61a428a41dd2ce8a42501bfa67cf02d
* Ensure addItem(null) returns nullArtur Signell2016-06-233-9/+8
| | | | Change-Id: I55d13a85d07e17a165aa6e78920c9ed3a5988f69
* Fix comment for AttachListener interface (#19792)7.6.6Anton Yegorov2016-05-111-1/+1
| | | | Change-Id: I8d91791d034c386172eda00272f77999e8938b6b
* Handle touch events in Window (#18042)Anna Koskinen2016-05-111-3/+3
| | | | | | - fixes dragging not working from Window header Change-Id: I1b325db908a2cf9c003ede144105f26d0846aa31
* Clarify expand javadoc for GridLayoutArtur Signell2016-05-111-6/+16
| | | | Change-Id: I0fd18d20f01ca497e5c434c913e564cfa6444494
* Update @since for 7.6.6Henri Sara2016-05-061-2/+2
| | | | Change-Id: I9fbe5d6c624033a98e264063ed62361e569415bc
* Take body scrolling into account when deciding combobox popup position (#19162)Artur Signell2016-05-064-11/+122
| | | | | | | | | | | For standard standalone Vaadin apps, the body scroll is not scrollable. For these this change should have no effect. In embedded cases and when running as portlet, the body is scrollable. For these cases, the popup is now correctly shown below the combo box when there is space. Change-Id: I8776f15fb59c6691eadfdd9d688aa20b0af3b75c
* Expect Chrome 50 in VerifyBrowserVersionTestHenri Sara2016-05-061-3/+2
| | | | Change-Id: Ife5a0b367c0898f212f7112d5ae67f2f191f0785
* Fix CriticalNotificationsTest on ChromeHenri Sara2016-05-061-0/+6
| | | | | | | Without this fix, a mismatch in screenshots causes a non-screenshot test failure. Change-Id: Ib211f6f436d9d414642bf40f6a1b55dcf03c7b85
* Fix IE focus fix which has been broken since 7.0.0 (#19789, #7965)Henri Sara2016-05-061-3/+5
| | | | Change-Id: I268f4b5c1cb1a2fcc627a814e673a7553afa3927
* Restrict grid sidebar size to visible viewport (#19349)Artur Signell2016-05-066-4/+302
| | | | Change-Id: Idf9e967a4d64f627392c1977e40e829dff735271
* Scroll selected tab into view (#3899)Artur Signell2016-05-063-1/+44
| | | | Change-Id: I20d6f469cbdf3448e299d27b728e6b52018a06ce
* Use the correct window height when comparing to browser window height (#19590)Artur Signell2016-05-063-8/+93
| | | | Change-Id: I41eb04330c20fcb6833c15ea7575947581e9fb57
* Double check table focus in IE (#19676)Artur Signell2016-05-062-4/+158
| | | | Change-Id: Ia1dc3c6b131cc171fc46b832febc1852f91559d9
* Take transition into account for Window layout (#15192, #19525, #19415)Artur Signell2016-05-065-0/+241
| | | | Change-Id: Id23424e1380ea9115f8a345579fccc7c8c89fa1a
* Clarify error message for column mismatches (#18323)Leif Åstrand2016-05-061-5/+9
| | | | Change-Id: I0c524cd06c1ce5b61515fca17763759bea16c0ce
* Only handle shortcuts targeted for UI or body element (#19498)Artur Signell2016-05-063-2/+129
| | | | Change-Id: I0b816a1f1f1ddeaa0020fc45bec7629dd97a8092
* Fix Chrome version string7.6.5Markus Koivisto2016-04-191-2/+3
| | | | Change-Id: I488785bfde5edf83564a5e0f426dca9cd99ca373
* Add javadoc and @since for new APIelmot2016-04-152-0/+12
| | | | Change-Id: I5c6be2ae0fdaff8b6b6169d6a1110ae824472532
* Revert "Make it possible to intercept RPC calls without copy/paste"Ilia Motornyi2016-04-158-412/+33
| | | | | | This reverts commit e8ec921a3cb4d494ccbe9599cdb491a17b993365. Change-Id: I3c14a78f841f0207f77df6d66c627967fe0a8332
* Revert "Support string data in javascript renderers (#18209)"Ilia Motornyi2016-04-156-79/+9
| | | | | | This reverts commit ff66c79a045a15f4d1b4fd6f962b2139be21affb. Change-Id: I14f4a4c0b78379e4b22830c1450ef16de229696c
* Revert "Fix JavaScriptStringRenderer to work in IE8"Ilia Motornyi2016-04-151-2/+0
| | | | | | This reverts commit fdad089ca5e3d04aaa4d731240bc3556bff0181d. Change-Id: I51a48a66d910377ad2e39f4458799b5a14bd5119
* Make sure RPC queue is only flushed when there are pending invocations (#19684)Artur Signell2016-04-141-1/+2
| | | | Change-Id: I95c47739fb785ed111642a41b0928a5dcde3fea2
* Prevent closing of uncloseable Window on esc (#19700)Teemu Pöntelin2016-04-143-1/+94
| | | | Change-Id: I4d67cd84c6f4179da6d6fea6b881e8ccd65e70d9
* Documentation for container switch limitations (#18323)elmot2016-04-141-2/+7
| | | | Change-Id: If6fa13c84c8afb5caaf2d46ac283f704baf88695
* Focus click element inside a drag'n'drop wrapper (#14826)Artur Signell2016-04-143-35/+96
| | | | | | | | | | | | Focus inside a drag'n'drop wrapper does not work out of the box as mousedown is cancelled to avoid text selection when starting a dnd operation. This change explicitly calls focus on the element at the location which was clicked. Input elements will now be able to gain focus but e.g. clicking to move the caret inside a text area won't work as mousedown is cancelled. Change-Id: I89e046ddb0b1044bc6a2f11fda4edbe5fda25743
* Update gwt-rpc.asciidocEnver Haase2016-04-141-2/+2
| | | | Change-Id: Idcb88006e671ca80e2877b44b479d0cfd6084b49
* Update gwt-shared-state.asciidocEnver Haase2016-04-141-1/+1
| | | | Change-Id: I6d9dac7b3cb167cfa77b08d9d935437229713a83
* Documentation for container switch limitations (#18323)elmot2016-04-141-1/+4
| | | | Change-Id: Ib8ce5d82fe2c270296bf9196fec103edc1534d46
* Fix Grid to not refresh already focused cell (#19653)Teemu Suo-Anttila2016-04-141-1/+0
| | | | | | | This removes a row repaint when a cell that already has focus is clicked again. Change-Id: I3e4f4f1aec49e2128cd47f7c0b1b1bb4611fbb04
* Refresh grid body after resize (#19664)Markus Koivisto2016-04-143-0/+118
| | | | Change-Id: I8531f9d39aaa5854108e1bee9db121b0e54be770
* Fix Escalator BodyContainer logical top row tracking (#17262)Markus Koivisto2016-04-143-0/+31
| | | | Change-Id: I43041999cba9429e3a08b09f14ac2e8f58774285
* Remove TB2 tests and integration tests for legacy servers/portalsArtur Signell2016-04-14470-43049/+3
| | | | Change-Id: I1c6d830c8a71674c264738f709ad12da3b91cd5c
* Add documentation for Eclipse Notification CenterMarkus Koivisto2016-04-1412-0/+92
| | | | Change-Id: Ie00911096ca93d557a812415f27fe8d54bfd6180
* Fix ClassPathExplorer widgetset source directory lookup (#19694)Teemu Suo-Anttila2016-04-142-12/+37
| | | | Change-Id: I2daf32e0c49501ef3807fd694a641491b26d46bd
* Fixed some missing images and broken xrefs, as well as problems in the ↵Marko Gronroos2016-04-1417-69/+1137
| | | | | | getting-started chapter (#19639). Change-Id: Ie8e371c059f70600bafcf781938ef35878f41324