aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Ease test creation by making description and ticket number optionalArtur Signell2014-09-301-2/+6
| | | | Change-Id: I00cde9e1ebc51669b959a6e98094fea87059a022
* Read input stream logic is corrected (#14533).Denis Anisimov2014-09-301-5/+2
| | | | Change-Id: I1a8a895d631889e04f7acbde29306e86da344a23
* Fix ComboBox issue with font-based item icons (#14660)Teemu Pöntelin2014-09-291-0/+34
| | | | Change-Id: I8f3de9556cc62670c28523886998f89383b76305
* Ignore TableInFormLayoutCausesScrollingTest. (#7309)Sauli Tähkäpää2014-09-271-0/+7
| | | | Change-Id: I5851a42625830dc5cb7bd956f8e692d8174acd70
* Allowed one pixel's worth of mismatch inAnna Koskinen2014-09-271-2/+3
| | | | | | TableRepairsScrollPositionOnReAddingAllRowsTest. Change-Id: I04f17bf0acbb445343e2f9b18f6a55ce4f764afa
* Fix ThemeChangeOnTheFlyTest to work with autogenerated style. (#14670)Sauli Tähkäpää2014-09-271-13/+10
| | | | Change-Id: Iac7800a97e7263b51032579bd6ab0de9a95d59f8
* Set internal value instead of converted value when locale has changed. (#14400)Sauli Tähkäpää2014-09-232-0/+80
| | | | Change-Id: I2440f6471b8bbb016497bf59cffd023b013460dd
* Fix UIAutoGeneratedStyleNameTest. (#14670)Sauli Tähkäpää2014-09-231-34/+2
| | | | Change-Id: I5d6cb7df9989e5cf5b5e1e55a75b1a03fbab8050
* Add autogenerated style name for UI based on its class name (#14670)Denis Anisimov2014-09-222-0/+130
| | | | Change-Id: Ic2ff4c29f997c33ea952a94c17aa9e70a0339337
* Fixed ComboBox filtering when page length is zero (#14509)Teemu Pöntelin2014-09-192-0/+123
| | | | Change-Id: I663b39a37bcdf4383fa76d04acd127503ced11df
* Setting null as URI fragment doesn't remove the fragment in the browser (#11312)Anna Miroshnik2014-09-192-0/+121
| | | | | | Tests only. Because this defect was fixed during fixing #12207. Change-Id: If47f06d30fd3c8318df9b3197cea5771a1b38063
* Re-adding all rows in Table causes table to loose scroll position (#14581)Anna Miroshnik2014-09-192-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
* Make CalendarNotificationsTestIE work on IE8.Sauli Tähkäpää2014-09-192-14/+18
| | | | Change-Id: I395a03fe2c1815004a72e2bb3ecde937d504e969
* Convert TableScrollsOnSelectionTest to TB4.Sauli Tähkäpää2014-09-195-70/+51
| | | | Change-Id: I27b8edbd0761771054dc4e1b0b6b2559957da0c6
* Convert TableInFormLayoutCausesScrollingTest to TB4.Sauli Tähkäpää2014-09-193-45/+31
| | | | Change-Id: I9f2cec6ad77b05e7175de390240977d881530ded
* Add RefreshCloseConnectionTest to push test category.Sauli Tähkäpää2014-09-191-1/+4
| | | | Change-Id: Ic18452ade4fa8930db92a7a8e693ad33d8f823cd
* Modify TestLayoutClickListenerTest to work on FF.Sauli Tähkäpää2014-09-191-1/+1
| | | | Change-Id: Ic37c2033b3a40ffd58da5ca875c4226b9e3098f1
* Split UIAccessTest into separate test methods.Sauli Tähkäpää2014-09-192-169/+85
| | | | Change-Id: I4cc0dd2a97a702cff0506543cc9608ae819f82f8
* Extract IE8 to it's own TableColumnResizeContentsWidthTest.Sauli Tähkäpää2014-09-192-26/+101
| | | | Change-Id: I1f9680b9fd16977aa3351e2406e0831b2046c191
* Remove invalid overrides from PopupViewShortcutActionHandlerTest.Sauli Tähkäpää2014-09-191-34/+1
| | | | Change-Id: Ib77b1188239116f065f95f7511311a3af9201f51
* Fix PopupViewResizeWhileOpenTest to use correct shadow.Sauli Tähkäpää2014-09-191-1/+7
| | | | Change-Id: I3be56581099d87a9ff3b2147f26a8a84af063189
* Make ComboBoxValueInputTest stable by simplifying the steps.(#3268)Sauli Tähkäpää2014-09-192-340/+89
| | | | Change-Id: Idd314e531659fbab701df117307b5c41fcac9ec3
* Converted LongMultiselectTest to TB4.Sauli Tähkäpää2014-09-194-87/+101
| | | | Change-Id: I0336929861ef0e162fab5f7ff4fee8dfe0b343b4
* ComboBox not always shows selected value (#10600)Anna Miroshnik2014-09-162-0/+102
| | | | | | | | 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
* Fix multiselection pressing shift before starting (#13483)Guillermo Alvarez2014-09-164-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
* Calendar event not shown correctly when partially out of view (#7261)Anna Miroshnik2014-09-162-0/+177
| | | | | | only tests. Fix was done during fix of (#12521) Change-Id: I0097f4b3b0426e007af2eaf20323193ac75e1a8c
* Changing theme on the fly tutorial codeLeif Åstrand2014-09-151-0/+45
| | | | | | | Tutorial published at https://vaadin.com/wiki/-/wiki/Main/Changing+theme+on+the+fly Change-Id: I41e024001e0f4747ff38b9d9c365771f87e2d2cb
* TextFields inside Drag and Drop Wrappers cannot get focus (#12838)denis.magdenkov2014-09-102-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-102-0/+101
| | | | Change-Id: Id9cc9d644772af923d3f5307ea4123df8666a489
* Fix slider inside table is not accessible.(#13681)Anna Miroshnik2014-09-092-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-092-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
* Tree item fails with ItemClickListener (#14388)Anna Miroshnik2014-09-082-0/+107
| | | | | | | Patch for #14388: added modifications to remove the regression on #6845 (RIGHT, MIDDLE mouse buttons listeners) Change-Id: I3ef95df68efa0a70bbe0d566ceea187505e2999a
* Pass (x,y) coordinates for button click triggered via keyboard (#12650).Denis Anisimov2014-09-082-0/+185
| | | | Change-Id: I24363d34f7007650fc66f9b85d7e22a4ab10bb6b
* Revert "Tree item fails with ItemClickListener (#14388)"Sauli Tähkäpää2014-09-055-166/+60
| | | | | | | | This reverts commit d71ae18e355468487a947c84d0f92ed9c44b002e which caused regression on #6845. Converted TreeItemClickListeningTest (#6845) to TB4. Change-Id: Ia4c7c5814dc4e8916ab3f80633ceecdfb74040b0
* calendar visible hours shows invalid dates(week/day view) (#12521)Anna Miroshnik2014-09-052-0/+199
| | | | | | Fix: test fails on phantomJs. Change-Id: I70179c249a180a795e14683e4185068d5395762b
* Override IE disabled style for text field (#14565)Mikael Grankvist2014-09-052-0/+76
| | | | Change-Id: Ie48e56666c43450c47015067879fdc604c7ac843
* Fix Valo DateField rendering in read-only FieldGroups (#14603)Heikki Ohinmaa2014-09-053-15/+23
| | | | Change-Id: Icb05cffe68b948777036e282a2055e3343de9252
* Backspace in modal doesn't make browser navigation (#13180)Guillermo Alvarez2014-09-042-16/+64
| | | | | | | | 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
* Tree item fails with ItemClickListener (#14388)Anna Miroshnik2014-09-042-0/+107
| | | | | | Fixes after review. Tests were simplified. Change-Id: I5c631d44fd742fee36f01aeb2044b85faf709d23
* Don't scan classpath for any development servlet (#14604)Leif Åstrand2014-09-041-0/+14
| | | | Change-Id: If3db4a35609260beff1079cbaafa8827643d9271
* Table handles both onMouseDown and onMouseUp events (#14347)Guillermo Alvarez2014-09-012-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
* Fix to Valo menu for iOS (make the header visible)Jouni Koivuviita2014-09-011-0/+1
| | | | Change-Id: Ib27db90a6dc48f8f8f34adc3c16aa3aa7222d19d
* Use setHideEmptyRowsAndColumns to match old screenshots (#14392)Leif Åstrand2014-08-302-0/+2
| | | | Change-Id: Ifd735d55c768c351359f0b65de05da0e701f099c
* 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
* Update DateCellDayEvent size on updateSizes in Connector (#13233).Denis Anisimov2014-08-294-20/+240
| | | | Change-Id: Ib3142cc62e95ce0e31bb8746eacd5ca4580c1865
* Revert "Make getMouseEvent() method available in the TargetDetailsImpl ↵Markus Koivisto2014-08-286-368/+0
| | | | | | | | | (#13416)." This reverts commit 9ea4409bbe7079887a5a3c497494d4986ddabefd. The commit fails its own tests on IE and Firefox. Change-Id: I443f8d1b9ce322124b19d74bbeb2e6780bbff201
* LayoutClickListener test rewrite from TB2Heikki Ohinmaa2014-08-273-270/+213
| | | | | | | Added log line numbers, as in this case they might provide information pertinent to the test. Change-Id: Iedea8f71cfb5488b510932b3ce4154ee0443c29b
* replaced all org.json.* usages with elemental.json.* (#8942)Taras Hupalo2014-08-269-47/+35
| | | | Change-Id: I4809fbbdb48f3e36c8e1da8552ff3fa734714105
* Handle all native events in preview handler for Combobox popup (#14321).Denis Anisimov2014-08-262-0/+159
| | | | Change-Id: Ibad2f45fb81d9573125fbc786bd3493ac6cdfc00