summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix color picker button for IE8Jouni Koivuviita2014-08-071-0/+17
| | | | | | | | | | | The selected color hex value is no longer overlapping with the color square. But now when there’s no hex value as the button caption, there’s extra white space on the right edge of the button, which is unavoidable. This is a lesser evil. Change-Id: I9c7e36fdf22f63c9cad6972f0f2038513f841d6b
* Empty rows in Table are badly styles (#14112)Jouni Koivuviita2014-08-072-1/+15
| | | | | | | | | Reduced padding around widgets inside table cells also. Set z-index for drag’n’drop styles to set the above any relative positioned widgets inside table cells. Change-Id: I512c61428aa88678261f276148d3ba39134a6411
* VerticalSplitPanel inside a HorizontalSplitPanel doesn't display its second ↵Jouni Koivuviita2014-08-073-59/+165
| | | | | | component (Valo theme) (#14152) Change-Id: I81b340206a6020d349593926156264b85253c4e6
* Rich text area has broken icons in Valo theme (#14219)Jouni Koivuviita2014-08-071-1/+1
| | | | Change-Id: I5e7d6a11bee0127bc3f9f4dd32c0828f28b0659d
* TexArea 'white-space: normal' breaks multiline texts in Valo (#14225)Jouni Koivuviita2014-08-071-1/+1
| | | | Change-Id: I228d065d13cc6f85f6901702d33121c675af6fc4
* Fix tree row height in IE8 (Valo)Jouni Koivuviita2014-08-071-1/+3
| | | | Change-Id: Ia942f91d22e7fa459e345ea4036e56d071054eb7
* Context menu is not shown in Table body on mobile browsers (#13694)Heikki Ohinmaa2014-08-0712-76/+382
| | | | | | Includes updated tests. Change-Id: I928b888302a2cd22b7c94600fd4f8b7608ba0ca8
* Ensure IE starts tests with an empty cacheArtur Signell2014-08-071-0/+3
| | | | Change-Id: Id959872b1bce4422341daf6325b6f5fbf77ad24b
* NotificationsWaiAria test rewrite to TB3.Heikki Ohinmaa2014-08-073-118/+144
| | | | Change-Id: Ifd83ec30c02e7c39eb8d3d4b1c1cf058da939ce1
* Correctly display an item which is too long for the textfield. (#13477)Guillermo Alvarez2014-08-073-6/+150
| | | | | | | As setSelectionRange is not working correctly in IE the current approach sets the direction before setting the text and resets it to the original immediately after that. Change-Id: I33f40f9ae436122092d995fa17c35a9cbe38aedb
* TextFieldValueGoesMissing test rewrite to TB3Heikki Ohinmaa2014-08-073-52/+60
| | | | Change-Id: Icd665baa9a9fd40b913a462ae0563ac3dcb368da
* Fix the closing of a popup DateField (#14086, #14375).Mika Murtojarvi2014-08-073-1/+110
| | | | | | The popup is made non-modal. Change-Id: Ia396ff1e2e88639b97c9f556d7d3866f76755436
* Fix DragAndDropWrapper "drag-from-desktop" (#14343 and #14351)Jouni Koivuviita2014-08-071-1/+2
| | | | Change-Id: I6a037afcc494079ec1eb49980e89ba1f2aeba4ec
* Fix quiet-style button for IE8 (Valo)Jouni Koivuviita2014-08-071-0/+5
| | | | Change-Id: I1e07c97b789b7e6bf950d2ba9f60b0ae9c777fd4
* Do not call requestStart/end multiple times when using push (#14228)Artur Signell2014-08-071-5/+15
| | | | | | | All HTTP request based push request invoke onRequestStart/End in the servlet. We need to trigger start/end separately in push handler only for websocket messages Change-Id: I16064ea88b0c70812f247028ddb23560536db70d
* Retry browser startup multiple times for more stabilityArtur Signell2014-08-071-3/+29
| | | | Change-Id: Ia46ee4b30809a978e95b67a4f5dfe74bd0125eb3
* Fix Valo Tree selection indicator for Blink (#14334)Jouni Koivuviita2014-08-071-3/+4
| | | | | | | Also remove the child toggle element for leaf nodes in all browsers (previously only IE8). Change-Id: If2a1b14dcd423e9322141f36900406b745451993
* Fix table.setCurrentPageFirstItemIndex(n) to load only needed rows (#14135)Anthony Guerreiro2014-08-073-2/+202
| | | | Change-Id: I0186ce32f915b39a012bb653e501b0cad72a9f32
* DelegateToWidget will now be run even for parent states for extendingMikael Grankvist2014-08-0711-20/+229
| | | | | | | | states (#14059) Updated the code to encompass Leif's suggestion. Change-Id: I70c0a4a93b9fe9ee8b2c458d666a1fec791f20b4
* More test helpersArtur Signell2014-08-071-28/+73
| | | | Change-Id: I14cac77cfe577330bc5dbe760ac6d51b54517a72
* Add method for widgets to tell there is work to be done (#13565)Dmitrii Rogozin2014-08-063-3/+77
| | | | Change-Id: I4b961443f6c175aaf2e2272f1257670fe6bc9607
* Document remaining additional style names for Valo (#14107)Jouni Koivuviita2014-08-061-9/+163
| | | | Change-Id: I079492e8a2f3d37d44de3213a2dffb746f726079
* Fix regression caused by #14147 patch (#14147)Anthony Guerreiro2014-08-065-220/+507
| | | | | | The previous patch caused TestCurrentPageFirstItem to fail. Change-Id: I6eec8818f5ba2ce847a696afa40ba423ec482668
* Rewrite of a failing TB2 test to TB3.Heikki Ohinmaa2014-08-052-12/+90
| | | | Change-Id: Ic62e5f955d564d3d8f59ba7ca2a41d30e1a92452
* ComboBoxFiltering test rewrite to TB3Anthony Guerreiro2014-08-052-62/+108
| | | | Change-Id: I9aead23bfe093517d0b964dbf9f0ccf38dec7da2
* Revert "Keyboard shift-selection now works as expected in VScrollTable. ↵Markus Koivisto2014-08-054-78/+14
| | | | | | | | | (#14094)" This reverts commit 441371a. The commit caused rows selected in a multiselect table to no longer be focused, which caused a number of regressions. Change-Id: I42d960cec9dfe24852b40a623f32e2b467704491
* TableClickAndDragOnIconAndComponents test upgrade (#14292)Anna Koskinen2014-08-053-137/+246
| | | | Change-Id: I9677d9da361297cf38cadcab043746efd03ff908
* Fix the behavior of PopupDateField when changing resolution (#14174).Mika Murtojarvi2014-08-054-4/+291
| | | | Change-Id: I99b325d71d9d6830349b92cc1226d6ad80066569
* Removed randomness from test applicationArtur Signell2014-08-0512-106/+144
| | | | Change-Id: I823dfd3401c1cc5b2ca66428636043f2af58f0f7
* Make test work when not in root contextArtur Signell2014-08-051-1/+1
| | | | Change-Id: I26ed26da63969d3798b543fb3b55ddb92e07b32c
* EditableModeChange test upgrade (#14292)Anna Koskinen2014-08-053-61/+97
| | | | Change-Id: Ibbd2704dbf97d1b68cbb4937f930242635226c05
* DisappearingComponents test upgrade (#14292)Anna Koskinen2014-08-053-41/+54
| | | | Change-Id: I9831ca315b0a9f87d3f6baef3966a4efa43684c1
* Reverting multiple commits that caused 100+ regression tests to fail.Markus Koivisto2014-08-056-736/+219
| | | | | | | | | | Commits reverted: * 392e8a0 - Minor refactor to #14147 patch * 8d470c9 - Context menu is not shown in Table body on mobi... (#13694) * f7dc719 - Fix Table stuck scroll position after setting ... (#14147) Change-Id: I3f5ed7fa15a9cfebce7a57662d229bf46118c5d6
* Fix encoding in TB2 testsArtur Signell2014-08-056-6/+6
| | | | Change-Id: I7fc5cf84f042da39bf29ae55aedc33845000bb9d
* Add missing headers for TB2 testsArtur Signell2014-08-052-0/+32
| | | | Change-Id: Ifb5ed47f7d16630c55b5e6b5d8bc6e174c39009c
* Rename test method to describe what it doesArtur Signell2014-08-057-8/+8
| | | | Change-Id: I09d1c02b75022f9b38b04d7b166e597dae2a213c
* Migrated ButtonUndefinedWidth to TB3 testAnthony Guerreiro2014-08-052-82/+38
| | | | Change-Id: I91a24a89cb7f0c348f14a0ddf9ba4cc6cf2ad993
* TreeTableOutOfSync test upgrade (#14292)Anna Koskinen2014-08-053-43/+69
| | | | Change-Id: Idf9b509c63290fca75cb67aeaa8ec981c8fa5b71
* TableItemDescriptionGenerator test upgrade (#14292)Anna Koskinen2014-08-057-877/+396
| | | | Change-Id: Ica328a6e68c684119b1c0c627e5e1451aaf8b391
* TableRowHeight2 test upgrade (#14292)Anna Koskinen2014-08-053-62/+60
| | | | Change-Id: Ied17689fb63c7b010764d45902eb404087d1fd8f
* Avoid sharing containers to prevent problems (#14200)Artur Signell2014-08-051-12/+9
| | | | Change-Id: Ifc3286fce10dd4e64fd1001b786599fe66c89077
* Adding a constant for vaadinBootstrap.js (#14284)Fabian Lange2014-08-052-13/+22
| | | | | | | If for any reason a developer wants to parse the bootstrap html, this constants allows easy identification of the bootstrap js. Change-Id: I894cf6e22a7e6d9154c3c9124dda911a86a99475
* Increase TB3 socket timeout to 30 min (#14352)Henri Sara2014-08-051-2/+2
| | | | | | | | This increases the timeout from 15 to 30 minutes to avoid occasional timeouts at times of test cluster congestion. The timeout was originally reduced for #14298. Change-Id: I59e8ad892356c94954d0d20884319de653704ca4
* Split test theme into separate themes and added theme selectorArtur Signell2014-08-0424-190/+253
| | | | Change-Id: I076a05a393ae85bb68983eaa2756d36a0e92014e
* Update Open Sans font files (#14336)Jouni Koivuviita2014-08-0430-0/+0
| | | | | | | | | | | | Fix inconsistent rendering between Valo’s bundled Open Sans vs. Google Fonts provided Open Sans versions on Windows (DirectWrite). The previous bundled font was generated with Font Squirrel Webfont Generator with some additional optimizations on (the “Fix GASP Table” option most likely), which caused the inconsistencies. The new version is converted with the basic options (most straightforward conversion). Change-Id: Id9190dc6ceff26d771ec4622a5750b2a1f234304
* Allow changing theme on the fly (#2874, #14139, #14124)Artur Signell2014-08-0416-79/+701
| | | | | | | | | | * Updates UI and overlay container class names when the theme changes * Initially verifies that the theme has actually been loaded (for the embed case) and class names have been properly set * Forces a state change to all components to re-translate theme:// URLs * Runs a full layout after the new theme has been loaded and activated Change-Id: I5a7391abe1bb467130bbb4660e4829b43f3e4255
* Disable automatic removal of trailing whitespace and reformatted using LunaArtur Signell2014-07-3138-69/+81
| | | | | | | | | | Automatic removal of trailing whitespaces in Eclipse does not work even in a nearly consistent way across platforms, versions or even on the same maching within the same workspaces. Saving the same file multiple times even alternates between adding and removing a whitespace on empty block comment lines when saving. Change-Id: I0efd307fd48869ea688eb79aa77c9ba38de5a4a6
* Fix typo that caused spanned cells to be removed in Gridlayout (#14335)Markus Koivisto2014-07-313-10/+114
| | | | | | | | Gridlayout removes columns and rows with no content. Gridlayout is supposed to check for spanned cells and not remove otherwise empty rows or columns if they are covered by a span. Change-Id: I1c25a8e6426e6ce0e24f9110a6b994598c395e7a
* Hide visible file input in immediate Upload (#14238)Sami Ekblad2014-07-313-0/+155
| | | | Change-Id: I4f5bc370a1a60ed2acbd38f62732547f1db7bee9
* Remove browser warning when running tests locally on Chrome (#14319)Dmitrii Rogozin2014-07-301-9/+16
| | | | Change-Id: If621e342f6680eeb6ae0aeb3f2dc38e8160316c8