summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add logging helper functions to AbstractTB3Test.Sauli Tähkäpää2014-10-141-0/+27
| | | | Change-Id: Ie2f85c744eac7f8451f22c717a9aea5ea2e74f0e
* Removed obsolete fix for webkit scrollbar issue. (#14203)Sergey Budkin2014-10-132-24/+0
| | | | | | | | | | | The fix was causing a flicker effect. Initial fix for #2138 was causing a flicker effect, but the original issue is not reproducing currently even when the previous fix is reverted. Tested against tickets #3457, #3875, #7607, #6698 as well as filtering out and removing rows. Change-Id: I1aa6943eb93898d75c4e3c5b6d9326b95648bb1f
* TreeItem double click fixed (#14745)Guillermo Alvarez2014-10-133-38/+148
| | | | | | | The event wasn't sent immediately and was sometimes overwritten by following click event. Change-Id: I7d52030ee8aac2be11b3b3db207d1c7f187d4778
* Read input stream logic is corrected (#14533).Denis Anisimov2014-10-133-18/+162
| | | | Change-Id: I1a8a895d631889e04f7acbde29306e86da344a23
* Fix ComboBox issue with font-based item icons (#14660)Teemu Pöntelin2014-10-132-4/+35
| | | | Change-Id: I8f3de9556cc62670c28523886998f89383b76305
* Exception on closing inactive UI causes issues (#14651)Sergey Budkin2014-10-071-0/+1
| | | | | | Added proposed fix Change-Id: I88085546c2bf47f1e0952d64efadfc40bac12987
* Possible VaadinSession deadlock when invalidating HTTP session (#14452)Sergey Budkin2014-10-072-9/+94
| | | | | | VaadinService.fireSessionDestroy: session.accessSynchronously -> session.access Change-Id: I72e08c9285e6b34dac54401c6c84b7175133e481
* SassDoc stubs, mostly auto-generated by special utility (#14377)7.3.2Sergey Budkin2014-09-2630-18/+837
| | | | Change-Id: Id621c25cae3314dc44a700e1e9dcdae97cda5bfb
* Fix closed issues link in release notes.Sauli Tähkäpää2014-09-261-1/+1
| | | | Change-Id: I79565d94c65efb4ae8a61627c9d313707aabe3d5
* Add @since to isWindowsPhone(). (#14425)Sauli Tähkäpää2014-09-262-0/+2
| | | | Change-Id: Ia4c212ead39d7b71c56db586c0a8559935cae263
* Remove Calendar dependency (#14668)Artur Signell2014-09-251-4/+4
| | | | | | | This can cause GWT compilation problems as java.util.Calendar is not available in GWT Change-Id: Ia13d8f433ac43fcfd670c8e05b1295d3c64327cf
* Added support PORTLET_CONTEXT for vaadin.resources.path value (#14640)Taras Hupalo2014-09-242-1/+7
| | | | Change-Id: Ie801a17ed1eff29a7dc6be61755241777071ab8f
* Set internal value instead of converted value when locale has changed. (#14400)Sauli Tähkäpää2014-09-243-1/+82
| | | | Change-Id: I2440f6471b8bbb016497bf59cffd023b013460dd
* Document that current session and UI are referenced weakly (#14595)Leif Åstrand2014-09-242-3/+14
| | | | Change-Id: Iccf6a2b0da6e47b5b14c40e0ebaab52df1eef92a
* Notification animations feel janky (Valo) (#14656)Jouni Koivuviita2014-09-241-5/+5
| | | | | | Added a small delay for notification animate-in animations. Change-Id: Id5596957c56eae391c17e3ea8b942617b848c8f7
* Fix FormLayout has always an odd 12px horizontal margin (#14574)Jouni Koivuviita2014-09-241-1/+0
| | | | Change-Id: Idaba283636ccbbd3d4fccc8ea10128a464fa463d
* Fixed ComboBox filtering when page length is zero (#14509)Teemu Pöntelin2014-09-243-7/+132
| | | | Change-Id: I663b39a37bcdf4383fa76d04acd127503ced11df
* Fix for audio component starting new playback on each client poll when in ↵Sergey Budkin2014-09-241-2/+32
| | | | | | | | | Window (#14645) Every poll triggers cloning of Window contents at postLayout phase, so media components are cleared of autoplay attribute. Change-Id: I0d81cc1bcfd1da1f7c9f1813fb91930139232737
* Fix multiselection pressing shift before starting (#13483)Guillermo Alvarez2014-09-245-45/+118
| | | | | | | selectionRangeStart wasn't set when starting a selection pressing shift. SelectAllRowsTest was rewritten to enable extension to test this issue. Change-Id: I1b578b28ba89fc8215ec853d92de09f44c2d58e6
* Don't scan classpath for any development servlet (#14604)Leif Åstrand2014-09-242-28/+14
| | | | Change-Id: If3db4a35609260beff1079cbaafa8827643d9271
* Calendar event not shown correctly when partially out of view (#7261)Anna Miroshnik2014-09-242-0/+177
| | | | | | only tests. Fix was done during fix of (#12521) Change-Id: I0097f4b3b0426e007af2eaf20323193ac75e1a8c
* Fix invalid parameter name (#14602)Leif Åstrand2014-09-241-2/+2
| | | | Change-Id: Ia746e41b7dd81b3465895aad4ca39991aac17d89
* WebBrowser.isWindowsPhone() is added (#14425).Denis Anisimov2014-09-243-1/+32
| | | | Change-Id: Ia279c4da78ca04e0d3727b605e2ce68b99e8cd65
* Keyboard scrolling in multiselection mode fixed (#14094)mtzukanov2014-09-191-30/+20
| | | | | | Limiting focusing to single item selections. Change-Id: I12403ddd76fb1eac44d8eca82f251b2b8097b16a
* Fix CustomLayout: component not added at the default location (#14340)Anna Miroshnik2014-09-194-4/+92
| | | | Change-Id: I5eb76915b52f6b73ff0799631d98d5711041eeb5
* Fix release notes.Sauli Tähkäpää2014-09-161-9/+9
| | | | Change-Id: I16d4fc4644c62a7fd3cf0a9ff28c9f77fff395b3
* Fix release notes to pick tickets with status pending-release/release.Sauli Tähkäpää2014-09-161-1/+1
| | | | Change-Id: I88cfd3a5f71fe5471c93d816f45ef9457f8023b6
* Use div instead of notice to avoid UI removing it (#14597)7.3.1Manolo Carrasco2014-09-161-15/+63
| | | | Change-Id: I70cf7f310ee8238a6846316d8c85b3ae4abfd67d
* Fix themes build script not to overwrite all theme files on every iteration. ↵Sauli Tähkäpää2014-09-161-5/+5
| | | | | | (#14575) Change-Id: I58d19f7f5c9e45068b6cc8a7356e41d5d5bce5b6
* Improve proxy comparison support (#14639)Juuso Valli2014-09-152-6/+75
| | | | Change-Id: I114ea5bf9d55c78826c1163206caf585b96143ef
* Make Vaadin component handling proxy-friendly (#14639)Juuso Valli2014-09-1514-21/+53
| | | | | | Comparisons with the ==-operator between a proxy and it's underlying instance fail, so we should use a custom equals method instead. Change-Id: Iaa86ae830fecbedfb1f55636e25f5affebf5aba3
* Add missing comments. (#14482, #14565)Sauli Tähkäpää2014-09-152-1/+2
| | | | Change-Id: I647bc8105cbcd13dd1a0c291a9df01f5f43dd65a
* Update to Atmosphere 2.1.2.vaadin5 (#13877)Sergey Budkin2014-09-153-3/+3
| | | | | | | | New version of vaadin atmosphere, picked change from main codebase: https://github.com/Atmosphere/atmosphere/commit/9eeb5768 Tested manually against Jetty 9.2.3 Change-Id: I90f4a90b1ff651cc475eb01c2156d3c58abd8c2c
* URI to cval file was wrong in Windows (#14629)Manolo Carrasco2014-09-121-4/+5
| | | | Change-Id: Ifdcf8bcaf6f613660b185501be92eec0b43700b5
* TextFields inside Drag and Drop Wrappers cannot get focus (#12838)denis.magdenkov2014-09-123-2/+147
| | | | | | Add detection logic to distinguish bweteen click and drag. Change-Id: I43129183e990266243bfaafe83396f52b09b16d4
* Set title to empty string for Upload if tooltip is used (#14482).Denis Anisimov2014-09-124-0/+130
| | | | Change-Id: Id9cc9d644772af923d3f5307ea4123df8666a489
* Fix slider inside table is not accessible.(#13681)Anna Miroshnik2014-09-123-28/+126
| | | | | | | some fixes after review. HiddenSliderHandle extends AbstractTestUI instead of UI now. Change-Id: I83578014ae83219941da745e8373614854c937d7
* DateField ValueChange is now fired after flags are set (#14487)Guillermo Alvarez2014-09-123-3/+169
| | | | | | | | When the UI had an invalid string the ValueChange event was fired before setting all the flags causing an invalid isValid result when handling ValueChange. Now the event is fired after the flags are set. Change-Id: Ie4e6ba21edc81bf41c2c661aa27e0ace71e1bef0
* Fix Valo DateField rendering in read-only FieldGroups (#14603)Heikki Ohinmaa2014-09-124-18/+26
| | | | Change-Id: Icb05cffe68b948777036e282a2055e3343de9252
* Dev mode launch based on Super Dev Mode launch (#14443)Artur Signell2014-09-121-17/+12
| | | | Change-Id: Ic40ec59317b0f1a7c035963c147225c85a8e049d
* Fix super dev mode launch (#14443)Artur Signell2014-09-122-16/+10
| | | | Change-Id: Iea23811d55ec2e3079bc6e764127ffe6d8cfc494
* Fix potential invalid JSON output in MetadataWriter (#14591)Johannes Dahlström2014-09-122-0/+15
| | | | Change-Id: I90ec428ae11727b9762d53ebb8d94f8c850c425b
* Update DateCellDayEvent size on updateSizes in Connector (#13233).Denis Anisimov2014-09-125-29/+261
| | | | Change-Id: Ib3142cc62e95ce0e31bb8746eacd5ca4580c1865
* StreamResource methods equals() and hashCode() are corrected (#14027).Denis Anisimov2014-09-122-8/+62
| | | | Change-Id: I68a629a29cc0d6efd2dd7788875a1dc4182ee6bf
* Fixes invalid JavaDoc for DeferredWorker (#14625)Henrik Paul2014-09-121-2/+5
| | | | Change-Id: I479f9e743849abf63ca898a7d6b11e4d4f94dada
* Add SubPart support to VaadinFinderLocatorStrategy (#13980)Teemu Suo-Anttila2014-09-123-6/+34
| | | | | | This also fixes recorder issues with negative indices Change-Id: I1d3fceaf11aed743a957fe72e7ab60c13d7fc5e1
* Override IE disabled style for text field (#14565)Mikael Grankvist2014-09-124-4/+112
| | | | Change-Id: Ie48e56666c43450c47015067879fdc604c7ac843
* calendar visible hours shows invalid dates(week/day view) (#12521)Anna Miroshnik2014-09-126-35/+262
| | | | | | Fix: test fails on phantomJs. Change-Id: I70179c249a180a795e14683e4185068d5395762b
* Output legacy locators for TestBench Recorder (#14102).Mika Murtojarvi2014-09-122-94/+114
| | | | | | This fixes a regression in Recorder. Change-Id: I3c9d5939d3f1b41bd5ea8d80acbbb017b6baa062
* Bump Atmosphere-runtime version number to 2.1.2.vaadin4 (#14038)Johannes Dahlström2014-09-123-3/+3
| | | | Change-Id: Ifcfe1f90b795072c12d3118db33f3df6c96c568b