aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Convert a ComboBox test to TB4.7.5.0.beta3Mika Murtojarvi2015-06-031-0/+37
| | | | | | | Also fixes a bug in the test introduced in https://dev.vaadin.com/review/#/c/7117/8. Change-Id: I39ce310fd71296a8d8c223dfc09185c983b19299
* Add screenshot comparison for DisabledMenuBarItemTestTeemu Suo-Anttila2015-06-022-3/+6
| | | | Change-Id: Ib4f9531da8b0ebb0b6294b5539bf7ab578a776b8
* Refactor MenuBar handling methods to AbstractTB3TestTeemu Suo-Anttila2015-06-026-110/+80
| | | | | | This patch uses the new menubar handling in AccordionClipsContentTest Change-Id: Ib54b8b7c51b04fb98785af214aebdd33126aa61d
* Properly handle readonly fields when clearing FieldGroup (#17166)Artur Signell2015-06-014-6/+131
| | | | Change-Id: I42b9fe5d945d23e202a252a8be12976608da19bf
* Fix for Valo notification mixins (#14872).Denis Anisimov2015-05-293-0/+275
| | | | Change-Id: I6477557c605443419ee3fc9f3398ae5af4956aa7
* Ensure method and property names are capitalized using English locale (#13389)Artur Signell2015-05-291-2/+4
| | | | Change-Id: Idde4fc54950f2bb83e0bb8d36a84a5bf075eb8de
* Fix GridEditorClientTest focus checks on IE browsersTeemu Suo-Anttila2015-05-291-2/+8
| | | | Change-Id: I50551d5dd294165445b98be1076cc91aaa3555a0
* Input prompt shouldn't get set when input has focus (#18027)Anna Koskinen2015-05-282-0/+158
| | | | Change-Id: Ide792fec9bf9050cea0b7616536965e42d74b16a
* Adds a textual null representation to Grid renderers(#16560)7.5.0.beta2Ilia Motornyi2015-05-285-3/+199
| | | | | | Adds an optional textual value for null to Grid.AbstractRenderer Change-Id: I4998476308e4259306f1774f309968520d8672e5
* Focus the field in the the active cell when manually opening Grid editorJohannes Dahlström2015-05-283-3/+116
| | | | | | Also move focus back to Grid when manually closing the editor. Change-Id: I3ec54c00500ddd3872e7d20109191ac7db8bb950
* Update browser version test to Chrome 43Mika Murtojarvi2015-05-271-1/+1
| | | | Change-Id: Ifbc59644f02a2a5384fa6fa22d397863459a93b1
* Select all checkbox when pressing space on the cell (#16685)Artur Signell2015-05-273-24/+55
| | | | Change-Id: I71ca4d7d390bdaf42cf3d9317564e6ad8f96cc25
* Add class name for not editable editor cells (#18021)Teemu Suo-Anttila2015-05-271-1/+9
| | | | Change-Id: Ib9bfb1fd3fe2f3caef745aa0d8fad5913759cb9e
* Fix Grid client-side event support (#17986)Teemu Suo-Anttila2015-05-272-0/+111
| | | | | | | | Added a public API to get an EventCellReference for the most recent fired event. Also EventCellReference now contains information on Grid section and some related helpers. Change-Id: Ia8a166da6f322084d65f9b1cb242e22b0e66e53b
* Split AbstractGridExtension from AbstractRenderer (#18003)Teemu Suo-Anttila2015-05-263-0/+181
| | | | Change-Id: Ibe5766cde606091ce2bd58055472fa7cf3f21374
* Update active tab index when overriding selection (#15274)Leif Åstrand2015-05-262-0/+97
| | | | Change-Id: I0480b640cec251bb430cdb9224e2a23ea26b7259
* Only sort when enter is pressed on default header (#16732)Artur Signell2015-05-251-0/+27
| | | | Change-Id: I3bae7c341064f26c6be3c9b66b33239716043fec
* Fix adding a column to Table and immediately changing its size (#17927)Teemu Suo-Anttila2015-05-212-0/+111
| | | | Change-Id: I970c771f647b7587aac3985ebeea0f0b20805fec
* Rename GridSidebarThemeTest screenshot identifiersTeemu Suo-Anttila2015-05-211-6/+6
| | | | Change-Id: Ie732c559a93260888e5144bc1da486df11b6fef6
* Fix GridStructureTest to workaround Chrome + Selenium issueTeemu Suo-Anttila2015-05-201-3/+4
| | | | | | Test now check for cell content rather than header. Change-Id: I1a46a0411189352bf7e5117bcc45306803364d9f
* Fix GridDetailsLocationTest SubPixel issues with IE8 and IE9Teemu Suo-Anttila2015-05-201-11/+9
| | | | | | | This patch also changes the way this test handles CheckBoxes making the test more stable. Change-Id: I1b6c2b987dbe69bd1fc7b8cdc14adbbe206ed484
* Fix a Grid test failure on FirefoxMika Murtojarvi2015-05-202-7/+11
| | | | Change-Id: I3d6ab2abd146a53ee0d93b1d738ae7a3379c4ff5
* Fix Grid test failures on various browsersTeemu Suo-Anttila2015-05-204-37/+37
| | | | Change-Id: I4f28fce512ddb547477f9752ad5f4a602ee13489
* Ensure the whole hierarchy is refreshed when opening editor row (#17459)Artur Signell2015-05-193-0/+176
| | | | Change-Id: Iff691f27b70ccbad004dbc55411be977c5acff03
* Handle generated empty string style names properly (#17335)Artur Signell2015-05-193-1/+57
| | | | Change-Id: I1adce18f238fd4357b0eb1be68ebf7a3aaa6dd6e
* Add missing OSGi import to make designs work (#17377)Artur Signell2015-05-192-1/+11
| | | | Change-Id: I28bbbc7a9079fc81e90d1d3f35f675234e560404
* Convert theme tests from TB2 to TB4Teemu Suo-Anttila2015-05-187-1/+356
| | | | | | | This change makes FixedNotificationElement work with notifications and rounded edges. Change-Id: I8e682fab471aa89bef5fc67d5aafdc3e37333a17
* Update VerifyBrowserVersionTest for Chrome 42Teemu Suo-Anttila2015-05-181-1/+1
| | | | Change-Id: I66559919989c5545aa8266fee947c0bfc80d2b58
* Fix MenuItemStyleRemoved test UI to work with IE8Teemu Suo-Anttila2015-05-181-3/+14
| | | | Change-Id: I0987168f4531b8b548dbde03afd99da363ae31d4
* Wrong floating element pos. on DND column reorder Grid #17693Pekka Hyvönen2015-05-151-0/+28
| | | | | | | | | When Grid was wider, the floating element did follow mouse to the right after some point. Also makes sure floating element is not shown on top of frozen columns when auto scrolling left. Change-Id: Ied779222c484f1f22119f89c0e720f868bbc898e
* Make FormLayout work with HTML captions (#17143)Leif Åstrand2015-05-152-0/+102
| | | | Change-Id: I334441fd2f8d5f6d9e0629f5d7b564e9008f3fe5
* Don't show loading spinner if there are no tabs (#15241)Leif Åstrand2015-05-131-0/+13
| | | | Change-Id: Ib2f08fc036d0f9940a865353c43d2433767df1fc
* Fixes regression in Notifications and tests (#14872)Pekka Hyvönen2015-05-132-9/+25
| | | | Change-Id: Ifa52508f5555c47b778cb7f80aa09f665b03b8d4
* Code for current Grid mini tutorialsLeif Åstrand2015-05-128-0/+478
| | | | Change-Id: Icc5d99713caca43b537e90a267ff2a93da166572
* Revert "Moved accessibility shortcut handling to server-side. [#14843]"Leif Åstrand2015-05-122-340/+0
| | | | | This reverts commit e88f71dd6d1d7634e3a90a7e53859ff6dc028e21. Change-Id: I1d4ed60ec4a194f6ed18fa5506134ef3a185a6cf
* Notification styles should be scoped more eagerly (#14872)Denis Anisimov2015-05-112-0/+145
| | | | Change-Id: Ifb648b8913c9999d3c0c855f05f79c8356577887
* Add opacity filter for disabled menubar item. (#15381)Sauli Tähkäpää2015-05-072-0/+65
| | | | Change-Id: I457becda9b8741b0b0f85d8985581a2039fa7304
* Hiding/Unhiding Grid column when details row is open (#17691)Pekka Hyvönen2015-05-061-3/+32
| | | | | | | Fixes paintRemoveColumns and paintInsertColumns in Escalator.AbstractStaticRowContainer to not include spacers in row count. Fixes couple ColumnHidingTests for IE8. Change-Id: I283ee9fcdf0f3a7d0019948a700225c27a25d701
* Removed outdated workaround (#14405)Anna Koskinen2015-05-061-6/+0
| | | | Change-Id: I3b7e6c9d5f5e24589b3dac238fa78814e30d057f
* Fixes some broken FF24 tests for Grid.Pekka Hyvönen2015-05-061-0/+5
| | | | Change-Id: I7f1d21afd93f7fd74302738d24b4ba91be23ebec
* Fix caption position calculation in GridLayout (#17619)Teemu Pöntelin2015-05-062-0/+92
| | | | Change-Id: I5af773fbc03bc3d44e1aaa06ae974517583fdf4d
* Convert TableDragColumn tests from TB2 to TB4Teemu Suo-Anttila2015-05-061-0/+122
| | | | Change-Id: I16127f7b86bedc7603f5319dcc482c9b53e93a46
* Fix the updating of sort indicators (#17440)Mika Murtojarvi2015-05-052-0/+146
| | | | Change-Id: I0f8aa598b6e133a5cc128777cb6f1950dc6666c7
* Convert LabelTooltip tests from TB2 to TB4Teemu Suo-Anttila2015-05-051-0/+72
| | | | Change-Id: Icf6a827ba99872df6d85a38f69b1a9dfe43a2c62
* Fix Grid reloading test to use ElementQuery exists() methodTeemu Suo-Anttila2015-05-051-1/+1
| | | | Change-Id: Id45e512acfed304731a11cde3c7593149b05b53e
* Convert MenuBarNavigationMouse test from TB2 to TB4Teemu Suo-Anttila2015-05-051-0/+42
| | | | Change-Id: Ie6780b20fa4cf046a9adec6d550160b84d15e422
* Margin for header label in form should override any other rule (#14775).Denis Anisimov2015-05-052-0/+118
| | | | Change-Id: I6db8f01cf4842f17db3ee9509a0b7873dfd70ddd
* Set display to inline-block for TOP_CENTER and TOP_RIGHT (#14137).Denis Anisimov2015-05-052-0/+139
| | | | Change-Id: I317eefabfc93fd00a848f6b57cba9bd73600b3b6
* Provide variable for default contrast value in valo-font-color (#14793).Denis Anisimov2015-05-052-0/+87
| | | | Change-Id: Ida9552b02cb515fab6fb078a93f9f5c2f6d55014
* Fix enabled handling for DateField and PopupDateField (#17620)Artur Signell2015-05-052-0/+174
| | | | Change-Id: I3e38bb5c03453b6c1ad5c9bb717241297a779f73