summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* added pauset to make test script more reliableMatti Tahvonen2013-09-271-0/+5
| | | | svn changeset:26147/svn branch:6.8
* Backported #12149 to Vaadin 6.8 (#12662)John Alhroos2013-09-261-0/+15
| | | | svn changeset:26142/svn branch:6.8
* Horizontal scrollbar for Panel now properly appear in webkit browsers (#10255)Matti Tahvonen2013-09-252-0/+57
| | | | svn changeset:26139/svn branch:6.8
* Saner amount of pixels in a tab hiding hack. Now iPad v1 with iOS5 don't ↵Matti Tahvonen2013-09-241-0/+41
| | | | | | break subwindows when tab inside it is changed and som other stuff is on screen. (#9424) svn changeset:26134/svn branch:6.8
* Fixed issues found in review for #12407John Alhroos2013-09-191-2/+1
| | | | svn changeset:26131/svn branch:6.8
* Fixes issue with Table not scrolling completely to the end #12407John Alhroos2013-09-182-0/+86
| | | | | | Made the Table notice if the user is trying to scroll to an item on the last "page" and in those cases actually scroll to that item, not just to the page's first item as it did before. svn changeset:26127/svn branch:6.8
* Update identifier to match what the EE test server uses after the latest ↵Artur Signell2013-09-171-44/+44
| | | | | | license update svn changeset:26126/svn branch:6.8
* Don't show vertical scrollbars in an embedded app (#12336)Henrik Paul2013-08-231-0/+31
| | | | | | An div-embedded application got a vertical scrollbar, if the window was shorter than body's height, but longer than bodyHeight - appHeight. svn changeset:26112/svn branch:6.8
* Make weaker assumptions to cope with funky Opera features (#11788 and #11797)Leif Åstrand2013-07-161-0/+14
| | | | svn changeset:26091/svn branch:6.8
* Updated test to take into account that the first name is no longer ↵Artur Signell2013-06-181-1/+1
| | | | | | incorrectly selected when shift-clicking in the table svn changeset:26075/svn branch:6.8
* Fixed lost focus in VScrollTable when row cache was redrawn (#11788 and #11797)Tapio Aali2013-05-242-0/+84
| | | | svn changeset:25991/svn branch:6.8
* Removed three @override annotations #11801Marc Englund2013-05-231-3/+0
| | | | svn changeset:25989/svn branch:6.8
* Disabled DragAndDropWrapper no longer receives drops #11801Marc Englund2013-05-231-0/+92
| | | | | | Disabled for DragAndDropWrapped on the client-side, but also in the DragAndDropService on the server side (the latter not limited to DADW). svn changeset:25988/svn branch:6.8
* Fix newlinesJohannes Dahlström2013-05-211-32/+32
| | | | svn changeset:25978/svn branch:6.8
* Properly focus clicked input element in Webkit (#11854, #11297)Johannes Dahlström2013-05-151-0/+32
| | | | svn changeset:25952/svn branch:6.8
* Added Testbench test for #7110John Alhroos2013-05-152-0/+62
| | | | svn changeset:25949/svn branch:6.8
* SQLContainer.indexOfId() also searches backwards (#10376)Henri Sara2013-05-142-0/+88
| | | | svn changeset:25942/svn branch:6.8
* Fix CustomComponent resizing broken by [25925] (#6880)Johannes Dahlström2013-05-132-3/+25
| | | | svn changeset:25928/svn branch:6.8
* Addition to fix for #11267 - explicit call to updateRootWidth() makes it ↵Marc Englund2013-05-101-20/+5
| | | | | | more reliable, works better with TB svn changeset:25926/svn branch:6.8
* Fix CustomComponent size calculation with padding or border (#6880)Johannes Dahlström2013-05-102-0/+94
| | | | svn changeset:25925/svn branch:6.8
* Fixes #11267 (theme breaks if dynamically adding border to ComboBox) by ↵Marc Englund2013-05-102-0/+94
| | | | | | recalculating padding/border if styles change svn changeset:25924/svn branch:6.8
* Change test script name to reuse previously committed screenshots (#9203)Leif Åstrand2013-05-071-0/+0
| | | | svn changeset:25916/svn branch:6.8
* More specific workaround for no rows in TreeTable with pagelenght = 0 (#9203)Leif Åstrand2013-05-072-0/+134
| | | | svn changeset:25915/svn branch:6.8
* Make the #11623 TB test fail and pass reliablyJohannes Dahlström2013-05-021-4/+24
| | | | svn changeset:25903/svn branch:6.8
* Prevent TextField/TextArea focus stylename from being overwritten in ↵Johannes Dahlström2013-05-022-0/+121
| | | | | | updateFromUIDL() (#11623) svn changeset:25902/svn branch:6.8
* Test for #11396. Depends on a blur event so cannot be autotested with TB.Johannes Dahlström2013-04-231-0/+44
| | | | svn changeset:25882/svn branch:6.8
* Changed accordion tab stylename to be prefixed with the tabs stylename ↵John Alhroos2013-04-121-4/+4
| | | | | | rather then the accordions stylename #10605 svn changeset:25842/svn branch:6.8
* Fixed Accordion tab stylenames which never got applied on the tab widgets #10605John Alhroos2013-04-122-0/+79
| | | | svn changeset:25841/svn branch:6.8
* Revert fix to #9203 as it causes regressions.Leif Åstrand2013-03-182-134/+0
| | | | svn changeset:25709/svn branch:6.8
* Workaround for no rows in TreeTable with pagelenght = 0 (#9203)Leif Åstrand2013-03-152-0/+134
| | | | svn changeset:25706/svn branch:6.8
* Add bootstrap performance measuring support (#11188)Leif Åstrand2013-02-282-4/+10
| | | | svn changeset:25664/svn branch:6.8
* Imported more stable Flash test from 7.0Artur Signell2013-02-283-4/+7
| | | | svn changeset:25652/svn branch:6.8
* Fixed setting column width back to undefined by setting it to -1. #7922John Alhroos2013-02-212-0/+140
| | | | svn changeset:25591/svn branch:6.8
* Make TextArea.setCursorPosition work in all browsers (#8769)Leif Åstrand2013-02-202-0/+258
| | | | svn changeset:25579/svn branch:6.8
* Fixed issue where max length was removed from a text field when setting the ↵John Alhroos2013-02-182-0/+88
| | | | | | same maxlength several times #9940 svn changeset:25568/svn branch:6.8
* Fix column resize issues in Table and TreeTable (#10513)Johannes Dahlström2013-02-072-0/+186
| | | | | | * Take padding and TreeTable hierarchy column indent properly into account svn changeset:25497/svn branch:6.8
* Fix TableDragColumn test to work properly after #10890 fixJohannes Dahlström2013-02-071-3/+3
| | | | svn changeset:25488/svn branch:6.8
* Update test script to use command that makes the ComboBox openLeif Åstrand2013-02-051-1/+1
| | | | svn changeset:25477/svn branch:6.8
* Fixed IE8 focus issue where focus is left in the closed sub window after ↵John Alhroos2013-02-012-0/+167
| | | | | | editing a RichTextArea #10776 svn changeset:25458/svn branch:6.8
* Fix the positioning of the drop marker when reordering Table columns by DnD ↵Johannes Dahlström2013-02-012-0/+90
| | | | | | (#10890) svn changeset:25456/svn branch:6.8
* Ensure unique ordering when using TableQuery with multiple primary key ↵Artur Signell2013-01-302-0/+191
| | | | | | columns (#10878) svn changeset:25434/svn branch:6.8
* Fix DebugIdXss test scriptJohannes Dahlström2013-01-291-1/+1
| | | | svn changeset:25426/svn branch:6.8
* Test for #10873Johannes Dahlström2013-01-292-0/+112
| | | | svn changeset:25423/svn branch:6.8
* Fix case where ComboBox suggestion menu selects a wrong item if there are ↵Johannes Dahlström2013-01-251-0/+65
| | | | | | duplicate captions (#10766) svn changeset:25410/svn branch:6.8
* Fix IE memory leak when closing subwindowsJohannes Dahlström2013-01-231-0/+67
| | | | svn changeset:25390/svn branch:6.8
* Calculate upload file size correctly when there are multibyte characters in ↵Johannes Dahlström2013-01-231-0/+78
| | | | | | the file name svn changeset:25385/svn branch:6.8
* Assume left button in mouse events if the browser returns an unknown button ↵Johannes Dahlström2013-01-221-0/+79
| | | | | | (#10763, fixed separately in V7 in #9956) svn changeset:25374/svn branch:6.8
* Add basic performance test (#10318)Leif Åstrand2013-01-142-0/+201
| | | | svn changeset:25330/svn branch:6.8
* Applied patch for #8238John Alhroos2013-01-091-0/+57
| | | | svn changeset:25298/svn branch:6.8
* Add missing test for #9986 (#10609)Leif Åstrand2013-01-092-31/+235
| | | | svn changeset:25292/svn branch:6.8