]>
source.dussan.org Git - vaadin-framework.git/log
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
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
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
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
Taras Hupalo [Tue, 16 Sep 2014 13:28:55 +0000 (16:28 +0300)]
Made MethodPropertyDescriptor box primitive types as it's done in MethodProperty (#14659)
Change-Id: I75ee98c36bf57483025157d0bd2039e3f6553aec
Sauli Tähkäpää [Thu, 18 Sep 2014 05:10:20 +0000 (08:10 +0300)]
Make CalendarNotificationsTestIE work on IE8.
Change-Id: I395a03fe2c1815004a72e2bb3ecde937d504e969
Sauli Tähkäpää [Fri, 12 Sep 2014 13:10:48 +0000 (16:10 +0300)]
Convert TableScrollsOnSelectionTest to TB4.
Change-Id: I27b8edbd0761771054dc4e1b0b6b2559957da0c6
Sauli Tähkäpää [Fri, 12 Sep 2014 12:54:22 +0000 (15:54 +0300)]
Convert TableInFormLayoutCausesScrollingTest to TB4.
Change-Id: I9f2cec6ad77b05e7175de390240977d881530ded
Sauli Tähkäpää [Thu, 18 Sep 2014 11:44:35 +0000 (14:44 +0300)]
Add RefreshCloseConnectionTest to push test category.
Change-Id: Ic18452ade4fa8930db92a7a8e693ad33d8f823cd
Sauli Tähkäpää [Thu, 18 Sep 2014 08:55:57 +0000 (11:55 +0300)]
Modify TestLayoutClickListenerTest to work on FF.
Change-Id: Ic37c2033b3a40ffd58da5ca875c4226b9e3098f1
Sauli Tähkäpää [Thu, 18 Sep 2014 07:32:57 +0000 (10:32 +0300)]
Split UIAccessTest into separate test methods.
Change-Id: I4cc0dd2a97a702cff0506543cc9608ae819f82f8
Sauli Tähkäpää [Thu, 18 Sep 2014 06:40:03 +0000 (09:40 +0300)]
Extract IE8 to it's own TableColumnResizeContentsWidthTest.
Change-Id: I1f9680b9fd16977aa3351e2406e0831b2046c191
Sauli Tähkäpää [Thu, 18 Sep 2014 05:44:47 +0000 (08:44 +0300)]
Remove invalid overrides from PopupViewShortcutActionHandlerTest.
Change-Id: Ib77b1188239116f065f95f7511311a3af9201f51
Sauli Tähkäpää [Thu, 18 Sep 2014 05:41:13 +0000 (08:41 +0300)]
Fix PopupViewResizeWhileOpenTest to use correct shadow.
Change-Id: I3be56581099d87a9ff3b2147f26a8a84af063189
Sauli Tähkäpää [Thu, 11 Sep 2014 12:06:23 +0000 (15:06 +0300)]
Make ComboBoxValueInputTest stable by simplifying the steps.(#3268)
Change-Id: Idd314e531659fbab701df117307b5c41fcac9ec3
Sauli Tähkäpää [Mon, 15 Sep 2014 09:48:17 +0000 (12:48 +0300)]
Add missing comments. (#14482, #14565)
Change-Id: I647bc8105cbcd13dd1a0c291a9df01f5f43dd65a
Sauli Tähkäpää [Fri, 12 Sep 2014 10:25:38 +0000 (13:25 +0300)]
Converted LongMultiselectTest to TB4.
Change-Id: I0336929861ef0e162fab5f7ff4fee8dfe0b343b4
denis.magdenkov [Sat, 6 Sep 2014 11:58:25 +0000 (15:58 +0400)]
Add Range<Byte, Short, Long, Float, BigInteger, BigDecimal> Validators (#14584)
Fix code review points.
Change-Id: Ia1ef55ff7ef806f9b71cb97f8f09bd4c6ec97a41
Anna Miroshnik [Fri, 5 Sep 2014 08:09:40 +0000 (12:09 +0400)]
ComboBox not always shows selected value (#10600)
Full name of defect: ComboBox doesn't show selected value beyond the first dropdown page.
Tests to be sure that this bug is not reproduced now.
Test were updated not to use Thread.sleep().
Change-Id: I12b0c9a1fbae5e934ebe0471b1b60a3ec7098da7
Sauli Tähkäpää [Tue, 16 Sep 2014 12:17:10 +0000 (15:17 +0300)]
Fix release notes to pick tickets with status pending-release/release.
Change-Id: I88cfd3a5f71fe5471c93d816f45ef9457f8023b6
Guillermo Alvarez [Fri, 12 Sep 2014 12:49:53 +0000 (15:49 +0300)]
Fix multiselection pressing shift before starting (#13483)
selectionRangeStart wasn't set when starting a selection pressing shift.
SelectAllRowsTest was rewritten to enable extension to test this issue.
Change-Id: I1b578b28ba89fc8215ec853d92de09f44c2d58e6
Anna Miroshnik [Thu, 4 Sep 2014 13:38:38 +0000 (17:38 +0400)]
Calendar event not shown correctly when partially out of view (#7261)
only tests. Fix was done during fix of (#12521)
Change-Id: I0097f4b3b0426e007af2eaf20323193ac75e1a8c
Leif Åstrand [Thu, 4 Sep 2014 11:00:02 +0000 (14:00 +0300)]
Fix invalid parameter name (#14602)
Change-Id: Ia746e41b7dd81b3465895aad4ca39991aac17d89
Juuso Valli [Sat, 13 Sep 2014 12:19:55 +0000 (15:19 +0300)]
Improve proxy comparison support (#14639)
Change-Id: I114ea5bf9d55c78826c1163206caf585b96143ef
Sergey Budkin [Mon, 8 Sep 2014 09:11:12 +0000 (12:11 +0300)]
SassDoc stubs, mostly auto-generated by special utility (#14203)
Change-Id: Id621c25cae3314dc44a700e1e9dcdae97cda5bfb
Leif Åstrand [Thu, 4 Sep 2014 10:57:33 +0000 (13:57 +0300)]
Changing theme on the fly tutorial code
Tutorial published at
https://vaadin.com/wiki/-/wiki/Main/Changing+theme+on+the+fly
Change-Id: I41e024001e0f4747ff38b9d9c365771f87e2d2cb
Dmitrii Rogozin [Thu, 11 Sep 2014 11:57:02 +0000 (14:57 +0300)]
Add SubPartAware to VMenuBar (#13364)
Change-Id: Ibf8b82dff19736d5e2519638db50a26148f0e750
Dmitrii Rogozin [Thu, 11 Sep 2014 11:45:49 +0000 (14:45 +0300)]
Add SubPartAware interface to VSlider (#13760)
Change-Id: I19cc7e60a43a618f2b443f4b9d049b77d740b567
Denis Anisimov [Sun, 7 Sep 2014 14:39:56 +0000 (17:39 +0300)]
WebBrowser.isWindowsPhone() is added (#14425).
Change-Id: Ia279c4da78ca04e0d3727b605e2ce68b99e8cd65
Sergey Budkin [Fri, 12 Sep 2014 09:12:48 +0000 (12:12 +0300)]
Update to Atmosphere 2.1.2.vaadin5 (#13877)
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
Manolo Carrasco [Tue, 9 Sep 2014 15:51:24 +0000 (17:51 +0200)]
URI to cval file was wrong in Windows (#14629)
Change-Id: Ifdcf8bcaf6f613660b185501be92eec0b43700b5
Juuso Valli [Thu, 11 Sep 2014 13:34:03 +0000 (16:34 +0300)]
Make Vaadin component handling proxy-friendly (#14639)
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
Manolo Carrasco [Tue, 9 Sep 2014 16:11:45 +0000 (18:11 +0200)]
Use div instead of notice to avoid UI removing it (#14597)
Change-Id: I70cf7f310ee8238a6846316d8c85b3ae4abfd67d
Sauli Tähkäpää [Thu, 11 Sep 2014 12:09:37 +0000 (15:09 +0300)]
Change Sonatype URLs to https.
Change-Id: I93f28a135fffba6d4fac0b1dca4a1785c279fab4
Markus Koivisto [Wed, 10 Sep 2014 09:09:00 +0000 (12:09 +0300)]
resolve org.json version conflict between server and shared (#14618)
Change-Id: Iae1723bfcfa56084a1339247b1f82e9277555a5e
denis.magdenkov [Wed, 10 Sep 2014 11:14:57 +0000 (15:14 +0400)]
TextFields inside Drag and Drop Wrappers cannot get focus (#12838)
Add detection logic to distinguish bweteen click and drag.
Change-Id: I43129183e990266243bfaafe83396f52b09b16d4
Denis Anisimov [Wed, 3 Sep 2014 19:49:44 +0000 (22:49 +0300)]
Set title to empty string for Upload if tooltip is used (#14482).
Change-Id: Id9cc9d644772af923d3f5307ea4123df8666a489
Anna Miroshnik [Tue, 9 Sep 2014 10:17:06 +0000 (14:17 +0400)]
Fix slider inside table is not accessible.(#13681)
some fixes after review.
HiddenSliderHandle extends AbstractTestUI instead of UI now.
Change-Id: I83578014ae83219941da745e8373614854c937d7
Guillermo Alvarez [Fri, 5 Sep 2014 11:07:49 +0000 (14:07 +0300)]
DateField ValueChange is now fired after flags are set (#14487)
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
Henrik Paul [Tue, 9 Sep 2014 08:29:26 +0000 (11:29 +0300)]
Fixes invalid JavaDoc for DeferredWorker (#14625)
Change-Id: I479f9e743849abf63ca898a7d6b11e4d4f94dada
Teemu Pöntelin [Mon, 8 Sep 2014 20:01:09 +0000 (23:01 +0300)]
Fix a typo in Javadoc
Change-Id: I20451bcd85be4751a13719aafb10226387f39b3e
Anna Miroshnik [Mon, 8 Sep 2014 07:32:01 +0000 (11:32 +0400)]
Tree item fails with ItemClickListener (#14388)
Patch for #14388: added modifications to remove the regression on #6845
(RIGHT, MIDDLE mouse buttons listeners)
Change-Id: I3ef95df68efa0a70bbe0d566ceea187505e2999a
Denis Anisimov [Sun, 7 Sep 2014 18:06:59 +0000 (21:06 +0300)]
Pass (x,y) coordinates for button click triggered via keyboard (#12650).
Change-Id: I24363d34f7007650fc66f9b85d7e22a4ab10bb6b
Sauli Tähkäpää [Fri, 5 Sep 2014 12:20:27 +0000 (15:20 +0300)]
Revert "Tree item fails with ItemClickListener (#14388)"
This reverts commit
d71ae18e355468487a947c84d0f92ed9c44b002e
which caused regression on #6845.
Converted TreeItemClickListeningTest (#6845) to TB4.
Change-Id: Ia4c7c5814dc4e8916ab3f80633ceecdfb74040b0
Anna Miroshnik [Thu, 4 Sep 2014 09:32:35 +0000 (13:32 +0400)]
calendar visible hours shows invalid dates(week/day view) (#12521)
Fix: test fails on phantomJs.
Change-Id: I70179c249a180a795e14683e4185068d5395762b
Mikael Grankvist [Thu, 4 Sep 2014 12:01:20 +0000 (15:01 +0300)]
Override IE disabled style for text field (#14565)
Change-Id: Ie48e56666c43450c47015067879fdc604c7ac843
Heikki Ohinmaa [Thu, 4 Sep 2014 12:26:00 +0000 (15:26 +0300)]
Fix Valo DateField rendering in read-only FieldGroups (#14603)
Change-Id: Icb05cffe68b948777036e282a2055e3343de9252
Guillermo Alvarez [Wed, 13 Aug 2014 11:40:38 +0000 (14:40 +0300)]
Backspace in modal doesn't make browser navigation (#13180)
In a modal window if focus is not in an editable component
the backspace default action is prevented.
Also when focus is on bottom or top components.
Change-Id: I53f0922e5ddff142e2d540be52e70c7d23d1b585
Anna Miroshnik [Thu, 4 Sep 2014 08:21:59 +0000 (12:21 +0400)]
Tree item fails with ItemClickListener (#14388)
Fixes after review. Tests were simplified.
Change-Id: I5c631d44fd742fee36f01aeb2044b85faf709d23
Leif Åstrand [Thu, 4 Sep 2014 10:09:59 +0000 (13:09 +0300)]
Don't scan classpath for any development servlet (#14604)
Change-Id: If3db4a35609260beff1079cbaafa8827643d9271
Johannes Dahlström [Wed, 3 Sep 2014 13:46:40 +0000 (16:46 +0300)]
Fix potential invalid JSON output in MetadataWriter (#14591)
Change-Id: I90ec428ae11727b9762d53ebb8d94f8c850c425b
Teemu Suo-Anttila [Fri, 29 Aug 2014 13:22:24 +0000 (16:22 +0300)]
Implement result filtering for Component location (#14553)
Change-Id: I9f9aaa5a7cb223a68c089375dd26ccfd3cce669d
mtzukanov [Mon, 1 Sep 2014 14:21:11 +0000 (17:21 +0300)]
Keyboard scrolling in multiselection mode fixed (#14094)
Limiting focusing to single item selections.
Change-Id: I12403ddd76fb1eac44d8eca82f251b2b8097b16a
Teemu Suo-Anttila [Thu, 28 Aug 2014 11:54:21 +0000 (14:54 +0300)]
Add SubPart support to VaadinFinderLocatorStrategy (#13980)
This also fixes recorder issues with negative indices
Change-Id: I1d3fceaf11aed743a957fe72e7ab60c13d7fc5e1
Guillermo Alvarez [Tue, 19 Aug 2014 15:38:35 +0000 (18:38 +0300)]
Table handles both onMouseDown and onMouseUp events (#14347)
Now it has the same behaviour that the layout, and checks
that the element under the mouse matches to complete the
click action
Change-Id: I9c61dac24479913c1bb1094edaf8878749984342
Jouni Koivuviita [Mon, 1 Sep 2014 08:16:12 +0000 (11:16 +0300)]
Fix to Valo menu for iOS (make the header visible)
Change-Id: Ib27db90a6dc48f8f8f34adc3c16aa3aa7222d19d
Leif Åstrand [Sat, 30 Aug 2014 13:03:54 +0000 (16:03 +0300)]
Use setHideEmptyRowsAndColumns to match old screenshots (#14392)
Change-Id: Ifd735d55c768c351359f0b65de05da0e701f099c
Leif Åstrand [Sat, 30 Aug 2014 06:33:31 +0000 (09:33 +0300)]
Revert to old capitalization to avoid git issues (#8942)
Git on OS X seems to have problems with changing between branches with
the old and new casing of the two json related files. Changing back to
the old names to avoid issues when changing branches.
Change-Id: I948395a7ce725db4116fe0e7ac1a23628dc659c7
Leif Åstrand [Fri, 29 Aug 2014 10:53:49 +0000 (13:53 +0300)]
Fetch prerelease tickets for rc and final releases (#14552)
Change-Id: Ifd7f515c02c41a84cfa9401b85548a47c6412463
Artur Signell [Fri, 29 Aug 2014 14:33:11 +0000 (17:33 +0300)]
Fix GridLayout layout issue with empty rows above a component (#14554)
* Issue introduced in
8476b57ce2261313f47b21764ddc02cc128b2fd4
Change-Id: Ie84489aac4553e70e7e80561aec748a874a85653
Jouni Koivuviita [Fri, 29 Aug 2014 13:04:45 +0000 (16:04 +0300)]
Valo Sass API documentation, part 2
Change-Id: Ic707d897a84a308f789b2805a980b696beaa6edd
Jouni Koivuviita [Fri, 29 Aug 2014 10:57:46 +0000 (13:57 +0300)]
First batch of Valo Sass API documentation, plus bug fixes
Also updates the test to always scroll the left panel to the top after
opening a section.
Change-Id: Icdb42795b8ec347b91694c162898f41aa8d80152
Mika Murtojarvi [Thu, 28 Aug 2014 10:27:19 +0000 (13:27 +0300)]
Output legacy locators for TestBench Recorder (#14102).
This fixes a regression in Recorder.
Change-Id: I3c9d5939d3f1b41bd5ea8d80acbbb017b6baa062
Denis Anisimov [Sun, 24 Aug 2014 08:59:51 +0000 (11:59 +0300)]
Update DateCellDayEvent size on updateSizes in Connector (#13233).
Change-Id: Ib3142cc62e95ce0e31bb8746eacd5ca4580c1865
Jouni Koivuviita [Thu, 21 Aug 2014 13:25:49 +0000 (16:25 +0300)]
Increase datefield calendarpanel selected date text contrast
Make the text easier to read.
Change-Id: Ieab5b27cccd0694086f17877d6c6b4c37b225b02
Johannes Dahlström [Thu, 28 Aug 2014 12:42:03 +0000 (15:42 +0300)]
Bump Atmosphere-runtime version number to 2.1.2.vaadin4 (#14038)
Change-Id: Ifcfe1f90b795072c12d3118db33f3df6c96c568b
Markus Koivisto [Thu, 28 Aug 2014 12:46:04 +0000 (15:46 +0300)]
Revert "Make getMouseEvent() method available in the TargetDetailsImpl (#13416)."
This reverts commit
9ea4409bbe7079887a5a3c497494d4986ddabefd .
The commit fails its own tests on IE and Firefox.
Change-Id: I443f8d1b9ce322124b19d74bbeb2e6780bbff201
Artur Signell [Thu, 28 Aug 2014 07:03:44 +0000 (10:03 +0300)]
Use sass-compiler 0.9.10 (#14524)
Change-Id: Ib8c753c59c52421ce9d6a86a407cb9694ee4f5a8
Leif Åstrand [Thu, 28 Aug 2014 06:40:35 +0000 (09:40 +0300)]
Fix PROGRESSBAR_POINT typo (#14502)
Change-Id: If2fff98f743ce6b4799b2161c32bf63da7acb3c5
Leif Åstrand [Tue, 26 Aug 2014 10:16:11 +0000 (13:16 +0300)]
Ignore files from the classpath for scss cache timestamps (#14506)
Change-Id: I82e3caef915b6a8683608f1834130468b3f16dbf
Heikki Ohinmaa [Mon, 25 Aug 2014 14:28:51 +0000 (17:28 +0300)]
LayoutClickListener test rewrite from TB2
Added log line numbers, as in this case they might
provide information pertinent to the test.
Change-Id: Iedea8f71cfb5488b510932b3ce4154ee0443c29b
Leif Åstrand [Wed, 27 Aug 2014 11:29:36 +0000 (14:29 +0300)]
Update TabsheetState.tabs to be declared as List (#14512)
Change-Id: I53055ed64e0e9764b48edbc492dae5f16e1dd9bd
Taras Hupalo [Wed, 27 Aug 2014 08:17:53 +0000 (11:17 +0300)]
Fixed creation of "appError" json object with nullable url (#8942)
Change-Id: I401d4df4cc089ea1f0988dfd670b0823fc06f8a4
Artur Signell [Tue, 26 Aug 2014 18:29:04 +0000 (21:29 +0300)]
Add theme class name in init to prevent delay for embedded apps (#14517)
Change-Id: I73bf41ca493f76d0a4caa82464ef3c63b3d7f055
Artur Signell [Wed, 27 Aug 2014 08:38:19 +0000 (11:38 +0300)]
Dev mode launch based on Super Dev Mode launch (#14443)
Change-Id: Ic40ec59317b0f1a7c035963c147225c85a8e049d
Artur Signell [Tue, 26 Aug 2014 18:28:06 +0000 (21:28 +0300)]
Log theme loading error when it happens and not later (#14517)
Change-Id: I0d19e1c53dfe48a9a501ff25c19318b96c96ef3b
Artur Signell [Wed, 27 Aug 2014 08:26:35 +0000 (11:26 +0300)]
Fix super dev mode launch (#14443)
Change-Id: Iea23811d55ec2e3079bc6e764127ffe6d8cfc494
Artur Signell [Sat, 16 Aug 2014 09:34:56 +0000 (12:34 +0300)]
Remove debug logging
Change-Id: I8a77fbc3b3d9541e30ac9fee01b1111a4e243b8a
Taras Hupalo [Tue, 12 Aug 2014 12:28:41 +0000 (15:28 +0300)]
replaced all org.json.* usages with elemental.json.* (#8942)
Change-Id: I4809fbbdb48f3e36c8e1da8552ff3fa734714105
Denis Anisimov [Sun, 24 Aug 2014 20:06:25 +0000 (23:06 +0300)]
Handle all native events in preview handler for Combobox popup (#14321).
Change-Id: Ibad2f45fb81d9573125fbc786bd3493ac6cdfc00
Denis Anisimov [Sun, 17 Aug 2014 13:20:32 +0000 (16:20 +0300)]
Postpone shortcut action handler initialization in PopupView (#14275).
Change-Id: I233a63fac4f1afe3f99105ac6dfbbbb38f9b9fad
Denis Anisimov [Sun, 27 Apr 2014 13:58:55 +0000 (16:58 +0300)]
Make getMouseEvent() method available in the TargetDetailsImpl (#13416).
Change-Id: Ie2b142fbfbe690aad741c668480e9bb3a1898fb5
Bogdan Udrescu [Wed, 13 Aug 2014 07:02:42 +0000 (10:02 +0300)]
Improve the selection tab algorithm after removing the selected tab
(#6876)
New protected method TabSheet.selectedTabIndexAfterTabRemove
where anyone can implement his/hers own algorithm for selecting
a new tab.
Change-Id: I6a3dd62e7fc84e4dacb08d30d567f357678dd7e4
Leif Åstrand [Fri, 22 Aug 2014 17:18:29 +0000 (20:18 +0300)]
Remove defunct __gwt_historyFrame (#11560)
Change-Id: Id3829562f7bb898ee0df873de90f0339ad06adff
Heikki Ohinmaa [Tue, 19 Aug 2014 10:26:20 +0000 (13:26 +0300)]
CalendarNotifications test rewrite
Change-Id: I78f8b0c6a762541f62a3881ce8abb52837d1cad9
Johannes Dahlström [Fri, 15 Aug 2014 08:30:29 +0000 (11:30 +0300)]
Enable assertions in widgetsets built with ide.xml (#14431)
Also add property to customize log level.
Change-Id: I817400aec13fe2b12c382d97b404c08b06dc263a
Leif Åstrand [Fri, 22 Aug 2014 11:48:08 +0000 (14:48 +0300)]
Ignore compiled valo test themes
Change-Id: I4f2580230a18adf299334eb43aea4f8bccd7bb4a
Jouni Koivuviita [Thu, 21 Aug 2014 12:16:49 +0000 (15:16 +0300)]
Bugfixes to Valo (#14490)
valo-component-group mixin doesn’t have any parameters. Ruby compiler
produces an error, but Java compiler works anyway (#14479).
Missing semicolon after a line before @include produces an error with
the Ruby compiler, but passes compilation with the Java compiler
(#14480).
Change-Id: If6fa2b5039f4d9daa7ee73380f089b533c2cce0f
Artur Signell [Thu, 21 Aug 2014 08:38:22 +0000 (11:38 +0300)]
Do not automatically change DesiredCapabilities so equals works the way tests expect
Change-Id: I573f0a7f8544742396fcd5927bc3292350754c6d
Artur Signell [Wed, 20 Aug 2014 19:13:40 +0000 (22:13 +0300)]
Use a separate servlet instance for static files during testing
There is something strange going on in Tomcat 8 and/or Atmosphere where
the websocket endpoint is deployed for /VAADIN/* and not for /run/* when
the same servlet is used
Change-Id: If0f5d7b87e410feeb53d1407919fa30cc794468a
hp279 [Thu, 22 May 2014 11:30:41 +0000 (04:30 -0700)]
Fix VTextField w/ InputPrompt and ShortcutListener (#13492)
Previously, VTextField value was not updated when used w/ InputPrompt and ShortcutListener.
Change-Id: I53631fe4e866dc6a861d1ea9d263dd5204ec6d7e
Anna Miroshnik [Wed, 20 Aug 2014 10:47:39 +0000 (14:47 +0400)]
Fix CustomLayout: component not added at the default location (#14340)
Change-Id: I5eb76915b52f6b73ff0799631d98d5711041eeb5
Artur Signell [Fri, 8 Aug 2014 13:01:30 +0000 (16:01 +0300)]
Add option for collapsing empty rows/columns in GridLayout (#14392)
This reverts the new default behavior introduced in fix for #8855.
If you want empty rows/columns to be ignored when rendering,
use GridLayout.setHideEmptyRowsAndColumns(true)
Change-Id: I38a8717d79cec7739b649174654b615db9d8dc7e
Artur Signell [Wed, 20 Aug 2014 20:50:37 +0000 (23:50 +0300)]
Depend on sass-compiler, not the old theme-compiler (#14009)
Change-Id: I0635ea0a390c868162695291176d0ce416dfaf4c
Artur Signell [Wed, 20 Aug 2014 21:08:10 +0000 (00:08 +0300)]
Do not include test themes in theme jar (#13634)
Change-Id: Id3cc353b1e74fa51326ce84d33e741227f98f9b0
Jouni Koivuviita [Tue, 19 Aug 2014 17:07:04 +0000 (20:07 +0300)]
Prevent user text selection by default (Valo)
Re-enable for labels, captions, tables and text inputs.
Removed all unnecessary user-select: none; declarations since the top
level declaration will affect the whole dom tree.
Change-Id: I2e74b749340c8649d3b0778d62acafecf878685d
Sauli Tähkäpää [Sun, 6 Jul 2014 11:37:48 +0000 (14:37 +0300)]
Convert CustomComponentChildVisibility to TB4.
Change-Id: I8d1a61df37eb3af1f5c0ebcdcf3097df59a44652
Denis Anisimov [Sun, 17 Aug 2014 15:04:11 +0000 (18:04 +0300)]
All day property support is added to ContainerEventProvider (#14178).
Change-Id: I8d5580895a218440a8295ed79453d6cbe24195b1
Teemu Pöntelin [Sun, 17 Aug 2014 20:24:28 +0000 (23:24 +0300)]
Fixed incorrect week numbers in DateField (#14437)
Daylight saving time caused problems with the week number calculation
in the DateTimeService.getISOWeekNumber(Date d) method. If the given
date was inside a DST period, there was a rounding error when calculating
the number of days from the beginning of the year. As a result the week
numbers were calculated incorrectly in a case where the year started with
a Thursday (like for example 2015 and 2026).
Change-Id: Ib3d045ea0b9a1acc44b6f28487b064b3c2b76bb9
Niklas Nyholm [Fri, 11 Jul 2014 10:37:41 +0000 (13:37 +0300)]
Added support for focus and blur listeners in NativeSelect (#6847)
Implemented BlurNotifier and FocusNotifier interfaces in NativeSelect
Change-Id: Ief38d72edee05bef07f0d57367811bab2c6def50