summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
* 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
* TreeItem double click fixed (#14745)Guillermo Alvarez2014-10-132-0/+126
| | | | | | | The event wasn't sent immediately and was sometimes overwritten by following click event. Change-Id: I7d52030ee8aac2be11b3b3db207d1c7f187d4778
* Read input stream logic is corrected (#14533).Denis Anisimov2014-10-131-5/+2
| | | | Change-Id: I1a8a895d631889e04f7acbde29306e86da344a23
* Fix ComboBox issue with font-based item icons (#14660)Teemu Pöntelin2014-10-131-0/+34
| | | | Change-Id: I8f3de9556cc62670c28523886998f89383b76305
* Set internal value instead of converted value when locale has changed. (#14400)Sauli Tähkäpää2014-09-242-0/+80
| | | | Change-Id: I2440f6471b8bbb016497bf59cffd023b013460dd
* Fixed ComboBox filtering when page length is zero (#14509)Teemu Pöntelin2014-09-242-0/+123
| | | | Change-Id: I663b39a37bcdf4383fa76d04acd127503ced11df
* Fix multiselection pressing shift before starting (#13483)Guillermo Alvarez2014-09-244-45/+117
| | | | | | | selectionRangeStart wasn't set when starting a selection pressing shift. SelectAllRowsTest was rewritten to enable extension to test this issue. Change-Id: I1b578b28ba89fc8215ec853d92de09f44c2d58e6
* Don't scan classpath for any development servlet (#14604)Leif Åstrand2014-09-241-0/+14
| | | | Change-Id: If3db4a35609260beff1079cbaafa8827643d9271
* Calendar event not shown correctly when partially out of view (#7261)Anna Miroshnik2014-09-242-0/+177
| | | | | | only tests. Fix was done during fix of (#12521) Change-Id: I0097f4b3b0426e007af2eaf20323193ac75e1a8c
* Fix CustomLayout: component not added at the default location (#14340)Anna Miroshnik2014-09-192-0/+88
| | | | Change-Id: I5eb76915b52f6b73ff0799631d98d5711041eeb5
* TextFields inside Drag and Drop Wrappers cannot get focus (#12838)denis.magdenkov2014-09-122-0/+107
| | | | | | 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/+101
| | | | Change-Id: Id9cc9d644772af923d3f5307ea4123df8666a489
* Fix slider inside table is not accessible.(#13681)Anna Miroshnik2014-09-122-0/+91
| | | | | | | some fixes after review. HiddenSliderHandle extends AbstractTestUI instead of UI now. Change-Id: I83578014ae83219941da745e8373614854c937d7
* DateField ValueChange is now fired after flags are set (#14487)Guillermo Alvarez2014-09-122-0/+134
| | | | | | | | 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
* Fix Valo DateField rendering in read-only FieldGroups (#14603)Heikki Ohinmaa2014-09-123-15/+23
| | | | Change-Id: Icb05cffe68b948777036e282a2055e3343de9252
* Update DateCellDayEvent size on updateSizes in Connector (#13233).Denis Anisimov2014-09-124-20/+240
| | | | Change-Id: Ib3142cc62e95ce0e31bb8746eacd5ca4580c1865
* Override IE disabled style for text field (#14565)Mikael Grankvist2014-09-122-0/+76
| | | | Change-Id: Ie48e56666c43450c47015067879fdc604c7ac843
* calendar visible hours shows invalid dates(week/day view) (#12521)Anna Miroshnik2014-09-122-0/+199
| | | | | | Fix: test fails on phantomJs. Change-Id: I70179c249a180a795e14683e4185068d5395762b
* Table handles both onMouseDown and onMouseUp events (#14347)Guillermo Alvarez2014-09-122-0/+223
| | | | | | | | 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-122-0/+185
| | | | Change-Id: I24363d34f7007650fc66f9b85d7e22a4ab10bb6b
* Tree item fails with ItemClickListener (#14388)Anna Miroshnik2014-09-122-0/+107
| | | | | | | Patch for #14388: added modifications to remove the regression on #6845 (RIGHT, MIDDLE mouse buttons listeners) Change-Id: I3ef95df68efa0a70bbe0d566ceea187505e2999a
* Fix to Valo menu for iOS (make the header visible)7.3.0Jouni Koivuviita2014-09-011-0/+1
| | | | Change-Id: Ib27db90a6dc48f8f8f34adc3c16aa3aa7222d19d
* Fix GridLayout layout issue with empty rows above a component (#14554)Artur Signell2014-08-302-0/+195
| | | | | | * Issue introduced in 8476b57ce2261313f47b21764ddc02cc128b2fd4 Change-Id: Ie84489aac4553e70e7e80561aec748a874a85653
* First batch of Valo Sass API documentation, plus bug fixesJouni Koivuviita2014-08-301-0/+3
| | | | | | | Also updates the test to always scroll the left panel to the top after opening a section. Change-Id: Icdb42795b8ec347b91694c162898f41aa8d80152
* Do not automatically change DesiredCapabilities so equals works the way ↵Artur Signell2014-08-293-20/+33
| | | | | | tests expect Change-Id: I573f0a7f8544742396fcd5927bc3292350754c6d
* VTabsheetBase should implement HasEnabled (#14114).Denis Anisimov2014-08-272-0/+143
| | | | Change-Id: I31ebc1b4c0698f10c145c6e59d5c951918c5fdbe
* Add option for collapsing empty rows/columns in GridLayout (#14392)7.3.0.rc1Artur Signell2014-08-217-3/+127
| | | | | | | | 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
* ComboBoxValueInput test upgrade (#14292)Anna Koskinen2014-08-203-296/+397
| | | | Change-Id: Id2158d0990f12940f2206095b8edc0946977f27d
* TableColumnResizeContentsWidth test upgrade (#14292)Anna Koskinen2014-08-203-65/+81
| | | | Change-Id: I1adc4dfea7bf62191a23a89440eeca677f47e6a6
* ComboBoxSlow test upgrade (#14292)Anna Koskinen2014-08-192-10/+44
| | | | Change-Id: Ic2e1bfd300a6b18aeddd4c4895c7bb11fec5bb8b
* Common components inside Table cells render better (Valo)Jouni Koivuviita2014-08-192-28/+140
| | | | | | | | | | | | Add a new size variant “compact” for Textfield, DateField and ComboBox. Makes the field fit inside the default row height of the table, but keeps the font size the same as for a normal field. Borderless fields also now respect the font color of the container (e.g. a selected table row). Update test to include common components inside a table. Change-Id: I88f4d917579c937536dc4c886dc2b7825db01818
* Add a new variation for ValoJouni Koivuviita2014-08-192-0/+4
| | | | | | | | A new variation named “Light”, similar to iOS7 style. Fix some valo-menu styles to accommodate the new light style better. Change-Id: Ib7c396263db7838c972d75a6b79fed1caf7ca576
* Make test more stableArtur Signell2014-08-192-2/+87
| | | | | | * Added tests for tabsheet variants Change-Id: Ib8d5c88cdedf1bbac439f91346b7b8a6a6756ede
* TableWithContainerRequiringEqualsForItemId test upgrade (#14292)Anna Koskinen2014-08-193-104/+98
| | | | Change-Id: I08da5a69e11f625d3d34f26dbd097d7a0973a541
* Prevent erroneous screenshot removal (#14446)Juuso Valli2014-08-191-9/+31
| | | | Change-Id: I6832399a888a8f99a77b6d345271d02e5cec3f54
* TreeTablePartialUpdates test upgrade (#14292)Anna Koskinen2014-08-194-116/+204
| | | | Change-Id: I32029461c7a4eeec1b54ce8a3f0b730f22deca1b
* LabelEmbeddedClickThroughForTable test upgrade (#14292)Anna Koskinen2014-08-193-135/+113
| | | | Change-Id: Ic9799343357735580976687ee02afb3bec142861
* UIScrollTest test upgrade (#14292)Anna Koskinen2014-08-193-62/+88
| | | | Change-Id: I5203b69d2f4ad67107ac347bff9b56b6d66c63bd
* SortLabelsInTable test upgrade (#14292)Anna Koskinen2014-08-182-6/+100
| | | | Change-Id: I07d2b0882ea5520f3d7ec30e29d4c42fb9167c9c