aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Table is not caching thousands of rows in vain (#13576)Sara Seppola2014-11-122-0/+140
| | | | Change-Id: I6f6382dd3468db40c36e507b94f84ab1191e100f
* Unit test correction for moving any event in month calendar view(#12413)Denis Anisimov2014-11-111-19/+57
| | | | Change-Id: I6e80c77f758a451ffb23c5487e7a25f3c0eed3c7
* Update selection after changes in underlying data source (#13580).Denis Anisimov2014-11-113-3/+189
| | | | Change-Id: I6354d85bd6bc37b1cbb69f388559278d5a163256
* TreeTable column header and footer height fix (#15121)Anna Koskinen2014-11-101-0/+9
| | | | | | Fix for regression caused by (#14812) + Valo test for TreeTables. Change-Id: I57f911cbf33e52196fa219b4feddfe62db7f6ded
* DateField popup doesn't close when click on popup button (#14857)Anna Miroshnik2014-11-102-0/+85
| | | | | | Fix and tests. Change-Id: I99d92c32727323fae543a24dfb90e849c3338a8c
* Allow move any event in month calendar view (#12413).Denis Anisimov2014-11-072-0/+190
| | | | Change-Id: I63491488356a32a233a4ba9a7434a9f4a1f5b9d1
* Column drag'n'drop disables HeaderClickEvents until left-click (#15167)Anna Koskinen2014-11-072-0/+158
| | | | Change-Id: Ic64c0eb685c3dd9d7fdb10d9e19745ae2cc36be5
* Position tooltips in the visible area (#15129).Mika Murtojarvi2014-11-063-0/+228
| | | | Change-Id: If4f13a859fd2e6fc363781bf04e52f780206e9e1
* Fix NPE and scroll behavior in TabSheet (#14348).Mika Murtojarvi2014-11-044-0/+399
| | | | | | | | | After removing a tab, the TabSheet now scrolls when it is necessary to show the remaining tabs. A test (TabSheetScrollOnTabCloseTest) ensures that no scrolling occurs when the removed tab is not in the visible area. Change-Id: I81e4e504167ec4d0a527e6bfe94dba8b29fb26bc
* Fix VCalendar to use correct year of week. (#14783)Sauli Tähkäpää2014-11-032-0/+80
| | | | Change-Id: Id55ad5ed620bd5c187b70ae2a2d0a4c4adea382a
* Reverse asc and desc table sorting indicators for Valo. (#15123)Sauli Tähkäpää2014-11-032-0/+80
| | | | Change-Id: If649d7ab0b4257cfaa1488dfff88afa8ef122f67
* Set upload button width to 100% when immediate on Valo. (#14485)Sauli Tähkäpää2014-11-036-29/+192
| | | | Change-Id: I473fc080c143bc242326bd6f2b819450c42ffae5
* Fix a regression in VMenuBar.getSubpartElement (#14879).Mika Murtojarvi2014-10-302-0/+208
| | | | | | | | 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
* Table column width can be changed from defined to expandratio (#15101)Sara Seppola2014-10-292-0/+198
| | | | Change-Id: I8dead7fd77b44c8adc5e973f29d5e14bae6fb293
* Fix: Navigation to invisible days of week in VAADIN calendar (#12243)Anna Miroshnik2014-10-292-0/+231
| | | | | | | | Some changes in BasicBackwardHandler and BasicForwardHandler. Also test was added (CalendarBackwardForwardTest). Changes after review. Change-Id: Ibe0283534b784e3c18134619e1843440ca74e65c
* Fix button on immediate upload does not obey setWidth() (#14485)denis.magdenkov2014-10-232-0/+102
| | | | | | Added sass selector for upload in base theme. Change-Id: Iebf796f0965de6afeac98d6e2a2a9246c9251bab
* Set v-disabled on Button inside Upload when disabled. (#14655)Sauli Tähkäpää2014-10-232-0/+96
| | | | Change-Id: Ic28c8e4020eddae32a71b5c7f9da0ad61f2f7af9
* Add addButton() AbstractTestUI.Sauli Tähkäpää2014-10-2313-49/+20
| | | | Change-Id: I55a02e96466b63f6b00047cc87ab111f6c08e45b
* Fix: Empty space on page after expanded component (#12672)Anna Miroshnik2014-10-224-9/+149
| | | | | | | | | | | | | | | | | 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
* Test fix now that FormLayout margins work again. (#14890)Anna Koskinen2014-10-221-0/+1
| | | | Change-Id: Ifa7d4ae9d36c1180a5c635833a9a13ad576d5c70
* Fix VaadinFinderLocator for UIElement (#14010).Dmitrii Rogozin2014-10-211-0/+43
| | | | Change-Id: If25ebdcdd4df438402d1cdc60a63c629e84c73a0
* Added missing test when unframed (#14450)Guillermo Alvarez2014-10-211-0/+11
| | | | | | Now we check closing element is present in unframed tabsheets Change-Id: If29c1006db0f9267d213b5f063a1c478efe60ea9
* Correct positioning and sizing logic for context menu (#14863).Denis Anisimov2014-10-212-0/+208
| | | | Change-Id: Ic2edd6e6f53cd8ae3dc2d39477f59261356beafd
* New tests for Removing and re-adding all rows in Table (#14581)Guillermo Alvarez2014-10-212-105/+123
| | | | | | | | 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
* Update atmosphere-runtime to 2.1.2.vaadin6. (#14674, #14861)Sauli Tähkäpää2014-10-2112-27/+119
| | | | Change-Id: Ie239bf110909f8acb47f2141431965061f9ac407
* Add missing tests (#12976)Guillermo Alvarez2014-10-162-0/+120
| | | | | | Adapted TB2 tests included in changeset number [26188] of Vaadin 6.8 SVN Change-Id: Ib935524538e06bd51acc01068df6ad86beba05fb
* fix: Tooltip does not shrink when content changes (#11871)Anna Miroshnik2014-10-162-0/+115
| | | | Change-Id: I6b0cc0996560b2f8dd28e110e455445952c0fbd9
* Fixed FontIcons on VWindow (#14481).Tapio Aali2014-10-152-0/+43
| | | | Change-Id: I1b7cb280088379a6512e23a663dbf2a31f8123cd
* Ignore reconnect tests for long polling and streaming on PhantomJS.Sauli Tähkäpää2014-10-153-1/+34
| | | | Change-Id: Ia8248f31caafb6c53e967491084d660d89de2c29
* Change default retry count to zero.Sauli Tähkäpää2014-10-151-1/+1
| | | | Change-Id: Ifc17af65d7cdbd07f05608c0c937cc56a96c8d8f
* Use deployment url property value for base URL if it's defined (#14758).Denis Anisimov2014-10-141-1/+11
| | | | Change-Id: I249e37cfaf23564b00136b33132df3d339a46e98
* Update ExtraWindowShownWaiAriaTest for stability.Anna Koskinen2014-10-141-24/+27
| | | | Change-Id: I6a623ca67e5ae553bc0c68fcd76eb3b076f6b119
* Fixed the sizing of relative-sized components in AbsoluteLayout (#13131)Anna Koskinen2014-10-142-0/+338
| | | | Change-Id: Ibc0757fa383b15dbf33f0b75a7d20ee78db5e88a
* Fix empty table captions in Valo theme (#14812)Teemu Pöntelin2014-10-102-0/+99
| | | | Change-Id: I6d18e9a16ea5c4c4de0653233fefa1af8f76205a
* Incorrect rendering of Panel with undefined size in Firefox (#14631).Sergey Budkin2014-10-092-0/+102
| | | | | | Copied the fix from Valo. Change-Id: I677fc4cfb65a57211fd82d994d75743fd49a83a2
* Re-adding content in Table causes table to lose scroll position (#14581)Anna Miroshnik2014-10-072-21/+228
| | | | | | | | | | | | 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
* Add favicon.ico to Valo. (#14781)Sauli Tähkäpää2014-10-071-0/+60
| | | | Change-Id: Ic0c5152d634dfc8f07890cfee18bbebd6e54bbc3
* Implement HasEnabled in VPopupView. (#14797)Sauli Tähkäpää2014-10-072-0/+43
| | | | Change-Id: I7384fb6312a921330d8b57193e53c235213dcf00
* Add ".v-required" style for required component (#10201).Denis Anisimov2014-10-072-0/+109
| | | | Change-Id: I889587234acdb79e33e625f993c1918befa6aae3
* TreeTable should support font icons for items (#14077)Guillermo Alvarez2014-10-072-0/+91
| | | | Change-Id: I758e0f80446290f17280447b1ff5c1f44cb8604b
* Activated RetryOnFail on AbstractTB3Test.Sauli Tähkäpää2014-10-074-22/+26
| | | | Change-Id: I7d000593ba77f2edf7743775dbd8d7241c33e36a
* Updated ComboboxSelectedItemTextTest to ensure popups have time to open.Anna Koskinen2014-10-071-5/+18
| | | | Change-Id: I382c3a3d08019658dee6c1013d5da22276c1ab55
* Add outside-range styles for DateField. (#14711)Jouni Koivuviita2014-10-072-1/+10
| | | | Change-Id: I0f85fb72605c5500b0a835ddf715d60bc9c7a524
* Assign timezone before setting initial date in DateField. (#14653)Sauli Tähkäpää2014-10-072-0/+111
| | | | Change-Id: I3b527084d23ee8bd49887bef3d018c1003f492e2
* Open combobox popup on click to icon (#14624).Denis Anisimov2014-10-062-0/+106
| | | | Change-Id: I203b92561ab14d427466945845c6fbb62d6eb07b
* Split TableClickAndDragOnIconAndComponentsTest. (#7026)Sauli Tähkäpää2014-10-061-177/+151
| | | | Change-Id: I624f621b8bc40f147b4bad613cfbf26efc34034d
* Fix ContainerSizeChangeTest not to produce failure shots every time.Sauli Tähkäpää2014-10-031-8/+7
| | | | Change-Id: I3cacc581d6991e6b760e2b3ae43a63dafac071b3
* Removed the waitingForResponse flag from VTabsheet (#14710)Taras Hupalo2014-10-012-0/+195
| | | | Change-Id: Idd918197c2026a3c574cffd0e9595ff9f02eb2d8
* TreeItem double click fixed (#14745)Guillermo Alvarez2014-10-012-0/+126
| | | | | | | The event wasn't sent immediately and was sometimes overwritten by following click event. Change-Id: I7d52030ee8aac2be11b3b3db207d1c7f187d4778
* String <-> Enum converter which produces a human readable string (#14756)Artur Signell2014-09-302-0/+107
| | | | Change-Id: I3a825f52a43daea3172ced23bc510118376e76cb