summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Set v-disabled on Button inside Upload when disabled. (#14655)Sauli Tähkäpää2014-10-291-2/+8
| | | | Change-Id: Ic28c8e4020eddae32a71b5c7f9da0ad61f2f7af9
* Fix: Empty space on page after expanded component (#12672)Anna Miroshnik2014-10-291-1/+14
| | | | | | | | | | | | | | | | | 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
* Correct positioning and sizing logic for context menu (#14863).Denis Anisimov2014-10-291-6/+7
| | | | Change-Id: Ic2edd6e6f53cd8ae3dc2d39477f59261356beafd
* Fix TabSheet becomes unresponsive after setSelectedTab (#14710)Guillermo Alvarez2014-10-292-2/+8
| | | | | | | Fixed unresponsiveness issue without removing the waitingForResponse flag from VTabsheet. The flag is now set in revertToSharedStateSelection Change-Id: I62cabc44d4ac4c284b0b35921d8624483b0150be
* Removed the waitingForResponse flag from VTabsheet (#14710)Taras Hupalo2014-10-292-9/+2
| | | | Change-Id: Idd918197c2026a3c574cffd0e9595ff9f02eb2d8
* Removes scrolling caused by updating an unfocused table (#12976)Taras Hupalo2014-10-291-1/+3
| | | | Change-Id: Ifd5037c576480a03c7c74c29730338d5a592d20d
* fix: Tooltip does not shrink when content changes (#11871)Anna Miroshnik2014-10-291-0/+17
| | | | Change-Id: I6b0cc0996560b2f8dd28e110e455445952c0fbd9
* Fixed FontIcons on VWindow (#14481).Tapio Aali2014-10-291-33/+33
| | | | Change-Id: I1b7cb280088379a6512e23a663dbf2a31f8123cd
* Add @since to isEnabled() and setEnabled(). (#14797)Sauli Tähkäpää2014-10-161-0/+3
| | | | Change-Id: Ic9b7e8f597afd68c4190b7eaffaee203876e24e0
* Implement HasEnabled in VPopupView. (#14797)Sauli Tähkäpää2014-10-161-12/+28
| | | | Change-Id: I7384fb6312a921330d8b57193e53c235213dcf00
* Handle all native events in preview handler for Combobox popup (#14321).Denis Anisimov2014-10-161-0/+2
| | | | Change-Id: Ibad2f45fb81d9573125fbc786bd3493ac6cdfc00
* Postpone shortcut action handler initialization in PopupView (#14275).Denis Anisimov2014-10-161-9/+46
| | | | Change-Id: I233a63fac4f1afe3f99105ac6dfbbbb38f9b9fad
* Fixed the sizing of relative-sized components in AbsoluteLayout (#13131)Anna Koskinen2014-10-141-2/+36
| | | | Change-Id: Ibc0757fa383b15dbf33f0b75a7d20ee78db5e88a
* TreeTable should support font icons for items (#14077)Guillermo Alvarez2014-10-141-8/+4
| | | | Change-Id: I758e0f80446290f17280447b1ff5c1f44cb8604b
* isIPad() and isIPhone() methods are added to WebBrowser (#14424,#14423).Denis Anisimov2014-10-141-0/+14
| | | | Change-Id: I7b3556d5f9c1dd84beec638d7fbff1c5382070a4
* Add ".v-required" style for required component (#10201).Denis Anisimov2014-10-142-0/+5
| | | | Change-Id: I889587234acdb79e33e625f993c1918befa6aae3
* Open combobox popup on click to icon (#14624).Denis Anisimov2014-10-141-0/+1
| | | | Change-Id: I203b92561ab14d427466945845c6fbb62d6eb07b
* Audio component requests audio content on each client poll when in Window ↵Sergey Budkin2014-10-141-19/+34
| | | | | | | | (#14785) Changed cloning implementation. Change-Id: Ic909551e6f78a0171f87f1f432b554abb900744c
* Action on click button contained in table is called two times on iOS 8.0 ↵Sergey Budkin2014-10-141-3/+20
| | | | | | | | (#14632) Added suppression of second phantom click event. Change-Id: I97d01831b09f0a41976bbefef389f47a0271fc70
* 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-131-38/+22
| | | | | | | The event wasn't sent immediately and was sometimes overwritten by following click event. Change-Id: I7d52030ee8aac2be11b3b3db207d1c7f187d4778
* Fix ComboBox issue with font-based item icons (#14660)Teemu Pöntelin2014-10-131-4/+1
| | | | Change-Id: I8f3de9556cc62670c28523886998f89383b76305
* 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-241-0/+1
| | | | | | | selectionRangeStart wasn't set when starting a selection pressing shift. SelectAllRowsTest was rewritten to enable extension to test this issue. Change-Id: I1b578b28ba89fc8215ec853d92de09f44c2d58e6
* WebBrowser.isWindowsPhone() is added (#14425).Denis Anisimov2014-09-241-1/+9
| | | | 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-191-4/+2
| | | | Change-Id: I5eb76915b52f6b73ff0799631d98d5711041eeb5
* Use div instead of notice to avoid UI removing it (#14597)7.3.1Manolo Carrasco2014-09-161-15/+63
| | | | Change-Id: I70cf7f310ee8238a6846316d8c85b3ae4abfd67d
* Add missing comments. (#14482, #14565)Sauli Tähkäpää2014-09-152-1/+2
| | | | Change-Id: I647bc8105cbcd13dd1a0c291a9df01f5f43dd65a
* TextFields inside Drag and Drop Wrappers cannot get focus (#12838)denis.magdenkov2014-09-121-2/+40
| | | | | | 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-122-0/+29
| | | | Change-Id: Id9cc9d644772af923d3f5307ea4123df8666a489
* Fix slider inside table is not accessible.(#13681)Anna Miroshnik2014-09-121-28/+35
| | | | | | | some fixes after review. HiddenSliderHandle extends AbstractTestUI instead of UI now. Change-Id: I83578014ae83219941da745e8373614854c937d7
* Update DateCellDayEvent size on updateSizes in Connector (#13233).Denis Anisimov2014-09-121-9/+21
| | | | Change-Id: Ib3142cc62e95ce0e31bb8746eacd5ca4580c1865
* 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-122-4/+36
| | | | Change-Id: Ie48e56666c43450c47015067879fdc604c7ac843
* calendar visible hours shows invalid dates(week/day view) (#12521)Anna Miroshnik2014-09-123-35/+60
| | | | | | 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
* Table handles both onMouseDown and onMouseUp events (#14347)Guillermo Alvarez2014-09-121-99/+188
| | | | | | | | 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
* Pass (x,y) coordinates for button click triggered via keyboard (#12650).Denis Anisimov2014-09-121-2/+9
| | | | Change-Id: I24363d34f7007650fc66f9b85d7e22a4ab10bb6b
* Tree item fails with ItemClickListener (#14388)Anna Miroshnik2014-09-121-19/+47
| | | | | | | Patch for #14388: added modifications to remove the regression on #6845 (RIGHT, MIDDLE mouse buttons listeners) Change-Id: I3ef95df68efa0a70bbe0d566ceea187505e2999a
* Fixed incorrect week numbers in DateField (#14437)Teemu Pöntelin2014-09-122-1/+15
| | | | | | | | | | | 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
* Fix GridLayout layout issue with empty rows above a component (#14554)Artur Signell2014-08-301-2/+4
| | | | | | * Issue introduced in 8476b57ce2261313f47b21764ddc02cc128b2fd4 Change-Id: Ie84489aac4553e70e7e80561aec748a874a85653
* Add theme class name in init to prevent delay for embedded apps (#14517)Artur Signell2014-08-271-0/+4
| | | | Change-Id: I73bf41ca493f76d0a4caa82464ef3c63b3d7f055
* Log theme loading error when it happens and not later (#14517)Artur Signell2014-08-271-2/+2
| | | | Change-Id: I0d19e1c53dfe48a9a501ff25c19318b96c96ef3b
* VTabsheetBase should implement HasEnabled (#14114).Denis Anisimov2014-08-271-1/+8
| | | | Change-Id: I31ebc1b4c0698f10c145c6e59d5c951918c5fdbe
* Add option for collapsing empty rows/columns in GridLayout (#14392)7.3.0.rc1Artur Signell2014-08-212-21/+38
| | | | | | | | 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
* Do not hide handle as it causes IE8 problems (#14412)Artur Signell2014-08-201-5/+0
| | | | Change-Id: I2b981c00bf1ef3b9e1e0ccd1cdd3678016b11d14
* Update @since tags for new API (#14330)Artur Signell2014-08-196-18/+20
| | | | Change-Id: Ieee79bc4e1c61c7a0b00e19c0bca8826b0e10cff
* TabSheet focus/blur patch for 7.3 (#14304)Bogdan Udrescu2014-08-191-24/+4
| | | | | | Remove the listeners from VTabSheet and use them as inner. Change-Id: I65bc84fe6120abcaa01d22fcc373802f4f773bdc