summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
...
* Properly end HTML5 drag operations when no drop is performed (#8242)Artur2017-01-191-0/+80
| | | | | | | | * Properly end HTML5 drag operations when no drop is performed No auto test because of https://github.com/SeleniumHQ/selenium/issues/1365 Fixes #4060
* Make it possible to deselect what was selected on the server (#8235)Artur2017-01-131-1/+10
| | | | | | * Make it possible to deselect what was selected on the server Fixes #8221
* Reset selected icon when blurring a ComboBox (#8082)Artur2017-01-121-1/+41
| | | | | | | | | | * Reset selected icon when blurring a ComboBox Fixes #8073 * Merge branch '7.7' into _combobox-icon-reset-selection * Merge branch '7.7' into _combobox-icon-reset-selection
* Remove tracking of unregistered connectors (#8153)Aleksi Hietanen2017-01-117-295/+1
| | | | | | | | | | | | * Remove tracking of unregistered connectors * Merge branch '7.7' into 8111-remove-unregistered-connector-tracking * Merge branch '7.7' into 8111-remove-unregistered-connector-tracking * Add tests that verify markAsDirty is called on old parent * Merge branch '7.7' into 8111-remove-unregistered-connector-tracking
* Fix exception when Grid is inside a PopupView (#8157)Artur2017-01-102-0/+70
| | | Fixes #7695
* reopen Grid details on attach, fixes #8015 (#8074)Olli Tietäväinen2017-01-092-0/+83
| | | Fixes #8015
* Render font icon correctly on the 'more' menu item (#8126)Artur2017-01-053-0/+146
| | | | | | * Render font icon correctly on the 'more' menu item Fixes #8125
* Call error handler for exceptions in UI.init() (#8055)Artur2017-01-022-2/+12
| | | Fixes #4995
* Fix chrome version (#8086)Ilia Motornyi2016-12-271-1/+1
| | | | * Fix chrome version
* Fix removal of hidden Grid columns (#8071)Artur2016-12-232-0/+105
| | | Fixes #8018
* Use correct indexes in multiselect checkboxes after removing rows (#8072)Artur2016-12-221-0/+51
| | | Fixes #8011
* Replace non-breaking spaces with space (#7957)Artur2016-12-141-1/+1
|
* Use proper UTF-8 encoding for Content-Disposition filenames (#19527) (#6607)Leif Åstrand2016-12-132-2/+2
|
* Re-add body rows when Escalator is reattached to DOM (#20477)Artur Signell2016-11-283-0/+85
| | | | Change-Id: I0ae9144817db3bb730c80748d5e9190484b323e7
* Mark TextField/TextArea as busy when a text change event is pending (#20469)Artur Signell2016-11-212-0/+64
| | | Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50
* Add lazy/simple resize mode to Grid (#20108)Patrik Lindström2016-11-172-0/+82
| | | | Change-Id: I47427efc28c350382dba8c1f50fd332a3f4585e4
* Fix NPE in case some items don't contain all properties of Grid.adam2016-11-142-0/+202
| | | | | | | This could occur in when parent is a different entity than its children in hierarchical data. Change-Id: Icd53b5b5e5544a3680d0cd99702ab78224b2dc08
* Prevent adding several scrollbar handlers (#19189).Denis Anisimov2016-11-142-0/+128
| | | | Change-Id: Ib0cc6c6835aab6d263f153362a328bcf2be7bc5c
* Make clicking outside a ComboBox add a pending new item (#18366)Artur Signell2016-11-111-2/+10
| | | | | | | | | It should not matter how you move from a field to the next. Tabbing to the next field already previously caused the new item handler to be invoked. This fixes the case when you click in the next field to work the same way. Change-Id: I3978d87cde8f05dce92edda2a4a116f4a15e0749
* Fix some modern browsers tests failures.Denis Anisimov2016-11-103-3/+4
| | | | Change-Id: I2a89d3493e2f98ab1b9a0666d9dc075a2457e432
* Fix modern browsers test failures for 7.7.Denis Anisimov2016-11-0919-30/+56
| | | | Change-Id: Ibef57aa4f8838f3bbc5f5c5500f3f4f7fc6eb438
* Show a sensible message for missing extensions (#10799)Artur Signell2016-11-034-41/+104
| | | | | | | Also remove ComponentMissingFromDefaultWidgetsetTest since it's identical to UnknownComponentConnectorTest Change-Id: I4b4b8f40c8376f4ea26b73d41191a3e7e811df01
* Date/time issues are fixed in the tests.Denis Anisimov2016-11-021-0/+5
| | | | | | | | | | | - legacy DateField declarative format tests are fixed (day light saving time is taken into account). - CalendarMonthViewDndEvent UI because you are not supposed to work on Sundays (when the test is broken). Backported from master branch (Vaadin 8). Change-Id: I5e62c09da579e9f6eb2a58a87253618d3f30b2e9
* Ensure #cell[N] always scrolls row N into view (#20423)Artur Signell2016-10-281-0/+6
| | | | Change-Id: I99347ee1d0f2f13fcb8e110d2e7192590e4f9456
* Publish Escalator.getBodyRowCount to JS (#20344)Artur Signell2016-10-281-0/+14
| | | | | | This is needed to be able to get the information from e.g. TestBench Change-Id: I95ec6064f602e6a8b24e35cc59d467e9c8b31c1e
* Allow defining a focus delegate component for CustomField (#20336)Artur Signell2016-10-262-1/+18
| | | | Change-Id: I1160e7a384b1816204eb7f4b0f52f83ed9e230c0
* Allow a resize listener to fire a resize listener (#20338)Artur Signell2016-10-252-0/+45
| | | | Change-Id: I6b045c3a693e88b3cba182ae9ea68cfa98c914b0
* Make modal window block shortcuts for underlying components (#20366)Artur Signell2016-10-241-0/+17
| | | | Change-Id: Ibb3b52b652d77a1bfa786417b1c92fd0a578035f
* Make Grid isWorkPending wait for scroll events to complete (#20417)Artur Signell2016-10-201-0/+14
| | | Change-Id: I3cfdac539111ff2e88c7ff81e6d6b9a579160423
* Add valo-menu-hover stylename to make responsive menu appear w/o adding code ↵Marc Englund2016-10-194-16/+88
| | | | | | | | | | | (#19019) Adding the optional "valo-menu-hover" style to the "valo-menu" element will make the menu appear on hover - i.e when mousing over on desktop, when tapping on touch devices (which also triggers hover). Backported from master branch (vaadin 8). Change-Id: I8344234a20aa93216b0116608d81e30e86d8b309
* Update client side selection state when changing selection model (#20370)Artur Signell2016-10-181-0/+40
| | | | Change-Id: I7fe8c160405a69140cac511c744d89a62c401cca
* Add Grid.refreshRows to allow refreshing individual rows (#16765)Artur Signell2016-10-142-0/+191
| | | | Change-Id: I554d7b6ca60840bab3a032daa4847e7271086e27
* Workaround for deadlock issue (#18436)Artur Signell2016-10-111-0/+120
| | | | Change-Id: I4e32550e3d3095c2c914bb93d260819414d2e6e6
* Fixes VTree so that you can click sub elements when setHtmlContentAllowed is ↵Sebastian Nyholm2016-09-262-5/+20
| | | | | | true. (#20097) Change-Id: Ic453aaf16ea1d44792db868e04faaba069aab3b7
* Add tests for widgetset compilation in different modesArtur Signell2016-09-251-1/+0
| | | | | | | | | | * Using the default widget set * Using no add-ons but a custom widget set * Using add-ons with a defined widget set * Using add-ons with no defined widget set * Using directories with special characters (space) Change-Id: I85450de359f410003bed94b120915b4736bc2d4f
* Format project pom files using correct settings (4 spaces)Artur Signell2016-09-251-313/+314
| | | | Change-Id: Ib8ae22a56334046effe721bb4d3769ef7b92d61d
* Update to Chrome 53Artur Signell2016-09-211-1/+1
| | | | Change-Id: I518b3f261adb633bb09a2597c9e7ee3cb6d63e6a
* Make initially disabled grid work when enabled (#20240)Artur Signell2016-09-204-40/+48
| | | | | | | | Adds API to allow grid to ask its data source if it is waiting for data. The previous tracking inside grid was not always correct as it relied on dataAvailable being called. Change-Id: I0bdb448d9b720155940b0834e118f0eca27a3bfc
* Format Java files using Eclipse Neon and Vaadin settingsArtur Signell2016-09-201962-11389/+11751
| | | | | | | Using the same formatting in the 7.7 branch and the master branch eases porting of fixes Change-Id: I51b4693f2f120447702cf322ce4505608ad92987
* Use correct column index when calculating min width during resize (#19833)Artur Signell2016-09-152-0/+32
| | | | Change-Id: If7a7a5c1e5eff4bdac0f6e5943a9fac2ce98784a
* Make test pass on all browsersArtur Signell2016-09-141-1/+5
| | | | Change-Id: I8226ce8983eb72e0afb4948fc644cb587bc01708
* Calculate column widths immediately if there is data (#20269)Artur Signell2016-09-142-0/+107
| | | | | | | Deferring the column width calculations, like done before, causes flickering as each column is first rendered with its minimum required width. Change-Id: I02e6951a99dcb0cb9ad78a95915076d064fa9642
* Ensure Firefox always updates the grid scrollbar (#19802)Artur Signell2016-09-142-0/+104
| | | | | | | | | When the scrollbar is scrolled a bit down and the number of items in the grid is reduced so that no scrollbar is needed anymore, it seems that Firefox refuses to send a scroll event even though the scroll position is updated before the scrollbar is hidden. Change-Id: I626536a9efd036bc826b1e6be3363332a56774f6
* Change snapshot version 7.7-SNAPSHOTArtur Signell2016-09-131-1/+1
| | | | Change-Id: I7929f6fbe9a83f63fcb7c1f3b174dd84d4add185
* Test for Firefox download disconnecting push channelArtur Signell2016-09-121-0/+94
| | | | Change-Id: Iacf2b04b96c237ad377dbd75ad07f86a00660319
* Always show loading indicator for JavaScript RPC (#20235)Artur Signell2016-09-084-5/+88
| | | | | | | | The change to not show loading indicator for JS RPC was done in 15a53d305e6648572c11cb988f4988c2c5825af1 and looks like a refactoring error. Change-Id: If2a2818e0c4adc06479ecaf17764bf53fc89c095
* Update DOM and update escalator row count in the correct order (#19442)Artur Signell2016-09-051-3/+35
| | | | | | | | | | If you show a column when Grid has no horizontal scrollbar, and is scrolled all the way down, and the number of visible rows is slightly more than N then Escalator will adjust the row count when the scrollbar is shown so that N-1 rows are visible. During this operation, the DOM must be updated for the new column. Change-Id: I0b6c845f96a57be1d64ef4e735aa2f77efbe589a
* Discard for DateField when the data source contains null (#8069)Patrik Lindström2016-09-022-0/+180
| | | | | | | | | | | | | Earlier discard did not work (#8069) if the data source contained null and the user entered an invalid value for date fields. The discard logic has been changed such that the error indicators and internal state of the date field is cleared also if the value entered by the user is invalid and the data source is null. attach() updates the value from the data source in the same way as discard. The old logic in attach is retained. Change-Id: I5d798a2fdc3d2f0e82a037ea3cb2f57b6432039e
* Do not run test on IE8 as IE8 is brokenArtur Signell2016-09-011-0/+11
| | | | Change-Id: I55f41c8f3488a57e6ab499da58df70eb02d3f136
* Fix animation end listeners so they are always removed (#17903)Artur Signell2016-08-301-0/+48
| | | | | | | | Fixes ComboBox suggestion popup so that it will not automatically close when clicking the popup button, if the user happened to double click on the button earlier. Change-Id: I60936f82133ca89c2aef0dccff68092a11deff1c