]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
10 years agoUpdate VBrowserDetails to handle the new IE11 UA on WP 8.1 Update (#14376)
Juho Nurminen [Thu, 14 Aug 2014 14:54:24 +0000 (17:54 +0300)]
Update VBrowserDetails to handle the new IE11 UA on WP 8.1 Update (#14376)

Change-Id: I7fdd091a3b2994270e9928eb4f118ab5ca59ef30

10 years agoUpdate modernie property provider to recognize IE11 on WP 8.1 Update (#14376)
Juho Nurminen [Thu, 14 Aug 2014 14:11:38 +0000 (17:11 +0300)]
Update modernie property provider to recognize IE11 on WP 8.1 Update (#14376)

Change-Id: I8df8260bf875dd2a3cf974885bde8b473f4951a5

10 years agoUpgraded TestTooSmallSubwindowSize from TB2 (#14292)
Anna Koskinen [Thu, 24 Jul 2014 15:06:16 +0000 (18:06 +0300)]
Upgraded TestTooSmallSubwindowSize from TB2 (#14292)

Change-Id: I351e94c6827e4585ddeb0060251f9ba7c5c55df4

10 years agoTabSheet focus/blur events fixed (#14304)
Bogdan Udrescu [Thu, 7 Aug 2014 12:31:07 +0000 (15:31 +0300)]
TabSheet focus/blur events fixed (#14304)

The blur and focus events should be linked with the TabSheet
component as a whole. Any click inside the TabSheet should
trigger one single focus and any leave the blur.

Change-Id: Id24a2fab12aafe6f7aa3a44635e5b9e935a1cfe1

10 years agoAlways use cursor detection for improved test stability
Artur Signell [Wed, 6 Aug 2014 15:07:00 +0000 (18:07 +0300)]
Always use cursor detection for improved test stability

Change-Id: I3ac7a8b404da907fbe025b2ab1af03dd7c32813e

10 years agoMade Valo test UI deterministic and added TB test
Artur Signell [Mon, 11 Aug 2014 19:27:35 +0000 (22:27 +0300)]
Made Valo test UI deterministic and added TB test

Change-Id: I342fad836ad0d4014748a06c8ccfed53a99e6ece

10 years agoSupport setting persistent hover and require window focus parameters
Artur Signell [Mon, 11 Aug 2014 10:43:53 +0000 (13:43 +0300)]
Support setting persistent hover and require window focus parameters

Change-Id: I0b2bb3fba1a8a854799fd087601ba54988ec423b

10 years agoPrevent browser to scroll when space it pressed on a TabSheet (#14320)
Bogdan Udrescu [Mon, 11 Aug 2014 10:08:39 +0000 (13:08 +0300)]
Prevent browser to scroll when space it pressed on a TabSheet (#14320)

Browser page scroll by default when space key is pressed.
The TabSheet uses the space key (32) to select the tab
when navigating using left/right keys. So when the space
is pressed the default browser page scroll behavior is
now prevented.

Change-Id: I8c3c7c4904109018d2f91447235e30dbd29eec5d

10 years agoWorkaround for super dev mode line offset issue (#14051)
Artur Signell [Wed, 13 Aug 2014 17:00:17 +0000 (20:00 +0300)]
Workaround for super dev mode line offset issue (#14051)

Change-Id: I29f59fce90b7060a97787d3c3ce12f890af40079

10 years agoAllow for multiple license keys in a single license file #14408
Jonatan Kronqvist [Tue, 12 Aug 2014 10:52:09 +0000 (13:52 +0300)]
Allow for multiple license keys in a single license file #14408

License files can now contain multiple keys to support different
versions of a product. The keys are identified by the major version
number followed by an equals sign and the key for that version, e.g.

  1 = foo-bar-baz
  2 = baz-foo-bar

The license file can also contain a "default" license key, which
is used for all versions except for the explicitly defined ones, e.g.

  foo-bar-baz
  3 = baz-bar-foo
  4 = bar-baz-baz

Change-Id: Id07d22e9fdc44189c4298b634006cf0df128bfd9

10 years agoMake test more reliable
Artur Signell [Tue, 12 Aug 2014 14:19:33 +0000 (17:19 +0300)]
Make test more reliable

Change-Id: I16a0000ae506b5aef4f4d44cf0ee7235da14a21a

10 years agoPressing [down]+[enter] on a combobox now closes the popup. (#14379)
Guillermo Alvarez [Wed, 6 Aug 2014 14:25:09 +0000 (17:25 +0300)]
Pressing [down]+[enter] on a combobox now closes the popup. (#14379)

Pressing down to open the popup menu and then pressing enter to select
the same item as is already selected will now cause the same behavior
as pressing the escape key when there are suggestions.

Change-Id: I6052608cc5916d306a981aa0f98b0ae822da5eb4

10 years agoCorrectly display an item which is too long for the textfield. (#13477)
Guillermo Alvarez [Mon, 11 Aug 2014 07:56:58 +0000 (10:56 +0300)]
Correctly display an item which is too long for the textfield. (#13477)

New JSNI function allows direction parameter in setSelectionRange.
This allows setting selection backward and fixes the issue in FF.

Change-Id: I1e34b70983e3f525b7009668877038f108d286a7

10 years agoConverted serialization test to be run in validation builds
Artur Signell [Wed, 6 Aug 2014 16:00:26 +0000 (19:00 +0300)]
Converted serialization test to be run in validation builds

Change-Id: Ia6f809349a8ee81bd2d150176c69c6d6ae10491f

10 years agoSingleBrowserTest for testing browser-unrelated functionality
Artur Signell [Wed, 6 Aug 2014 12:30:05 +0000 (15:30 +0300)]
SingleBrowserTest for testing browser-unrelated functionality

Change-Id: Ife2ce000cae1386334596a99592263bd489a5204

10 years agoMake component group spacing adjustable with a variable (Valo)
Jouni Koivuviita [Thu, 7 Aug 2014 11:21:19 +0000 (14:21 +0300)]
Make component group spacing adjustable with a variable (Valo)

Use in the dark variation to prevent overlapping box-shadows.

Change-Id: I622caebd92a14396ab84a9919e4d181d8fd54f3f

10 years agoMake custom panel caption styles better looking (Valo)
Jouni Koivuviita [Thu, 7 Aug 2014 10:52:04 +0000 (13:52 +0300)]
Make custom panel caption styles better looking (Valo)

If the background color of the caption is darker than the normal
background color, add a colored border around the whole caption.
Otherwise only draw the bottom border using the default background
color.

Fix caption bevel and “well” style box shadow handling as well.

Change-Id: I1964df984ba50da8fcd1eed48edeb89abc5d3d8c

10 years agoFix combo box and date field small & large styles box-shadow on focus (Valo)
Jouni Koivuviita [Thu, 7 Aug 2014 10:48:24 +0000 (13:48 +0300)]
Fix combo box and date field small & large styles box-shadow on focus (Valo)

Don’t override any other state than the “normal” for large & small
styles (box-shadow in particular)

Change-Id: I295b5e2300a4b2137171fb0aa55d5bbf3feb8cf6

10 years agoSmall adjustment to valo-menu-item selection color
Jouni Koivuviita [Thu, 7 Aug 2014 07:51:27 +0000 (10:51 +0300)]
Small adjustment to valo-menu-item selection color

Now lighter bg on light colors and darker bg on dark colors.

Change-Id: Id61b88d1cae65330c6f7b2cc3bb93880a7de9965

10 years agoMake success and failure label styles blend more to the theme (Valo)
Jouni Koivuviita [Thu, 7 Aug 2014 07:41:01 +0000 (10:41 +0300)]
Make success and failure label styles blend more to the theme (Valo)

Change-Id: Iece29f5b06a644e374935534399686d938de7501

10 years agoAdded more hierarchy levels to the hierarchical container in ValoThemeUI test
Jouni Koivuviita [Thu, 7 Aug 2014 07:35:59 +0000 (10:35 +0300)]
Added more hierarchy levels to the hierarchical container in ValoThemeUI test

Change-Id: Ic35c2f77a5acb0221792ad0a0195e4566dbece00

10 years agoSmall adjustment to Table column drag-n-drop indicators (Valo)
Jouni Koivuviita [Thu, 7 Aug 2014 07:12:30 +0000 (10:12 +0300)]
Small adjustment to Table column drag-n-drop indicators (Valo)

Change-Id: I40a2fead8ba84b5e827823eae7c73593e8561225

10 years agoFix TreeTable expand/collapse indicator (Valo)
Jouni Koivuviita [Thu, 7 Aug 2014 06:48:55 +0000 (09:48 +0300)]
Fix TreeTable expand/collapse indicator (Valo)

Change-Id: If4498c832f6a2fd4e3ebfb0e01e35909b1b6c3a5

10 years agoSplit common-stylenames to individual component files (#14374)
Jouni Koivuviita [Thu, 7 Aug 2014 19:15:01 +0000 (22:15 +0300)]
Split common-stylenames to individual component files (#14374)

Moved notification and valo-menu styles to the components folder as
well, and added them to the $v-included-components list.

Additional styles are now also controlled with a list variable, which
lists all components whose additional styles should be included in the
build.

Change-Id: Ifb8d49d71622decf8fa0d4875985fcafd908a1f8

10 years agoUpdate Font Awesome to the latest version (#14396)
Jouni Koivuviita [Fri, 8 Aug 2014 09:30:53 +0000 (12:30 +0300)]
Update Font Awesome to the latest version (#14396)

Update the font icon to version 4.1.0.

The enum is now sorted alphabetically by the icon name, while
previously it was sorted by the code point.

The new list is copied from http://fontawesome.io/cheatsheet/ which
contains all the icons in the font.

Change-Id: I41a69248a9e3bd25c90b7f79b5814cdb46b10bbc

10 years agoStop running TB2 tests on Safari 5 and Opera 12
Artur Signell [Fri, 8 Aug 2014 07:33:17 +0000 (10:33 +0300)]
Stop running TB2 tests on Safari 5 and Opera 12

While still supported, these browsers are completely outdated and the
tests no longer give us meaningful information. When TestBench 2 tests
are converted to TB4, they will no longer be run on either of these browser.

To improve the situation in the future, TB4 tests should be run on
Safari 7 and latest Opera

Change-Id: Ib49376e30e105aea89218aa352c44a4c3ec8778f

10 years agoAvoid starting 4 dummy sessions and leave them open for each test
Artur Signell [Fri, 8 Aug 2014 14:40:19 +0000 (17:40 +0300)]
Avoid starting 4 dummy sessions and leave them open for each test

Change-Id: I00ccee8830f09a864df49a3abe2d588bd717c30f

10 years agoResponsiveConnector should request layout update when breakpoints change
Jouni Koivuviita [Mon, 4 Aug 2014 07:15:44 +0000 (10:15 +0300)]
ResponsiveConnector should request layout update when breakpoints change
(#14354)

Change-Id: Ie995268f8d89a951e9ebb351edde4ba1e824101e

10 years agoRefactor Valo main menu styles into separate mixins
Jouni Koivuviita [Tue, 5 Aug 2014 21:39:05 +0000 (00:39 +0300)]
Refactor Valo main menu styles into separate mixins

Add a new utility mixin for defining width-ranges and height-ranges.

Refactored ValoThemeUI to use Responsive and styled it to fit in a
variety of viewport widths.

Fixed an issue with “flat-dark” using named colors, which trips the
“type-of” function.

Theme “theme select”.

Change-Id: Iff55ca2c23d2e279b6199590db2fdfe51423c1df

10 years agoValo reports theme version wrong in debug window (#14338)
Jouni Koivuviita [Tue, 5 Aug 2014 20:39:26 +0000 (23:39 +0300)]
Valo reports theme version wrong in debug window (#14338)

Change-Id: I15f35e2c1e5e61027fc4fca6593f24f1112624c7

10 years agoUpdate textfield readonly style (Valo)
Jouni Koivuviita [Tue, 5 Aug 2014 20:17:28 +0000 (23:17 +0300)]
Update textfield readonly style (Valo)

Make readonly textfields show better inside panels for instance (so
that they look different from normal textfields).

Change-Id: If2b9b810a5bf0d7388563ea1d7560bbf1b9f149a

10 years agoNotification delay is not set to 0 when the notification is clicked (#14368)
Jouni Koivuviita [Thu, 7 Aug 2014 14:22:14 +0000 (17:22 +0300)]
Notification delay is not set to 0 when the notification is clicked (#14368)

Reintroduce the delay timer which triggers the hiding of the
notification. When the notification is clicked, no timer is used, the
notification is hidden immediately.

Change-Id: I93ecc5dcc34c10092b85f4e0daf7ecacfef77f7a

10 years agoFix native select font color (Valo)
Jouni Koivuviita [Tue, 5 Aug 2014 20:09:59 +0000 (23:09 +0300)]
Fix native select font color (Valo)

Change-Id: Ibeb5849417776847f40422ff1b9fb99c63d23af7

10 years agoFix color picker button for IE8
Jouni Koivuviita [Tue, 5 Aug 2014 20:08:10 +0000 (23:08 +0300)]
Fix color picker button for IE8

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

10 years agoEmpty rows in Table are badly styles (#14112)
Jouni Koivuviita [Thu, 7 Aug 2014 11:42:46 +0000 (14:42 +0300)]
Empty rows in Table are badly styles (#14112)

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

10 years agoVerticalSplitPanel inside a HorizontalSplitPanel doesn't display its second component...
Jouni Koivuviita [Thu, 7 Aug 2014 14:03:37 +0000 (17:03 +0300)]
VerticalSplitPanel inside a HorizontalSplitPanel doesn't display its second component (Valo theme) (#14152)

Change-Id: I81b340206a6020d349593926156264b85253c4e6

10 years agoRich text area has broken icons in Valo theme (#14219)
Jouni Koivuviita [Tue, 5 Aug 2014 19:57:31 +0000 (22:57 +0300)]
Rich text area has broken icons in Valo theme (#14219)

Change-Id: I5e7d6a11bee0127bc3f9f4dd32c0828f28b0659d

10 years agoTexArea 'white-space: normal' breaks multiline texts in Valo (#14225)
Jouni Koivuviita [Tue, 5 Aug 2014 19:56:06 +0000 (22:56 +0300)]
TexArea 'white-space: normal' breaks multiline texts in Valo (#14225)

Change-Id: I228d065d13cc6f85f6901702d33121c675af6fc4

10 years agoFix tree row height in IE8 (Valo)
Jouni Koivuviita [Tue, 5 Aug 2014 19:54:46 +0000 (22:54 +0300)]
Fix tree row height in IE8 (Valo)

Change-Id: Ia942f91d22e7fa459e345ea4036e56d071054eb7

10 years agoContext menu is not shown in Table body on mobile browsers (#13694)
Heikki Ohinmaa [Thu, 7 Aug 2014 10:27:14 +0000 (13:27 +0300)]
Context menu is not shown in Table body on mobile browsers (#13694)

Includes updated tests.

Change-Id: I928b888302a2cd22b7c94600fd4f8b7608ba0ca8

10 years agoEnsure IE starts tests with an empty cache
Artur Signell [Thu, 7 Aug 2014 11:33:25 +0000 (14:33 +0300)]
Ensure IE starts tests with an empty cache

Change-Id: Id959872b1bce4422341daf6325b6f5fbf77ad24b

10 years agoNotificationsWaiAria test rewrite to TB3.
Heikki Ohinmaa [Fri, 25 Jul 2014 15:59:01 +0000 (18:59 +0300)]
NotificationsWaiAria test rewrite to TB3.

Change-Id: Ifd83ec30c02e7c39eb8d3d4b1c1cf058da939ce1

10 years agoCorrectly display an item which is too long for the textfield. (#13477)
Guillermo Alvarez [Tue, 5 Aug 2014 15:45:14 +0000 (18:45 +0300)]
Correctly display an item which is too long for the textfield. (#13477)
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

10 years agoTextFieldValueGoesMissing test rewrite to TB3
Heikki Ohinmaa [Wed, 6 Aug 2014 11:00:08 +0000 (14:00 +0300)]
TextFieldValueGoesMissing test rewrite to TB3

Change-Id: Icd665baa9a9fd40b913a462ae0563ac3dcb368da

10 years agoFix the closing of a popup DateField (#14086, #14375).
Mika Murtojarvi [Wed, 6 Aug 2014 16:22:30 +0000 (19:22 +0300)]
Fix the closing of a popup DateField (#14086, #14375).

The popup is made non-modal.

Change-Id: Ia396ff1e2e88639b97c9f556d7d3866f76755436

10 years agoFix DragAndDropWrapper "drag-from-desktop" (#14343 and #14351)
Jouni Koivuviita [Tue, 5 Aug 2014 19:48:56 +0000 (22:48 +0300)]
Fix DragAndDropWrapper "drag-from-desktop" (#14343 and #14351)

Change-Id: I6a037afcc494079ec1eb49980e89ba1f2aeba4ec

10 years agoFix quiet-style button for IE8 (Valo)
Jouni Koivuviita [Tue, 5 Aug 2014 19:46:36 +0000 (22:46 +0300)]
Fix quiet-style button for IE8 (Valo)

Change-Id: I1e07c97b789b7e6bf950d2ba9f60b0ae9c777fd4

10 years agoDo not call requestStart/end multiple times when using push (#14228)
Artur Signell [Mon, 4 Aug 2014 11:12:59 +0000 (14:12 +0300)]
Do not call requestStart/end multiple times when using push (#14228)

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

10 years agoRetry browser startup multiple times for more stability
Artur Signell [Tue, 25 Mar 2014 11:45:37 +0000 (13:45 +0200)]
Retry browser startup multiple times for more stability

Change-Id: Ia46ee4b30809a978e95b67a4f5dfe74bd0125eb3

10 years agoFix Valo Tree selection indicator for Blink (#14334)
Jouni Koivuviita [Wed, 30 Jul 2014 12:29:42 +0000 (15:29 +0300)]
Fix Valo Tree selection indicator for Blink (#14334)

Also remove the child toggle element for leaf nodes in all browsers
(previously only IE8).

Change-Id: If2a1b14dcd423e9322141f36900406b745451993

10 years agoFix table.setCurrentPageFirstItemIndex(n) to load only needed rows (#14135)
Anthony Guerreiro [Wed, 9 Jul 2014 13:48:28 +0000 (16:48 +0300)]
Fix table.setCurrentPageFirstItemIndex(n) to load only needed rows (#14135)

Change-Id: I0186ce32f915b39a012bb653e501b0cad72a9f32

10 years agoDelegateToWidget will now be run even for parent states for extending
Mikael Grankvist [Tue, 1 Jul 2014 11:11:05 +0000 (14:11 +0300)]
DelegateToWidget will now be run even for parent states for extending
states (#14059)

Updated the code to encompass Leif's suggestion.

Change-Id: I70c0a4a93b9fe9ee8b2c458d666a1fec791f20b4

10 years agoMore test helpers
Artur Signell [Thu, 31 Jul 2014 12:13:39 +0000 (15:13 +0300)]
More test helpers

Change-Id: I14cac77cfe577330bc5dbe760ac6d51b54517a72

10 years agoAdd method for widgets to tell there is work to be done (#13565)
Dmitrii Rogozin [Tue, 5 Aug 2014 09:36:37 +0000 (12:36 +0300)]
Add method for widgets to tell there is work to be done (#13565)

Change-Id: I4b961443f6c175aaf2e2272f1257670fe6bc9607

10 years agoDocument remaining additional style names for Valo (#14107)
Jouni Koivuviita [Thu, 31 Jul 2014 11:29:07 +0000 (14:29 +0300)]
Document remaining additional style names for Valo (#14107)

Change-Id: I079492e8a2f3d37d44de3213a2dffb746f726079

10 years agoFix regression caused by #14147 patch (#14147)
Anthony Guerreiro [Wed, 6 Aug 2014 08:06:00 +0000 (09:06 +0100)]
Fix regression caused by #14147 patch (#14147)

The previous patch caused TestCurrentPageFirstItem to fail.

Change-Id: I6eec8818f5ba2ce847a696afa40ba423ec482668

10 years agoRewrite of a failing TB2 test to TB3.
Heikki Ohinmaa [Wed, 30 Jul 2014 13:47:48 +0000 (16:47 +0300)]
Rewrite of a failing TB2 test to TB3.

Change-Id: Ic62e5f955d564d3d8f59ba7ca2a41d30e1a92452

10 years agoComboBoxFiltering test rewrite to TB3
Anthony Guerreiro [Mon, 28 Jul 2014 09:33:56 +0000 (10:33 +0100)]
ComboBoxFiltering test rewrite to TB3

Change-Id: I9aead23bfe093517d0b964dbf9f0ccf38dec7da2

10 years agoRevert "Keyboard shift-selection now works as expected in VScrollTable. (#14094)"
Markus Koivisto [Tue, 5 Aug 2014 12:02:45 +0000 (15:02 +0300)]
Revert "Keyboard shift-selection now works as expected in VScrollTable. (#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

10 years agoTableClickAndDragOnIconAndComponents test upgrade (#14292)
Anna Koskinen [Fri, 1 Aug 2014 07:17:25 +0000 (10:17 +0300)]
TableClickAndDragOnIconAndComponents test upgrade (#14292)

Change-Id: I9677d9da361297cf38cadcab043746efd03ff908

10 years agoFix the behavior of PopupDateField when changing resolution (#14174).
Mika Murtojarvi [Wed, 30 Jul 2014 13:42:53 +0000 (16:42 +0300)]
Fix the behavior of PopupDateField when changing resolution (#14174).

Change-Id: I99b325d71d9d6830349b92cc1226d6ad80066569

10 years agoRemoved randomness from test application
Artur Signell [Mon, 4 Aug 2014 13:14:50 +0000 (16:14 +0300)]
Removed randomness from test application

Change-Id: I823dfd3401c1cc5b2ca66428636043f2af58f0f7

10 years agoMake test work when not in root context
Artur Signell [Wed, 30 Jul 2014 08:59:51 +0000 (11:59 +0300)]
Make test work when not in root context

Change-Id: I26ed26da63969d3798b543fb3b55ddb92e07b32c

10 years agoEditableModeChange test upgrade (#14292)
Anna Koskinen [Mon, 4 Aug 2014 13:51:24 +0000 (16:51 +0300)]
EditableModeChange test upgrade (#14292)

Change-Id: Ibbd2704dbf97d1b68cbb4937f930242635226c05

10 years agoDisappearingComponents test upgrade (#14292)
Anna Koskinen [Mon, 4 Aug 2014 12:07:33 +0000 (15:07 +0300)]
DisappearingComponents test upgrade (#14292)

Change-Id: I9831ca315b0a9f87d3f6baef3966a4efa43684c1

10 years agoReverting multiple commits that caused 100+ regression tests to fail.
Markus Koivisto [Mon, 4 Aug 2014 11:25:16 +0000 (14:25 +0300)]
Reverting multiple commits that caused 100+ regression tests to fail.

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

10 years agoFix encoding in TB2 tests
Artur Signell [Thu, 31 Jul 2014 12:12:26 +0000 (15:12 +0300)]
Fix encoding in TB2 tests

Change-Id: I7fc5cf84f042da39bf29ae55aedc33845000bb9d

10 years agoAdd missing headers for TB2 tests
Artur Signell [Thu, 31 Jul 2014 12:11:17 +0000 (15:11 +0300)]
Add missing headers for TB2 tests

Change-Id: Ifb5ed47f7d16630c55b5e6b5d8bc6e174c39009c

10 years agoRename test method to describe what it does
Artur Signell [Thu, 31 Jul 2014 12:08:11 +0000 (15:08 +0300)]
Rename test method to describe what it does

Change-Id: I09d1c02b75022f9b38b04d7b166e597dae2a213c

10 years agoMigrated ButtonUndefinedWidth to TB3 test
Anthony Guerreiro [Fri, 1 Aug 2014 14:53:08 +0000 (15:53 +0100)]
Migrated ButtonUndefinedWidth to TB3 test

Change-Id: I91a24a89cb7f0c348f14a0ddf9ba4cc6cf2ad993

10 years agoTreeTableOutOfSync test upgrade (#14292)
Anna Koskinen [Mon, 4 Aug 2014 08:34:11 +0000 (11:34 +0300)]
TreeTableOutOfSync test upgrade (#14292)

Change-Id: Idf9b509c63290fca75cb67aeaa8ec981c8fa5b71

10 years agoTableItemDescriptionGenerator test upgrade (#14292)
Anna Koskinen [Fri, 1 Aug 2014 13:07:52 +0000 (16:07 +0300)]
TableItemDescriptionGenerator test upgrade (#14292)

Change-Id: Ica328a6e68c684119b1c0c627e5e1451aaf8b391

10 years agoTableRowHeight2 test upgrade (#14292)
Anna Koskinen [Fri, 1 Aug 2014 14:05:33 +0000 (17:05 +0300)]
TableRowHeight2 test upgrade (#14292)

Change-Id: Ied17689fb63c7b010764d45902eb404087d1fd8f

10 years agoAvoid sharing containers to prevent problems (#14200)
Artur Signell [Mon, 4 Aug 2014 12:18:43 +0000 (15:18 +0300)]
Avoid sharing containers to prevent problems (#14200)

Change-Id: Ifc3286fce10dd4e64fd1001b786599fe66c89077

10 years agoAdding a constant for vaadinBootstrap.js (#14284)
Fabian Lange [Wed, 23 Jul 2014 20:20:43 +0000 (22:20 +0200)]
Adding a constant for vaadinBootstrap.js (#14284)

If for any reason a developer wants to parse the bootstrap html, this
constants allows easy identification of the bootstrap js.

Change-Id: I894cf6e22a7e6d9154c3c9124dda911a86a99475

10 years agoIncrease TB3 socket timeout to 30 min (#14352)
Henri Sara [Mon, 4 Aug 2014 05:23:01 +0000 (08:23 +0300)]
Increase TB3 socket timeout to 30 min (#14352)

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

10 years agoSplit test theme into separate themes and added theme selector
Artur Signell [Mon, 4 Aug 2014 11:20:25 +0000 (14:20 +0300)]
Split test theme into separate themes and added theme selector

Change-Id: I076a05a393ae85bb68983eaa2756d36a0e92014e

10 years agoUpdate Open Sans font files (#14336)
Jouni Koivuviita [Wed, 30 Jul 2014 12:23:07 +0000 (15:23 +0300)]
Update Open Sans font files (#14336)

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

10 years agoAllow changing theme on the fly (#2874, #14139, #14124)
Artur Signell [Wed, 30 Jul 2014 07:53:28 +0000 (07:53 +0000)]
Allow changing theme on the fly (#2874, #14139, #14124)

* 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

10 years agoDisable automatic removal of trailing whitespace and reformatted using Luna
Artur Signell [Mon, 28 Jul 2014 11:52:26 +0000 (14:52 +0300)]
Disable automatic removal of trailing whitespace and reformatted using Luna

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

10 years agoFix typo that caused spanned cells to be removed in Gridlayout (#14335)
Markus Koivisto [Wed, 30 Jul 2014 14:28:41 +0000 (17:28 +0300)]
Fix typo that caused spanned cells to be removed in Gridlayout (#14335)

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

10 years agoHide visible file input in immediate Upload (#14238)
Sami Ekblad [Thu, 17 Jul 2014 13:07:56 +0000 (16:07 +0300)]
Hide visible file input in immediate Upload (#14238)

Change-Id: I4f5bc370a1a60ed2acbd38f62732547f1db7bee9

10 years ago Remove browser warning when running tests locally on Chrome (#14319)
Dmitrii Rogozin [Tue, 29 Jul 2014 08:05:51 +0000 (11:05 +0300)]
 Remove browser warning when running tests locally on Chrome (#14319)

Change-Id: If621e342f6680eeb6ae0aeb3f2dc38e8160316c8

10 years agoSystem notification opacity should be the same as normal notifications (#14331)
Jouni Koivuviita [Wed, 30 Jul 2014 07:55:14 +0000 (10:55 +0300)]
System notification opacity should be the same as normal notifications (#14331)

Change-Id: I24ef0a31d03e6512a36622a6bb457795aa873705

10 years agoMinor refactor to #14147 patch (#14147)
Anthony Guerreiro [Tue, 29 Jul 2014 12:11:51 +0000 (13:11 +0100)]
Minor refactor to #14147 patch (#14147)

Change-Id: I78cdbbad41fa6980f445ae770f7e7a8d7db39176

10 years agoContext menu is not shown in Table body on mobile browsers (#13694)
Heikki Ohinmaa [Wed, 23 Jul 2014 08:38:27 +0000 (11:38 +0300)]
Context menu is not shown in Table body on mobile browsers (#13694)

Change-Id: I095401164a931f3a69dea91037a6cbf35b197121

10 years agoFix Table stuck scroll position after setting scroll to last page (#14147)
Anthony Guerreiro [Tue, 15 Jul 2014 13:24:48 +0000 (16:24 +0300)]
Fix Table stuck scroll position after setting scroll to last page (#14147)

Change-Id: I9c39db5c2ccafd495a1ecc8b28687eeeebe3b6c2

10 years agoUse Sass Compiler version 0.9.9
Henri Sara [Tue, 29 Jul 2014 05:48:35 +0000 (08:48 +0300)]
Use Sass Compiler version 0.9.9

Change-Id: Ie650d10183bdee441693dbe609970b6811764f28

10 years agoTextArea size get reset when css resize is set (#14080)
Bogdan Udrescu [Wed, 2 Jul 2014 15:29:56 +0000 (18:29 +0300)]
TextArea size get reset when css resize is set (#14080)

Listen to MouseUp event on the <textarea> and notify the state with the width and height if changed.
Add com.vaadin.client.Util.Size to manipulates the css width/height.

Change-Id: I96a308658d2877f1f6c05feaa7840a268bb06709

10 years agoFix VWindow Vai-Aria roles for alertdialogs (#14289)
Juuso Valli [Thu, 24 Jul 2014 07:54:42 +0000 (10:54 +0300)]
Fix VWindow Vai-Aria roles for alertdialogs (#14289)

Change-Id: Ie33ef684f2177fe1807f95bf234031cc3a44f317

10 years agoReduce TestBench 3 socket timeout (#14298)
Henri Sara [Fri, 25 Jul 2014 11:29:42 +0000 (14:29 +0300)]
Reduce TestBench 3 socket timeout (#14298)

Change-Id: I45907c5c22bcea1a403af71ecbf5236e5669ab38

10 years agoKeyboard shift-selection now works as expected in VScrollTable. (#14094)
Markus Koivisto [Thu, 26 Jun 2014 13:35:42 +0000 (16:35 +0300)]
Keyboard shift-selection now works as expected in VScrollTable. (#14094)

Change-Id: I0dcd9f75cd30fe91c17ca0755241e73a37da79ec

10 years agoComboBoxIdenticalItems test rewrite to TB3
Heikki Ohinmaa [Mon, 28 Jul 2014 08:59:11 +0000 (11:59 +0300)]
ComboBoxIdenticalItems test rewrite to TB3

Change-Id: I6127826f4ffbb1358821fb7ca5eabf4d774d792c

10 years agoAdd scrollbars to ComboBox suggestion popup if low on screen estate (#11929)
Antti Tanhuanpää [Mon, 30 Jun 2014 14:07:50 +0000 (17:07 +0300)]
Add scrollbars to ComboBox suggestion popup if low on screen estate (#11929)

Change-Id: Idfeb20a385fc68c6527f1947bdbf238d9d4af918

10 years agoBottom component click scroll up the parent panel in a window (#12943)
Bogdan Udrescu [Tue, 8 Jul 2014 06:58:45 +0000 (09:58 +0300)]
Bottom component click scroll up the parent panel in a window (#12943)

Due to old fix for (#11994) the v-scrollable div of the window would
expand to 110% of its size then immediately back to the original size.
The first action, expanding the v-scrollable to 110% would decrease
the scrollTop value of our panel, while increasing its height. When
the revert back action would set the v-scrollable to its own size,
the panel's scrollTop would remain decreased, causing the scroll bar
to move up, hiding the ~10% at the bottom.

Fixed by calling Util.runWebkitOverflowAutoFix(); instead of changing
the height.

Change-Id: I79eafd1f9500c2e4c10dadbfc7100608c0732e04

10 years agoAlter TooltipInWindowTest to inherit from TooltipTest (#14240)
Juuso Valli [Thu, 17 Jul 2014 10:24:50 +0000 (13:24 +0300)]
Alter TooltipInWindowTest to inherit from TooltipTest (#14240)

Change-Id: I27c0a236d4dd654c1cf8d567752af9d1ea3c1de5

10 years agoFix NativeButton clickEvent coordinates in IE11 (#14022)
Anthony Guerreiro [Wed, 2 Jul 2014 08:58:34 +0000 (11:58 +0300)]
Fix NativeButton clickEvent coordinates in IE11 (#14022)

Two clicks were being triggered for IE11,
the first with coordinates (0,0) and the
second with the correct coordinates.

Change-Id: I6f0feb520710b254eac6542f082a5012de2c5f85

10 years agoParallelize ide.xml (#14276)
Leif Åstrand [Tue, 22 Jul 2014 16:02:21 +0000 (19:02 +0300)]
Parallelize ide.xml (#14276)

With this patch, the theme-and-default-widgetset target finishes in 50
seconds, whereas it takes about 80 seconds without the patch. This
happens at the cost of peak memory usage rising from ~750mb to ~850mb.

Change-Id: I969e9b3b01907e24bb8d411884d060ca1b539bde

10 years agoFix background color of Notification in chameleon theme (#14246)
Dmitrii Rogozin [Wed, 16 Jul 2014 14:20:28 +0000 (17:20 +0300)]
Fix background color of Notification in chameleon theme (#14246)

Change-Id: Ie561a3ef95fcc15e357d1edb65b45f596683e7e4

10 years agoUpdate readme to mention Git settings for Windows users.
Leif Åstrand [Tue, 22 Jul 2014 11:24:44 +0000 (14:24 +0300)]
Update readme to mention Git settings for Windows users.

Change-Id: Ie67372d1ea77ad025fe3cb42cfe7a6ecc94ee3df