]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
9 years agoUpdate GWT to 2.7.0.beta1vaadin1.
Artur Signell [Thu, 16 Oct 2014 08:28:12 +0000 (11:28 +0300)]
Update GWT to 2.7.0.beta1vaadin1.

Update client-compiler-deps to 1.2.0.
Fix classpaths for devmodes.

Change-Id: I8452271594b4563bf476420ff7ab22985913e397

9 years agoFix a regression in VMenuBar.getSubpartElement (#14879).
Mika Murtojarvi [Mon, 27 Oct 2014 15:44:16 +0000 (17:44 +0200)]
Fix a regression in VMenuBar.getSubpartElement (#14879).

A change done in an earlier patch set
(https://dev.vaadin.com/review/#/c/5283/) caused a test failure with
Internet Explorer 8.

Change-Id: I8159135ab7ec4b73682e90daf393b879bf587930

9 years agoTable column width can be changed from defined to expandratio (#15101)
Sara Seppola [Tue, 28 Oct 2014 14:42:35 +0000 (16:42 +0200)]
Table column width can be changed from defined to expandratio (#15101)

Change-Id: I8dead7fd77b44c8adc5e973f29d5e14bae6fb293

9 years agoFixed typo in Javadoc
Markus Koivisto [Wed, 29 Oct 2014 15:00:42 +0000 (17:00 +0200)]
Fixed typo in Javadoc

Change-Id: I8c84e09c8c485e310638a814fe686fe5f856656e

9 years agoUpload: OutOfMemory if stream already been read (#10096)
Sergey Budkin [Fri, 24 Oct 2014 09:29:58 +0000 (12:29 +0300)]
Upload: OutOfMemory if stream already been read (#10096)

Added -1 check and test.

Change-Id: I3f6c61417353884d22d8e6b33ef21319475c1907

9 years agoFire attach/detach events when Window is added/removed from UI (#14908).
Denis Anisimov [Thu, 23 Oct 2014 16:35:39 +0000 (19:35 +0300)]
Fire attach/detach events when Window is added/removed from UI (#14908).

Change-Id: Idc51aa5ab97a9d3f7a1f316d9536ae1cbaeafe38

9 years agoFix: Navigation to invisible days of week in VAADIN calendar (#12243)
Anna Miroshnik [Wed, 24 Sep 2014 07:33:01 +0000 (11:33 +0400)]
Fix: Navigation to invisible days of week in VAADIN calendar (#12243)

Some changes in BasicBackwardHandler and BasicForwardHandler.
Also test was added (CalendarBackwardForwardTest).
Changes after review.

Change-Id: Ibe0283534b784e3c18134619e1843440ca74e65c

9 years agoSet correct versions for json package imports in OSGi manfiests (#14618)
Maciej Przepióra [Thu, 23 Oct 2014 15:07:20 +0000 (18:07 +0300)]
Set correct versions for json package imports in OSGi manfiests (#14618)

Change-Id: I4761ab889bfacedd66bd7ed5f37fe763d7539bef

9 years agoFix button on immediate upload does not obey setWidth() (#14485)
denis.magdenkov [Wed, 1 Oct 2014 13:50:30 +0000 (17:50 +0400)]
Fix button on immediate upload does not obey setWidth() (#14485)

Added sass selector for upload in base theme.

Change-Id: Iebf796f0965de6afeac98d6e2a2a9246c9251bab

9 years agoSet v-disabled on Button inside Upload when disabled. (#14655)
Sauli Tähkäpää [Sun, 12 Oct 2014 20:42:28 +0000 (23:42 +0300)]
Set v-disabled on Button inside Upload when disabled. (#14655)

Change-Id: Ic28c8e4020eddae32a71b5c7f9da0ad61f2f7af9

9 years agoAdd addButton() AbstractTestUI.
Sauli Tähkäpää [Mon, 13 Oct 2014 11:56:50 +0000 (14:56 +0300)]
Add addButton() AbstractTestUI.

Change-Id: I55a02e96466b63f6b00047cc87ab111f6c08e45b

9 years agoRefactor VaadinFinderLocatorStrategy
Dmitrii Rogozin [Tue, 21 Oct 2014 13:58:01 +0000 (16:58 +0300)]
Refactor VaadinFinderLocatorStrategy

Change-Id: I9a3b3087f49f65e6ee0733fab42573d2b84c188e

9 years agoFormLayout margins do not work (#14610)
Jouni Koivuviita [Tue, 21 Oct 2014 11:13:15 +0000 (14:13 +0300)]
FormLayout margins do not work (#14610)

Change-Id: Ibad03664be53489121914a2dd7bb051cc6e5350c

9 years agoFix: Empty space on page after expanded component (#12672)
Anna Miroshnik [Tue, 7 Oct 2014 15:37:30 +0000 (19:37 +0400)]
Fix: Empty space on page after expanded component (#12672)

Full defect name: Empty space on page after expanded component - incorrect height calculation in Chrome

Layout:
[
Panel (auto x auto) [
Grid (auto x auto)
]
AnyComponent (100% x 100%)
<EMPTY SPACE>

Also sleep() was removed from tests BaseLayoutExpandTest and
BaseAddReplaceMoveTest

Change-Id: Ie8a14a58dd53a26a133ea99a7b809d92c1b33a1f

9 years agoTest fix now that FormLayout margins work again. (#14890)
Anna Koskinen [Wed, 22 Oct 2014 08:26:52 +0000 (11:26 +0300)]
Test fix now that FormLayout margins work again. (#14890)

Change-Id: Ifa7d4ae9d36c1180a5c635833a9a13ad576d5c70

9 years agoAdd @since to ContainerEventProvider. (#14178)
Sauli Tähkäpää [Thu, 16 Oct 2014 12:49:25 +0000 (15:49 +0300)]
Add @since to ContainerEventProvider. (#14178)

Change-Id: Ic44e8abf1e7405735c940573558e150b4e0de35d

9 years agoAdd @since to isEnabled() and setEnabled(). (#14797)
Sauli Tähkäpää [Thu, 16 Oct 2014 13:01:26 +0000 (16:01 +0300)]
Add @since to isEnabled() and setEnabled(). (#14797)

Change-Id: Ic9b7e8f597afd68c4190b7eaffaee203876e24e0

9 years agoFix @since for isIPhone() and isIPad(). (#14424, #14423)
Sauli Tähkäpää [Thu, 16 Oct 2014 06:00:03 +0000 (09:00 +0300)]
Fix @since for isIPhone() and isIPad(). (#14424, #14423)

Change-Id: I8b72b362134d564165a7037e0722c3ff28f59497

9 years agoFieldGroup should not throw NPE when data source is not set (#14901).
Denis Anisimov [Tue, 21 Oct 2014 17:41:05 +0000 (20:41 +0300)]
FieldGroup should not throw NPE when data source is not set (#14901).

Change-Id: I74bea857306fac5123aa86cdabc70d81c2a72094

9 years agoAvoid errors if window.vaadin does not exist
Manolo Carrasco [Thu, 11 Sep 2014 16:12:19 +0000 (18:12 +0200)]
Avoid errors if window.vaadin does not exist

Change-Id: I5d57ca13030c75831a47bc6f6e1a73b845f7ea73

9 years agoFix VaadinFinderLocator for UIElement (#14010).
Dmitrii Rogozin [Mon, 20 Oct 2014 13:25:22 +0000 (16:25 +0300)]
Fix VaadinFinderLocator for UIElement (#14010).

Change-Id: If25ebdcdd4df438402d1cdc60a63c629e84c73a0

9 years agoUpdate testbench icon in debug window (#14913)
Dmitrii Rogozin [Tue, 21 Oct 2014 10:54:53 +0000 (13:54 +0300)]
Update testbench icon in debug window (#14913)

Change-Id: Ic114cb1c61a925347e70da3820e4b9f22abeb27c

9 years agoReplace no-break-spaces with whitespaces (#14890)
Sara Seppola [Thu, 16 Oct 2014 13:54:11 +0000 (16:54 +0300)]
Replace no-break-spaces with whitespaces (#14890)

Change-Id: Ib378fbea73bc16caa12deb14f760025e68f16288

9 years agoAdded missing test when unframed (#14450)
Guillermo Alvarez [Mon, 20 Oct 2014 11:40:38 +0000 (14:40 +0300)]
Added missing test when unframed (#14450)

Now we check closing element is present in unframed tabsheets

Change-Id: If29c1006db0f9267d213b5f063a1c478efe60ea9

9 years agoMake PopupPanel attach to overlay container in a GWT 2.7 compatible way (#14881)
Artur Signell [Fri, 17 Oct 2014 14:49:32 +0000 (17:49 +0300)]
Make PopupPanel attach to overlay container in a GWT 2.7 compatible way (#14881)

Change-Id: I71fcac37888c920ba62660b829f4cae3de6dd67a

9 years agoCorrect positioning and sizing logic for context menu (#14863).
Denis Anisimov [Tue, 14 Oct 2014 19:16:00 +0000 (22:16 +0300)]
Correct positioning and sizing logic for context menu (#14863).

Change-Id: Ic2edd6e6f53cd8ae3dc2d39477f59261356beafd

9 years agoFix TabSheet becomes unresponsive after setSelectedTab (#14710)
Guillermo Alvarez [Fri, 17 Oct 2014 08:00:37 +0000 (11:00 +0300)]
Fix TabSheet becomes unresponsive after setSelectedTab (#14710)

Fixed unresponsiveness issue without removing the waitingForResponse
flag from VTabsheet. The flag is now set in revertToSharedStateSelection

Change-Id: I62cabc44d4ac4c284b0b35921d8624483b0150be

9 years agoNew tests for Removing and re-adding all rows in Table (#14581)
Guillermo Alvarez [Thu, 16 Oct 2014 12:40:51 +0000 (15:40 +0300)]
New tests for Removing and re-adding all rows in Table (#14581)

Refactor of test into separate tests.
Addition of new cases to test when a new container is added and
when all items are removed and only one item is added

Change-Id: I6103404d1f21c02d7469f61ce942f7379b00a17b

9 years agoUpdate atmosphere-runtime to 2.1.2.vaadin6. (#14674, #14861)
Sauli Tähkäpää [Wed, 15 Oct 2014 10:24:37 +0000 (13:24 +0300)]
Update atmosphere-runtime to 2.1.2.vaadin6. (#14674, #14861)

Change-Id: Ie239bf110909f8acb47f2141431965061f9ac407

9 years agoChange getSubPartElement(String) to ignore text icons (#14879).
Mika Murtojarvi [Fri, 17 Oct 2014 14:34:22 +0000 (17:34 +0300)]
Change getSubPartElement(String) to ignore text icons (#14879).

The test for this change set will be included in the TestBench project,
since the API required by the test is not present here.

Change-Id: Ia31d4ba49dabdb74d81e5b9d23db7af809d96942

9 years agoFix Tabsheet close button not shown on tabsheet (Firefox 24) (#14450)
Jouni Koivuviita [Fri, 17 Oct 2014 09:03:48 +0000 (12:03 +0300)]
Fix Tabsheet close button not shown on tabsheet (Firefox 24) (#14450)

Change-Id: I099f94f47f2f7aa5856026f6cf6e53629732527c

10 years agoAdd missing tests (#12976)
Guillermo Alvarez [Wed, 15 Oct 2014 12:33:18 +0000 (15:33 +0300)]
Add missing tests (#12976)

Adapted TB2 tests included in changeset number [26188] of Vaadin 6.8 SVN

Change-Id: Ib935524538e06bd51acc01068df6ad86beba05fb

10 years agofix: Tooltip does not shrink when content changes (#11871)
Anna Miroshnik [Tue, 23 Sep 2014 13:18:45 +0000 (17:18 +0400)]
fix: Tooltip does not shrink when content changes (#11871)

Change-Id: I6b0cc0996560b2f8dd28e110e455445952c0fbd9

10 years agoUse isConnectorEnabled instead of isEnabled for DnD service (#12781)
Denis Anisimov [Thu, 16 Oct 2014 07:49:22 +0000 (10:49 +0300)]
Use isConnectorEnabled instead of isEnabled for DnD service (#12781)

Change-Id: Ica20d57283db74d66176de7c696136a9a3615c41

10 years agoUse isConnectorEnabled instead of isEnabled for client requests(#12781).
Denis Anisimov [Sun, 14 Sep 2014 12:26:37 +0000 (15:26 +0300)]
Use isConnectorEnabled instead of isEnabled for client requests(#12781).

Change-Id: Iac6dc5caf9ece76d9289da05f83289152b005406

10 years agoFixed FontIcons on VWindow (#14481).
Tapio Aali [Tue, 7 Oct 2014 07:22:24 +0000 (10:22 +0300)]
Fixed FontIcons on VWindow (#14481).

Change-Id: I1b7cb280088379a6512e23a663dbf2a31f8123cd

10 years agoIgnore reconnect tests for long polling and streaming on PhantomJS.
Sauli Tähkäpää [Mon, 13 Oct 2014 10:48:24 +0000 (13:48 +0300)]
Ignore reconnect tests for long polling and streaming on PhantomJS.

Change-Id: Ia8248f31caafb6c53e967491084d660d89de2c29

10 years agoChange default retry count to zero.
Sauli Tähkäpää [Mon, 13 Oct 2014 06:43:35 +0000 (09:43 +0300)]
Change default retry count to zero.

Change-Id: Ifc17af65d7cdbd07f05608c0c937cc56a96c8d8f

10 years agoUse deployment url property value for base URL if it's defined (#14758).
Denis Anisimov [Wed, 24 Sep 2014 17:42:54 +0000 (20:42 +0300)]
Use deployment url property value for base URL if it's defined (#14758).

Change-Id: I249e37cfaf23564b00136b33132df3d339a46e98

10 years agoUpdate ExtraWindowShownWaiAriaTest for stability.
Anna Koskinen [Tue, 23 Sep 2014 07:53:15 +0000 (10:53 +0300)]
Update ExtraWindowShownWaiAriaTest for stability.

Change-Id: I6a623ca67e5ae553bc0c68fcd76eb3b076f6b119

10 years agoNot able to scroll BrowserFrames on iOS Devices (#14813)
Sergey Budkin [Mon, 6 Oct 2014 13:35:28 +0000 (16:35 +0300)]
Not able to scroll BrowserFrames on iOS Devices (#14813)

Added CSS fixes.

Change-Id: I1f1d27a18b925ab9b4e21292218c75206d3d4984

10 years agoFixed the sizing of relative-sized components in AbsoluteLayout (#13131)
Anna Koskinen [Fri, 10 Oct 2014 07:51:11 +0000 (10:51 +0300)]
Fixed the sizing of relative-sized components in AbsoluteLayout (#13131)

Change-Id: Ibc0757fa383b15dbf33f0b75a7d20ee78db5e88a

10 years agoMake DefaultFieldGroupFieldFactory singleton (#11038).
Denis Anisimov [Sun, 21 Sep 2014 16:32:13 +0000 (19:32 +0300)]
Make DefaultFieldGroupFieldFactory singleton (#11038).

Change-Id: I40250fadfe78d663d1cb7614f4f8818216e773a4

10 years agoAssert that async UIDL processing happens in order (#14643)
Leif Åstrand [Fri, 12 Sep 2014 13:49:48 +0000 (16:49 +0300)]
Assert that async UIDL processing happens in order (#14643)

Change-Id: Ib2502ad9dc4d28eca41e45efd025478d3f4330a0

10 years agoUse workaround for JDK6 Introspection bug JDK-6788525 (#14839).
Denis Anisimov [Sat, 11 Oct 2014 14:41:48 +0000 (17:41 +0300)]
Use workaround for JDK6 Introspection bug JDK-6788525 (#14839).

Change-Id: Ib7ef769b7537675c681ac1fab24a425d19a267e7

10 years agoFix empty table captions in Valo theme (#14812)
Teemu Pöntelin [Sat, 4 Oct 2014 13:05:49 +0000 (16:05 +0300)]
Fix empty table captions in Valo theme (#14812)

Change-Id: I6d18e9a16ea5c4c4de0653233fefa1af8f76205a

10 years agoTicket summaries are now html-encoded (#14579)
Sara Seppola [Tue, 7 Oct 2014 13:09:02 +0000 (16:09 +0300)]
Ticket summaries are now html-encoded (#14579)

Change-Id: Ia6a4342f6488da27310afe14421ef5af68e436bc

10 years agoIncorrect rendering of Panel with undefined size in Firefox (#14631).
Sergey Budkin [Fri, 3 Oct 2014 09:25:37 +0000 (12:25 +0300)]
Incorrect rendering of Panel with undefined size in Firefox (#14631).

Copied the fix from Valo.

Change-Id: I677fc4cfb65a57211fd82d994d75743fd49a83a2

10 years agoCall endUpload() in finally block of fail handling (#14677).
Denis Anisimov [Tue, 16 Sep 2014 17:16:59 +0000 (20:16 +0300)]
Call endUpload() in finally block of fail handling (#14677).

Change-Id: I0b5976abf0d8804e8cd34c5dd489da8617ef89f1

10 years agoisIPad() and isIPhone() methods are added to WebBrowser (#14424,#14423).
Denis Anisimov [Sun, 7 Sep 2014 13:33:30 +0000 (16:33 +0300)]
isIPad() and isIPhone() methods are added to WebBrowser (#14424,#14423).

Change-Id: I7b3556d5f9c1dd84beec638d7fbff1c5382070a4

10 years agoFieldGroup.commit throws NPE if not bound to an item (#14732).
Sergey Budkin [Mon, 6 Oct 2014 11:42:54 +0000 (14:42 +0300)]
FieldGroup.commit throws NPE if not bound to an item (#14732).

Added null check and corresponding test.

Change-Id: I197dad14d6b5f7bf9bedcdf083d4b1f0f20efdcd

10 years agoRe-adding content in Table causes table to lose scroll position (#14581)
Anna Miroshnik [Thu, 2 Oct 2014 12:02:55 +0000 (16:02 +0400)]
Re-adding content in Table causes table to lose scroll position (#14581)

At this moment behavior of restoring scroll position more like as in
7.2.6. But restoring is only in case of removeAll() - addAll() (or add()
one time - then restore index is reset).

In 7.2.6 restoring of scroll position was the result of client defect
(scrolling in lazyScroller was not changed if variable "firstvisible"
fromserver was 0). This "defect" was fixed in one of the patches.

Change-Id: I2e2fb8749ec95f3409caeacafff46c4c29159e74

10 years agoPossible VaadinSession deadlock when invalidating HTTP session (#14452)
Sergey Budkin [Fri, 19 Sep 2014 13:52:08 +0000 (16:52 +0300)]
Possible VaadinSession deadlock when invalidating HTTP session (#14452)

VaadinService.fireSessionDestroy: session.accessSynchronously -> session.access

Change-Id: I72e08c9285e6b34dac54401c6c84b7175133e481

10 years agoAdd @since to isWindowsPhone(). (#14425)
Sauli Tähkäpää [Fri, 26 Sep 2014 05:44:29 +0000 (08:44 +0300)]
Add @since to isWindowsPhone(). (#14425)

Change-Id: Ia4c212ead39d7b71c56db586c0a8559935cae263

10 years agoAdd favicon.ico to Valo. (#14781)
Sauli Tähkäpää [Wed, 1 Oct 2014 13:01:17 +0000 (16:01 +0300)]
Add favicon.ico to Valo. (#14781)

Change-Id: Ic0c5152d634dfc8f07890cfee18bbebd6e54bbc3

10 years agoImplement HasEnabled in VPopupView. (#14797)
Sauli Tähkäpää [Thu, 2 Oct 2014 19:19:05 +0000 (22:19 +0300)]
Implement HasEnabled in VPopupView. (#14797)

Change-Id: I7384fb6312a921330d8b57193e53c235213dcf00

10 years agoCheck eventRouter value against null in Page class (#14803).
Denis Anisimov [Sat, 4 Oct 2014 08:32:32 +0000 (11:32 +0300)]
Check eventRouter value against null in Page class (#14803).

Change-Id: Ia7dd54c4cf10a2c56a5ef36864a6bb94f1d9167f

10 years agoAdd ".v-required" style for required component (#10201).
Denis Anisimov [Sun, 5 Oct 2014 11:48:49 +0000 (14:48 +0300)]
Add ".v-required" style for required component (#10201).

Change-Id: I889587234acdb79e33e625f993c1918befa6aae3

10 years agoTreeTable should support font icons for items (#14077)
Guillermo Alvarez [Thu, 2 Oct 2014 14:43:52 +0000 (17:43 +0300)]
TreeTable should support font icons for items (#14077)

Change-Id: I758e0f80446290f17280447b1ff5c1f44cb8604b

10 years agoActivated RetryOnFail on AbstractTB3Test.
Sauli Tähkäpää [Sat, 4 Oct 2014 18:25:47 +0000 (21:25 +0300)]
Activated RetryOnFail on AbstractTB3Test.

Change-Id: I7d000593ba77f2edf7743775dbd8d7241c33e36a

10 years agoProvide API to change resource/url for BrowserWindowOpener (#12733).
Denis Anisimov [Sun, 31 Aug 2014 13:46:28 +0000 (16:46 +0300)]
Provide API to change resource/url for BrowserWindowOpener (#12733).

Change-Id: I48d3bc36ea5283225524a75bcbc941534e4a419a

10 years agoUpdated ComboboxSelectedItemTextTest to ensure popups have time to open.
Anna Koskinen [Tue, 23 Sep 2014 11:47:48 +0000 (14:47 +0300)]
Updated ComboboxSelectedItemTextTest to ensure popups have time to open.

Change-Id: I382c3a3d08019658dee6c1013d5da22276c1ab55

10 years agoAdd outside-range styles for DateField. (#14711)
Jouni Koivuviita [Mon, 22 Sep 2014 10:28:29 +0000 (13:28 +0300)]
Add outside-range styles for DateField. (#14711)

Change-Id: I0f85fb72605c5500b0a835ddf715d60bc9c7a524

10 years agoAssign timezone before setting initial date in DateField. (#14653)
Sauli Tähkäpää [Sat, 13 Sep 2014 22:01:21 +0000 (01:01 +0300)]
Assign timezone before setting initial date in DateField. (#14653)

Change-Id: I3b527084d23ee8bd49887bef3d018c1003f492e2

10 years agoOpen combobox popup on click to icon (#14624).
Denis Anisimov [Sat, 13 Sep 2014 18:51:29 +0000 (21:51 +0300)]
Open combobox popup on click to icon (#14624).

Change-Id: I203b92561ab14d427466945845c6fbb62d6eb07b

10 years agoImprove error message for missing class name id (#14643)
Leif Åstrand [Fri, 12 Sep 2014 11:12:36 +0000 (14:12 +0300)]
Improve error message for missing class name id (#14643)

Change-Id: I71a96985fab62b648207393916566f3e1d757ad1

10 years agoSplit TableClickAndDragOnIconAndComponentsTest. (#7026)
Sauli Tähkäpää [Thu, 2 Oct 2014 06:22:16 +0000 (09:22 +0300)]
Split TableClickAndDragOnIconAndComponentsTest. (#7026)

Change-Id: I624f621b8bc40f147b4bad613cfbf26efc34034d

10 years agoFix ContainerSizeChangeTest not to produce failure shots every time.
Sauli Tähkäpää [Fri, 3 Oct 2014 05:14:48 +0000 (08:14 +0300)]
Fix ContainerSizeChangeTest not to produce failure shots every time.

Change-Id: I3cacc581d6991e6b760e2b3ae43a63dafac071b3

10 years agoAudio component requests audio content on each client poll when in Window (#14785)
Sergey Budkin [Wed, 1 Oct 2014 12:02:44 +0000 (15:02 +0300)]
Audio component requests audio content on each client poll when in Window (#14785)

Changed cloning implementation.

Change-Id: Ic909551e6f78a0171f87f1f432b554abb900744c

10 years agoRemoved obsolete fix for webkit scrollbar issue. (#14203)
Sergey Budkin [Tue, 16 Sep 2014 11:43:03 +0000 (14:43 +0300)]
Removed obsolete fix for webkit scrollbar issue. (#14203)

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

10 years agoRemoved the waitingForResponse flag from VTabsheet (#14710)
Taras Hupalo [Mon, 29 Sep 2014 10:41:44 +0000 (13:41 +0300)]
Removed the waitingForResponse flag from VTabsheet (#14710)

Change-Id: Idd918197c2026a3c574cffd0e9595ff9f02eb2d8

10 years agoTreeItem double click fixed (#14745)
Guillermo Alvarez [Mon, 29 Sep 2014 07:50:18 +0000 (10:50 +0300)]
TreeItem double click fixed (#14745)

The event wasn't sent immediately and was sometimes
overwritten by following click event.

Change-Id: I7d52030ee8aac2be11b3b3db207d1c7f187d4778

10 years agoA cursor is displayed when clicking on radio buttons on iOS 8.0 (#14681)
Sergey Budkin [Tue, 30 Sep 2014 12:05:38 +0000 (15:05 +0300)]
A cursor is displayed when clicking on radio buttons on iOS 8.0 (#14681)

Added css instructions for enclosing span to prevent this.

Change-Id: Ib5e396b85ce37ab722e70fddf3553179248d59e8

10 years agoAction on click button contained in table is called two times on iOS 8.0 (#14632)
Sergey Budkin [Tue, 30 Sep 2014 11:58:30 +0000 (14:58 +0300)]
Action on click button contained in table is called two times on iOS 8.0 (#14632)

Added suppression of second phantom click event.

Change-Id: I97d01831b09f0a41976bbefef389f47a0271fc70

10 years agoDedicated methods for init params in DeploymentConfiguration (#12087).
Denis Anisimov [Sun, 21 Sep 2014 10:43:28 +0000 (13:43 +0300)]
Dedicated methods for init params in DeploymentConfiguration (#12087).

Change-Id: I3610814509f38ed4c8789de52cc53e7b19a4c4a2

10 years agoString <-> Enum converter which produces a human readable string (#14756)
Artur Signell [Wed, 24 Sep 2014 16:20:43 +0000 (19:20 +0300)]
String <-> Enum converter which produces a human readable string (#14756)

Change-Id: I3a825f52a43daea3172ced23bc510118376e76cb

10 years agoEase test creation by making description and ticket number optional
Artur Signell [Mon, 29 Sep 2014 18:35:21 +0000 (21:35 +0300)]
Ease test creation by making description and ticket number optional

Change-Id: I00cde9e1ebc51669b959a6e98094fea87059a022

10 years agoRead input stream logic is corrected (#14533).
Denis Anisimov [Fri, 26 Sep 2014 17:44:32 +0000 (20:44 +0300)]
Read input stream logic is corrected (#14533).

Change-Id: I1a8a895d631889e04f7acbde29306e86da344a23

10 years agoFix ComboBox issue with font-based item icons (#14660)
Teemu Pöntelin [Wed, 24 Sep 2014 19:48:55 +0000 (22:48 +0300)]
Fix ComboBox issue with font-based item icons (#14660)

Change-Id: I8f3de9556cc62670c28523886998f89383b76305

10 years agoIgnore TableInFormLayoutCausesScrollingTest. (#7309)
Sauli Tähkäpää [Sat, 27 Sep 2014 18:02:27 +0000 (21:02 +0300)]
Ignore TableInFormLayoutCausesScrollingTest. (#7309)

Change-Id: I5851a42625830dc5cb7bd956f8e692d8174acd70

10 years agoAllowed one pixel's worth of mismatch in
Anna Koskinen [Mon, 22 Sep 2014 13:18:51 +0000 (16:18 +0300)]
Allowed one pixel's worth of mismatch in
TableRepairsScrollPositionOnReAddingAllRowsTest.

Change-Id: I04f17bf0acbb445343e2f9b18f6a55ce4f764afa

10 years agoFix ThemeChangeOnTheFlyTest to work with autogenerated style. (#14670)
Sauli Tähkäpää [Sat, 27 Sep 2014 10:03:02 +0000 (13:03 +0300)]
Fix ThemeChangeOnTheFlyTest to work with autogenerated style. (#14670)

Change-Id: Iac7800a97e7263b51032579bd6ab0de9a95d59f8

10 years agoAdd clear() for fields and field group (#14755)
Artur Signell [Wed, 24 Sep 2014 14:56:36 +0000 (17:56 +0300)]
Add clear() for fields and field group (#14755)

Change-Id: If9372ccceeaacd0826f8b1ed07f64af12bf47fc6

10 years agoFix closed issues link in release notes.
Sauli Tähkäpää [Fri, 26 Sep 2014 06:14:49 +0000 (09:14 +0300)]
Fix closed issues link in release notes.

Change-Id: I79565d94c65efb4ae8a61627c9d313707aabe3d5

10 years agoRemove Calendar dependency (#14668)
Artur Signell [Tue, 16 Sep 2014 07:09:39 +0000 (10:09 +0300)]
Remove Calendar dependency (#14668)

This can cause GWT compilation problems as java.util.Calendar is not
available in GWT

Change-Id: Ia13d8f433ac43fcfd670c8e05b1295d3c64327cf

10 years agoAdded support PORTLET_CONTEXT for vaadin.resources.path value (#14640)
Taras Hupalo [Wed, 24 Sep 2014 09:10:46 +0000 (12:10 +0300)]
Added support PORTLET_CONTEXT for vaadin.resources.path value (#14640)

Change-Id: Ie801a17ed1eff29a7dc6be61755241777071ab8f

10 years agoSet internal value instead of converted value when locale has changed. (#14400)
Sauli Tähkäpää [Sat, 13 Sep 2014 19:46:28 +0000 (22:46 +0300)]
Set internal value instead of converted value when locale has changed. (#14400)

Change-Id: I2440f6471b8bbb016497bf59cffd023b013460dd

10 years agoFix UIAutoGeneratedStyleNameTest. (#14670)
Sauli Tähkäpää [Mon, 22 Sep 2014 11:35:10 +0000 (14:35 +0300)]
Fix UIAutoGeneratedStyleNameTest. (#14670)

Change-Id: I5d6cb7df9989e5cf5b5e1e55a75b1a03fbab8050

10 years agoRemoves scrolling caused by updating an unfocused table (#12976)
Taras Hupalo [Fri, 19 Sep 2014 11:11:11 +0000 (14:11 +0300)]
Removes scrolling caused by updating an unfocused table (#12976)

Change-Id: Ifd5037c576480a03c7c74c29730338d5a592d20d

10 years agoException on closing inactive UI causes issues (#14651)
Sergey Budkin [Mon, 22 Sep 2014 07:43:02 +0000 (10:43 +0300)]
Exception on closing inactive UI causes issues (#14651)
Added proposed fix

Change-Id: I88085546c2bf47f1e0952d64efadfc40bac12987

10 years agoDocument that current session and UI are referenced weakly (#14595)
Leif Åstrand [Thu, 4 Sep 2014 06:15:45 +0000 (09:15 +0300)]
Document that current session and UI are referenced weakly (#14595)

Change-Id: Iccf6a2b0da6e47b5b14c40e0ebaab52df1eef92a

10 years agoAdd autogenerated style name for UI based on its class name (#14670)
Denis Anisimov [Sat, 20 Sep 2014 11:22:21 +0000 (14:22 +0300)]
Add autogenerated style name for UI based on its class name (#14670)

Change-Id: Ic2ff4c29f997c33ea952a94c17aa9e70a0339337

10 years agoNotification animations feel janky (Valo) (#14656)
Jouni Koivuviita [Thu, 18 Sep 2014 11:58:42 +0000 (14:58 +0300)]
Notification animations feel janky (Valo) (#14656)

Added a small delay for notification animate-in animations.

Change-Id: Id5596957c56eae391c17e3ea8b942617b848c8f7

10 years agoFix themes build script not to overwrite all theme files on every iteration. (#14575)
Sauli Tähkäpää [Tue, 16 Sep 2014 07:09:23 +0000 (10:09 +0300)]
Fix themes build script not to overwrite all theme files on every iteration. (#14575)

Change-Id: I58d19f7f5c9e45068b6cc8a7356e41d5d5bce5b6

10 years agoFix FormLayout has always an odd 12px horizontal margin (#14574)
Jouni Koivuviita [Mon, 1 Sep 2014 13:50:32 +0000 (16:50 +0300)]
Fix FormLayout has always an odd 12px horizontal margin (#14574)

Change-Id: Idaba283636ccbbd3d4fccc8ea10128a464fa463d

10 years agoFixed ComboBox filtering when page length is zero (#14509)
Teemu Pöntelin [Tue, 26 Aug 2014 16:29:35 +0000 (19:29 +0300)]
Fixed ComboBox filtering when page length is zero (#14509)

Change-Id: I663b39a37bcdf4383fa76d04acd127503ced11df

10 years agoSetting null as URI fragment doesn't remove the fragment in the browser (#11312)
Anna Miroshnik [Tue, 16 Sep 2014 09:33:35 +0000 (13:33 +0400)]
Setting null as URI fragment doesn't remove the fragment in the browser (#11312)

Tests only. Because this defect was fixed during fixing #12207.

Change-Id: If47f06d30fd3c8318df9b3197cea5771a1b38063

10 years agoAdd new StringTo<Byte, Short, BigInteger> Converters(#14583)
denis.magdenkov [Fri, 5 Sep 2014 15:35:40 +0000 (19:35 +0400)]
Add new StringTo<Byte, Short, BigInteger> Converters(#14583)

Fixing code review points. Moving converters to server/src

Change-Id: I3f2140c7366d514c1c24531a420a1e4eb0dcd086

10 years agoFix for audio component starting new playback on each client poll when in Window...
Sergey Budkin [Wed, 17 Sep 2014 12:00:15 +0000 (15:00 +0300)]
Fix for audio component starting new playback on each client poll when in Window (#14645)

Every poll triggers cloning of Window contents at postLayout phase, so media components
are cleared of autoplay attribute.

Change-Id: I0d81cc1bcfd1da1f7c9f1813fb91930139232737

10 years agoRe-adding all rows in Table causes table to loose scroll position (#14581)
Anna Miroshnik [Mon, 15 Sep 2014 13:11:56 +0000 (17:11 +0400)]
Re-adding all rows in Table causes table to loose scroll position (#14581)

Fix: if to remove (container.removeAllItems()) and then to re-add(container.addAll(..)) the same collection in table container - > scroll position is not loosed now.

The hash code and scroll position of the old container is stored when a new container is added.
If the new container has the same hash code, we restore the scroll position.
The scroll position is not restored if another items added to the container.

Change-Id: I52a22c3c1c7b71f1b3447b9d592ab8fececd67b8