Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added pauset to make test script more reliable | Matti Tahvonen | 2013-09-27 | 1 | -0/+5 |
| | | | | svn changeset:26147/svn branch:6.8 | ||||
* | Backported #12149 to Vaadin 6.8 (#12662) | John Alhroos | 2013-09-26 | 1 | -0/+15 |
| | | | | svn changeset:26142/svn branch:6.8 | ||||
* | Horizontal scrollbar for Panel now properly appear in webkit browsers (#10255) | Matti Tahvonen | 2013-09-25 | 2 | -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 Tahvonen | 2013-09-24 | 1 | -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 #12407 | John Alhroos | 2013-09-19 | 1 | -2/+1 |
| | | | | svn changeset:26131/svn branch:6.8 | ||||
* | Fixes issue with Table not scrolling completely to the end #12407 | John Alhroos | 2013-09-18 | 2 | -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 Signell | 2013-09-17 | 1 | -44/+44 |
| | | | | | | license update svn changeset:26126/svn branch:6.8 | ||||
* | Don't show vertical scrollbars in an embedded app (#12336) | Henrik Paul | 2013-08-23 | 1 | -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 Åstrand | 2013-07-16 | 1 | -0/+14 |
| | | | | svn changeset:26091/svn branch:6.8 | ||||
* | Updated test to take into account that the first name is no longer ↵ | Artur Signell | 2013-06-18 | 1 | -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 Aali | 2013-05-24 | 2 | -0/+84 |
| | | | | svn changeset:25991/svn branch:6.8 | ||||
* | Removed three @override annotations #11801 | Marc Englund | 2013-05-23 | 1 | -3/+0 |
| | | | | svn changeset:25989/svn branch:6.8 | ||||
* | Disabled DragAndDropWrapper no longer receives drops #11801 | Marc Englund | 2013-05-23 | 1 | -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 newlines | Johannes Dahlström | 2013-05-21 | 1 | -32/+32 |
| | | | | svn changeset:25978/svn branch:6.8 | ||||
* | Properly focus clicked input element in Webkit (#11854, #11297) | Johannes Dahlström | 2013-05-15 | 1 | -0/+32 |
| | | | | svn changeset:25952/svn branch:6.8 | ||||
* | Added Testbench test for #7110 | John Alhroos | 2013-05-15 | 2 | -0/+62 |
| | | | | svn changeset:25949/svn branch:6.8 | ||||
* | SQLContainer.indexOfId() also searches backwards (#10376) | Henri Sara | 2013-05-14 | 2 | -0/+88 |
| | | | | svn changeset:25942/svn branch:6.8 | ||||
* | Fix CustomComponent resizing broken by [25925] (#6880) | Johannes Dahlström | 2013-05-13 | 2 | -3/+25 |
| | | | | svn changeset:25928/svn branch:6.8 | ||||
* | Addition to fix for #11267 - explicit call to updateRootWidth() makes it ↵ | Marc Englund | 2013-05-10 | 1 | -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öm | 2013-05-10 | 2 | -0/+94 |
| | | | | svn changeset:25925/svn branch:6.8 | ||||
* | Fixes #11267 (theme breaks if dynamically adding border to ComboBox) by ↵ | Marc Englund | 2013-05-10 | 2 | -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 Åstrand | 2013-05-07 | 1 | -0/+0 |
| | | | | svn changeset:25916/svn branch:6.8 | ||||
* | More specific workaround for no rows in TreeTable with pagelenght = 0 (#9203) | Leif Åstrand | 2013-05-07 | 2 | -0/+134 |
| | | | | svn changeset:25915/svn branch:6.8 | ||||
* | Make the #11623 TB test fail and pass reliably | Johannes Dahlström | 2013-05-02 | 1 | -4/+24 |
| | | | | svn changeset:25903/svn branch:6.8 | ||||
* | Prevent TextField/TextArea focus stylename from being overwritten in ↵ | Johannes Dahlström | 2013-05-02 | 2 | -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öm | 2013-04-23 | 1 | -0/+44 |
| | | | | svn changeset:25882/svn branch:6.8 | ||||
* | Changed accordion tab stylename to be prefixed with the tabs stylename ↵ | John Alhroos | 2013-04-12 | 1 | -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 #10605 | John Alhroos | 2013-04-12 | 2 | -0/+79 |
| | | | | svn changeset:25841/svn branch:6.8 | ||||
* | Revert fix to #9203 as it causes regressions. | Leif Åstrand | 2013-03-18 | 2 | -134/+0 |
| | | | | svn changeset:25709/svn branch:6.8 | ||||
* | Workaround for no rows in TreeTable with pagelenght = 0 (#9203) | Leif Åstrand | 2013-03-15 | 2 | -0/+134 |
| | | | | svn changeset:25706/svn branch:6.8 | ||||
* | Add bootstrap performance measuring support (#11188) | Leif Åstrand | 2013-02-28 | 2 | -4/+10 |
| | | | | svn changeset:25664/svn branch:6.8 | ||||
* | Imported more stable Flash test from 7.0 | Artur Signell | 2013-02-28 | 3 | -4/+7 |
| | | | | svn changeset:25652/svn branch:6.8 | ||||
* | Fixed setting column width back to undefined by setting it to -1. #7922 | John Alhroos | 2013-02-21 | 2 | -0/+140 |
| | | | | svn changeset:25591/svn branch:6.8 | ||||
* | Make TextArea.setCursorPosition work in all browsers (#8769) | Leif Åstrand | 2013-02-20 | 2 | -0/+258 |
| | | | | svn changeset:25579/svn branch:6.8 | ||||
* | Fixed issue where max length was removed from a text field when setting the ↵ | John Alhroos | 2013-02-18 | 2 | -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öm | 2013-02-07 | 2 | -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 fix | Johannes Dahlström | 2013-02-07 | 1 | -3/+3 |
| | | | | svn changeset:25488/svn branch:6.8 | ||||
* | Update test script to use command that makes the ComboBox open | Leif Åstrand | 2013-02-05 | 1 | -1/+1 |
| | | | | svn changeset:25477/svn branch:6.8 | ||||
* | Fixed IE8 focus issue where focus is left in the closed sub window after ↵ | John Alhroos | 2013-02-01 | 2 | -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öm | 2013-02-01 | 2 | -0/+90 |
| | | | | | | (#10890) svn changeset:25456/svn branch:6.8 | ||||
* | Ensure unique ordering when using TableQuery with multiple primary key ↵ | Artur Signell | 2013-01-30 | 2 | -0/+191 |
| | | | | | | columns (#10878) svn changeset:25434/svn branch:6.8 | ||||
* | Fix DebugIdXss test script | Johannes Dahlström | 2013-01-29 | 1 | -1/+1 |
| | | | | svn changeset:25426/svn branch:6.8 | ||||
* | Test for #10873 | Johannes Dahlström | 2013-01-29 | 2 | -0/+112 |
| | | | | svn changeset:25423/svn branch:6.8 | ||||
* | Fix case where ComboBox suggestion menu selects a wrong item if there are ↵ | Johannes Dahlström | 2013-01-25 | 1 | -0/+65 |
| | | | | | | duplicate captions (#10766) svn changeset:25410/svn branch:6.8 | ||||
* | Fix IE memory leak when closing subwindows | Johannes Dahlström | 2013-01-23 | 1 | -0/+67 |
| | | | | svn changeset:25390/svn branch:6.8 | ||||
* | Calculate upload file size correctly when there are multibyte characters in ↵ | Johannes Dahlström | 2013-01-23 | 1 | -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öm | 2013-01-22 | 1 | -0/+79 |
| | | | | | | (#10763, fixed separately in V7 in #9956) svn changeset:25374/svn branch:6.8 | ||||
* | Add basic performance test (#10318) | Leif Åstrand | 2013-01-14 | 2 | -0/+201 |
| | | | | svn changeset:25330/svn branch:6.8 | ||||
* | Applied patch for #8238 | John Alhroos | 2013-01-09 | 1 | -0/+57 |
| | | | | svn changeset:25298/svn branch:6.8 | ||||
* | Add missing test for #9986 (#10609) | Leif Åstrand | 2013-01-09 | 2 | -31/+235 |
| | | | | svn changeset:25292/svn branch:6.8 |