summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge "Removed artifical slowdown which should no longer be needed (#11015)" ↵Leif Åstrand2013-02-145-26/+1
|\| | | | | | | | | | | into 7.0
| * | Removed artifical slowdown which should no longer be needed (#11015)Artur Signell2013-02-135-26/+1
| | | | | | | | | | | | Change-Id: I16bead52cab342fdae891134a0f1c2e82260eb63
* | | Fixed NPE in test when value is nullArtur Signell2013-02-131-2/+2
| | | | | | | | | | | | Change-Id: I04e1f365535878a46744046ee271387c21d31956
* | | Merge "Handle OutOfSync by resyncing automatically (#10780)" into 7.0Leif Åstrand2013-02-132-0/+93
|\ \ \
| * | | Handle OutOfSync by resyncing automatically (#10780)Artur Signell2013-02-112-0/+93
| | | | | | | | | | | | | | | | Change-Id: I5958d82b09519dabe9f2af792bd216d3b426c1c9
* | | | Fixed ColumnDragColumn test which was failing after fixes for #10890 (#11020)John Ahlroos2013-02-121-1/+1
| | | | | | | | | | | | | | | | Change-Id: I3d2c59d10a83b44fec1992eaec3e73328b314d63
* | | | Merge "Set the overlay container width and height to zero (#10860)" into 7.0John Ahlroos2013-02-121-0/+56
|\ \ \ \ | |_|/ / |/| | |
| * | | Set the overlay container width and height to zero (#10860)Johannes Dahlström2013-02-111-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | * Fix body scrolling in touch devices that do not honor overflow: hidden Change-Id: Ia444d3c222094b9aa83ba31d5710eed9d9e549cc
* | | | Since #10312 Table wraps a conversion exception in a CacheUpdateExceptionArtur Signell2013-02-111-2/+2
| |/ / |/| | | | | | | | Change-Id: Id2772118a673555db21bb8b5f8d6126459eb688e
* | | Merge of comment clarification to Vaadin 7.Anna Koskinen2013-02-081-1/+1
| | | | | | | | | | | | Change-Id: I1fed736e17770580af7ccc4c49c5c3d4bb7702e2
* | | Fixed race condition in upload (#10942)Artur Signell2013-02-081-3/+18
| | | | | | | | | | | | | | | | | | Updated test to show if upload succeeds or fails Change-Id: Ia9c3a3d36a5dd163fbad59e8cc41d53aba3ccb5a
* | | Fixed middle vertical alignments in HorizontalLayout #10852John Ahlroos2013-02-072-0/+71
| |/ |/| | | | | Change-Id: I85dac7b89ec4ec670cf92e5c760090fbef5929af
* | Replaced fragile flash test with a stable one using a local swf (#10807)Artur Signell2013-02-075-8/+12
| | | | | | | | Change-Id: I4231e0fa0b53f9e6d085b7409e6ad33bb5728b61
* | Merge "Merge of (#10890) to Vaadin 7." into 7.0Johannes Dahlström2013-02-062-0/+90
|\ \
| * | Merge of (#10890) to Vaadin 7.Anna Koskinen2013-02-052-0/+90
| | | | | | | | | | | | | | | | | | | | | Fix the positioning of the drop marker when reordering Table columns by DnD. Change-Id: I853e9690d931a9bf94c61ac6e59accd1cedac15a
* | | Merge of (#10878) to Vaadin 7.Anna Koskinen2013-02-052-0/+191
|/ / | | | | | | | | | | | | Ensure unique ordering when using TableQuery with multiple primary key columns. Change-Id: I9145717d1658393b19a2bca27ac211cad075fc27
* | Merge "Merge of (#10776) test to Vaadin 7." into 7.0Johannes Dahlström2013-02-052-0/+175
|\ \
| * | Merge of (#10776) test to Vaadin 7.Anna Koskinen2013-02-042-0/+175
| |/ | | | | | | Change-Id: I05d66505ecc9d413ae34c0ae5e2fa735764d4fee
* | Merge "Merge of (#9197) to Vaadin 7." into 7.0Johannes Dahlström2013-02-051-0/+68
|\ \
| * | Merge of (#9197) to Vaadin 7.Anna Koskinen2013-02-011-0/+68
| |/ | | | | | | | | | | Fix IE memory leak when closing subwindows. Change-Id: I7205bee96d172e84906aac1456b2523c56302d3b
* | Merge "Merge of (#10766) to Vaadin 7." into 7.0Johannes Dahlström2013-02-051-0/+66
|\ \
| * | Merge of (#10766) to Vaadin 7.Anna Koskinen2013-02-011-0/+66
| |/ | | | | | | | | | | | | Fix case where ComboBox suggestion menu selects a wrong item if there are duplicate captions. Change-Id: Ia2e6502f328f5f6daca74e6b60bd3b6ffb7ad977
* | Merge of (#9548) to Vaadin 7.Anna Koskinen2013-02-051-0/+80
| | | | | | | | | | | | | | Calculate upload file size correctly when there are multibyte characters in the file name. Change-Id: I85f1053ce6ad29140d0a37fe8ab4861b0f717fc9
* | Merge "Merge of (#8238) to Vaadin 7." into 7.0Johannes Dahlström2013-02-052-1/+58
|\ \
| * | Merge of (#8238) to Vaadin 7.Anna Koskinen2013-02-012-1/+58
| |/ | | | | | | | | | | Tabsheet detach handling update. Change-Id: I037d8503a9217918e63e1cc8b6e90abcafe7516f
* | Merge "Merge of (#10312) to Vaadin 7." into 7.0Johannes Dahlström2013-02-052-0/+359
|\ \
| * | Merge of (#10312) to Vaadin 7.Anna Koskinen2013-02-012-0/+359
| |/ | | | | | | | | | | Cache update exception handling to Table. Change-Id: I882e78c3a2eb1ceaab484be748b6890ee321c290
* / Merge of (#10609) to Vaadin 7.Anna Koskinen2013-02-012-30/+233
|/ | | | | | Automated test for #9986. Change-Id: I3ce8b61ac7efd8eaa7a1b16e786ce7c2edbad0a9
* Remove unnecessary special ConnectorMap handling from VTabsheet (#10839)Johannes Dahlström2013-01-302-0/+131
| | | | | | | | VTabsheet manipulated ConnectorMap directly when detaching a removed child; this broke the hierarchy if the detached child was re-attached to another component later on. Change-Id: I18487c37b363d3fcd3984c789c7b73ed1bed5e28
* Merge "Added cookie read/write minitutorial #9644"Johannes Dahlström2013-01-231-0/+92
|\
| * Added cookie read/write minitutorial #9644John Ahlroos2013-01-231-0/+92
| | | | | | | | Change-Id: I80d7646eca9be9b8fd98ad6c933245dab724df8a
* | Merge "Disable Form tooltips, as Form shows both description and component ↵John Ahlroos2013-01-231-76/+15
|\ \ | |/ |/| | | error as a part of the layout (#10784)"
| * Disable Form tooltips, as Form shows both description and component error as ↵Johannes Dahlström2013-01-231-76/+15
| | | | | | | | | | | | a part of the layout (#10784) Change-Id: Ia5af801e099e997ae25cfcf25434c8542da75a48
* | Merge "Ensure window is closed even if close listener throws an exception ↵Leif Åstrand2013-01-232-0/+67
|\ \ | | | | | | | | | (#10779)"
| * | Ensure window is closed even if close listener throws an exception (#10779)Artur Signell2013-01-212-0/+67
| |/ | | | | | | Change-Id: I58621c5f5ff01ccc96de3b602aac35f6fa01aa5b
* / Hide components if width 100% + expand ratio 0 #10783John Ahlroos2013-01-226-2/+238
|/ | | | Change-Id: I5ca5eac5fbfeec744078ebcb83f08192c1bf2af8
* Updated minitutorialsJohn Ahlroos2013-01-172-1/+9
| | | | Change-Id: Ie3045089d8474a3fd0c62c3caf90e3452941a36a
* Fixed test locator broken by fix for #10682Artur Signell2013-01-151-2/+1
| | | | Change-Id: I1dad310cdf4469410a1a1f31cdc5854251c3062f
* Merge "Add basic performance test (#10318)"Artur Signell2013-01-142-0/+203
|\
| * Add basic performance test (#10318)Leif Åstrand2013-01-142-0/+203
| | | | | | | | Change-Id: Ic20e3849f0e51d6857ca04952f621a976d1c9a14
* | Merge "Take error element into account when layouting Form (#10589)"Artur Signell2013-01-142-0/+103
|\ \
| * | Take error element into account when layouting Form (#10589)Leif Åstrand2013-01-142-0/+103
| |/ | | | | | | Change-Id: I22e232e5b9660d5c1b902435a03250bf97eab102
* / Maintain Table scroll position when changing expand (#10489, #10106)Leif Åstrand2013-01-142-0/+113
|/ | | | Change-Id: I4937d8943eab65cd4da2ec2e01af5935f96e244d
* Merge "Test for CustomField required flag (#10656, #8797)"Henri Sara2013-01-142-0/+76
|\
| * Test for CustomField required flag (#10656, #8797)Artur Signell2013-01-142-0/+76
| | | | | | | | Change-Id: I09e948a60816ab4b8b0fb28d9df7e90f36fbd30f
* | Merge of (#8519) to Vaadin 7.Anna Koskinen2013-01-112-0/+238
| | | | | | | | | | | | Table does not refresh after selecting more rows than pagination size. Change-Id: I352e15f9e124d13b0171b6bb1b8b287f52a056bc
* | Merge of (#5681) to Vaadin 7.Anna Koskinen2013-01-112-0/+99
| | | | | | | | | | | | Column collapsing optimization. Change-Id: I3b27024569ee2c5aa464ff6a63e50dcf4a90a8ba
* | Merge of (#8298) to Vaadin 7.Anna Koskinen2013-01-112-0/+134
| | | | | | | | | | | | Viewport calculation fix. Change-Id: Ic5195e5f7027ab41f18ddcd8262f9b5a23a0da8b
* | Fixed NPE in Table tooltip handling (#10705)Artur Signell2013-01-111-0/+61
|/ | | | Change-Id: I907af51c06c68da26c74359fae4e6f9a43dda8bc
* Merge "Made tests more reliable"Leif Åstrand2013-01-105-20/+20
|\