summaryrefslogtreecommitdiffstats
path: root/uitest/src
Commit message (Collapse)AuthorAgeFilesLines
* One pixel discrepancy in headers and rows border with minimal width (#15118)Sergey Budkin2014-12-022-0/+75
| | | | | | Disabled old patch for VTreeTable, which caused the problem. Change-Id: I3fdf6b0890307b27e32ceff4492cb7d0bfc6b680
* Window modalitycurtain will now respect $v-animations-enabled (#15135)Fabian Lange2014-11-281-0/+34
| | | | Change-Id: I80beea694c2a103aaf1fb479e1de48c515428fbb
* Position tooltips in the visible area (#15129).Anna Miroshnik2014-11-283-0/+244
| | | | | | | | Based on Mika's reverted patch, with additional fix and test for regression "an empty tooltip appears while the application is initializing". Change-Id: I8237fc9340265708a05a7576a5d9e8e374dc1fea
* Remove IE8 from TextFieldBevelTest. (#14634)Sauli Tähkäpää2014-11-281-27/+37
| | | | Change-Id: Ie37377b0da800cbe2acbd3e14b972e482c188579
* Set v-bevel to 'false' should unset 'v-textfield-bevel' value (#14634).Denis Anisimov2014-11-282-0/+111
| | | | Change-Id: Ia3598b9bcef280bef38daa189ab3c7885e5d535a
* Drop indicators in Valo are now working as in Reindeer theme (#14836)Jouni Koivuviita2014-11-282-0/+134
| | | | Change-Id: I12014c4329ca629dbfc9226b3b70538d33442690
* Converted SetCurrentPageFirstItemIndex to TB4. (#15286)Sauli Tähkäpää2014-11-252-43/+63
| | | | Change-Id: Iea990c243e083b3302fd1e448402ac3aa3db08ac
* Table is not caching thousands of rows in vain (#13576)Sara Seppola2014-11-252-0/+140
| | | | Change-Id: I6f6382dd3468db40c36e507b94f84ab1191e100f
* Unit test correction for moving any event in month calendar view(#12413)Denis Anisimov2014-11-171-19/+57
| | | | Change-Id: I6e80c77f758a451ffb23c5487e7a25f3c0eed3c7
* TreeTable column header and footer height fix (#15121)Anna Koskinen2014-11-141-0/+9
| | | | | | Fix for regression caused by (#14812) + Valo test for TreeTables. Change-Id: I57f911cbf33e52196fa219b4feddfe62db7f6ded
* Allow move any event in month calendar view (#12413).Denis Anisimov2014-11-102-0/+190
| | | | Change-Id: I63491488356a32a233a4ba9a7434a9f4a1f5b9d1
* Column drag'n'drop disables HeaderClickEvents until left-click (#15167)Anna Koskinen2014-11-102-0/+158
| | | | Change-Id: Ic64c0eb685c3dd9d7fdb10d9e19745ae2cc36be5
* Fix VCalendar to use correct year of week. (#14783)Sauli Tähkäpää2014-11-102-0/+80
| | | | Change-Id: Id55ad5ed620bd5c187b70ae2a2d0a4c4adea382a
* Reverse asc and desc table sorting indicators for Valo. (#15123)Sauli Tähkäpää2014-11-102-0/+80
| | | | Change-Id: If649d7ab0b4257cfaa1488dfff88afa8ef122f67
* Fix: Navigation to invisible days of week in VAADIN calendar (#12243)Anna Miroshnik2014-11-102-0/+231
| | | | | | | | Some changes in BasicBackwardHandler and BasicForwardHandler. Also test was added (CalendarBackwardForwardTest). Changes after review. Change-Id: Ibe0283534b784e3c18134619e1843440ca74e65c
* Convert TableScrollsOnSelectionTest to TB4.Sauli Tähkäpää2014-11-104-50/+50
| | | | | | | Change-Id: I27b8edbd0761771054dc4e1b0b6b2559957da0c6 Conflicts: uitest/src/com/vaadin/tests/components/table/LongMultiselectTest.java
* New tests for Removing and re-adding all rows in Table (#14581)Guillermo Alvarez2014-11-102-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
* Re-adding content in Table causes table to lose scroll position (#14581)Anna Miroshnik2014-11-102-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
* Allowed one pixel's worth of mismatch inAnna Koskinen2014-11-101-2/+3
| | | | | | TableRepairsScrollPositionOnReAddingAllRowsTest. Change-Id: I04f17bf0acbb445343e2f9b18f6a55ce4f764afa
* Re-adding all rows in Table causes table to loose scroll position (#14581)Anna Miroshnik2014-11-102-0/+146
| | | | | | | | | | 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
* Fix a regression in VMenuBar.getSubpartElement (#14879).Mika Murtojarvi2014-11-032-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
* Fix VaadinFinderLocator for UIElement (#14010).Dmitrii Rogozin2014-11-031-0/+43
| | | | Change-Id: If25ebdcdd4df438402d1cdc60a63c629e84c73a0
* Set upload button width to 100% when immediate on Valo. (#14485)Sauli Tähkäpää2014-11-026-29/+192
| | | | Change-Id: I473fc080c143bc242326bd6f2b819450c42ffae5
* Add addButton() AbstractTestUI.Sauli Tähkäpää2014-10-2913-49/+20
| | | | Change-Id: I55a02e96466b63f6b00047cc87ab111f6c08e45b
* Fix button on immediate upload does not obey setWidth() (#14485)denis.magdenkov2014-10-292-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-292-0/+96
| | | | Change-Id: Ic28c8e4020eddae32a71b5c7f9da0ad61f2f7af9
* Fix: Empty space on page after expanded component (#12672)Anna Miroshnik2014-10-294-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-291-0/+1
| | | | Change-Id: Ifa7d4ae9d36c1180a5c635833a9a13ad576d5c70
* Correct positioning and sizing logic for context menu (#14863).Denis Anisimov2014-10-292-0/+208
| | | | Change-Id: Ic2edd6e6f53cd8ae3dc2d39477f59261356beafd
* Removed the waitingForResponse flag from VTabsheet (#14710)Taras Hupalo2014-10-292-0/+195
| | | | Change-Id: Idd918197c2026a3c574cffd0e9595ff9f02eb2d8
* Add missing tests (#12976)Guillermo Alvarez2014-10-292-0/+120
| | | | | | Adapted TB2 tests included in changeset number [26188] of Vaadin 6.8 SVN Change-Id: Ib935524538e06bd51acc01068df6ad86beba05fb
* Added missing test when unframed (#14450)Guillermo Alvarez2014-10-291-0/+11
| | | | | | Now we check closing element is present in unframed tabsheets Change-Id: If29c1006db0f9267d213b5f063a1c478efe60ea9
* fix: Tooltip does not shrink when content changes (#11871)Anna Miroshnik2014-10-292-0/+115
| | | | Change-Id: I6b0cc0996560b2f8dd28e110e455445952c0fbd9
* Fixed FontIcons on VWindow (#14481).Tapio Aali2014-10-292-0/+43
| | | | Change-Id: I1b7cb280088379a6512e23a663dbf2a31f8123cd
* Use deployment url property value for base URL if it's defined (#14758).Denis Anisimov2014-10-291-1/+11
| | | | Change-Id: I249e37cfaf23564b00136b33132df3d339a46e98
* Implement HasEnabled in VPopupView. (#14797)Sauli Tähkäpää2014-10-162-0/+43
| | | | Change-Id: I7384fb6312a921330d8b57193e53c235213dcf00
* Handle all native events in preview handler for Combobox popup (#14321).Denis Anisimov2014-10-162-0/+159
| | | | Change-Id: Ibad2f45fb81d9573125fbc786bd3493ac6cdfc00
* Postpone shortcut action handler initialization in PopupView (#14275).Denis Anisimov2014-10-162-0/+158
| | | | Change-Id: I233a63fac4f1afe3f99105ac6dfbbbb38f9b9fad
* Update atmosphere-runtime to 2.1.2.vaadin6. (#14674, #14861)7.3.3Sauli Tähkäpää2014-10-1512-27/+127
| | | | Change-Id: Ie239bf110909f8acb47f2141431965061f9ac407
* Ease test creation by making description and ticket number optionalArtur Signell2014-10-151-2/+6
| | | | Change-Id: I00cde9e1ebc51669b959a6e98094fea87059a022
* Fixed the sizing of relative-sized components in AbsoluteLayout (#13131)Anna Koskinen2014-10-142-0/+338
| | | | Change-Id: Ibc0757fa383b15dbf33f0b75a7d20ee78db5e88a
* TreeTable should support font icons for items (#14077)Guillermo Alvarez2014-10-142-0/+91
| | | | Change-Id: I758e0f80446290f17280447b1ff5c1f44cb8604b
* Fix empty table captions in Valo theme (#14812)Teemu Pöntelin2014-10-142-0/+99
| | | | Change-Id: I6d18e9a16ea5c4c4de0653233fefa1af8f76205a
* Incorrect rendering of Panel with undefined size in Firefox (#14631).Sergey Budkin2014-10-142-0/+102
| | | | | | Copied the fix from Valo. Change-Id: I677fc4cfb65a57211fd82d994d75743fd49a83a2
* Add favicon.ico to Valo. (#14781)Sauli Tähkäpää2014-10-141-0/+60
| | | | Change-Id: Ic0c5152d634dfc8f07890cfee18bbebd6e54bbc3
* Add ".v-required" style for required component (#10201).Denis Anisimov2014-10-142-0/+109
| | | | Change-Id: I889587234acdb79e33e625f993c1918befa6aae3
* Add outside-range styles for DateField. (#14711)Jouni Koivuviita2014-10-142-1/+10
| | | | Change-Id: I0f85fb72605c5500b0a835ddf715d60bc9c7a524
* Assign timezone before setting initial date in DateField. (#14653)Sauli Tähkäpää2014-10-142-0/+111
| | | | Change-Id: I3b527084d23ee8bd49887bef3d018c1003f492e2
* Open combobox popup on click to icon (#14624).Denis Anisimov2014-10-142-0/+106
| | | | Change-Id: I203b92561ab14d427466945845c6fbb62d6eb07b
* Add logging helper functions to AbstractTB3Test.Sauli Tähkäpää2014-10-141-0/+27
| | | | Change-Id: Ie2f85c744eac7f8451f22c717a9aea5ea2e74f0e