summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed regression where range selection stopped working after the range start ↵merged-6.8John Alhroos2013-10-041-0/+6
| | | | | | was removed #12407 svn changeset:26159/svn branch:6.8
* Restored a previously removed deferred command due to regressions #12407John Alhroos2013-10-011-2/+11
| | | | svn changeset:26156/svn branch:6.8
* Fixed another regression for #12407John Alhroos2013-09-301-1/+2
| | | | svn changeset:26154/svn branch:6.8
* Fixed regression where scrolling position changed unintentionally after #12407John Alhroos2013-09-301-2/+6
| | | | svn changeset:26153/svn branch:6.8
* added pauset to make test script more reliableMatti Tahvonen2013-09-271-0/+5
| | | | svn changeset:26147/svn branch:6.8
* Added horizontal scrollbar hack also for Opera, bugs in same manner recent ↵Matti Tahvonen2013-09-271-3/+4
| | | | | | versions (#10255) svn changeset:26145/svn branch:6.8
* Backported #12324 to Vaadin 6.8 (#12662)John Alhroos2013-09-262-10/+10
| | | | svn changeset:26144/svn branch:6.8
* Backported #12295 to Vaadin 6.8 (#12662)John Alhroos2013-09-262-8/+14
| | | | svn changeset:26143/svn branch:6.8
* Backported #12149 to Vaadin 6.8 (#12662)John Alhroos2013-09-263-3/+26
| | | | svn changeset:26142/svn branch:6.8
* Updated versions in release notes #12636John Alhroos2013-09-261-6/+6
| | | | svn changeset:26141/svn branch:6.8
* Horizontal scrollbar for Panel now properly appear in webkit browsers (#10255)Matti Tahvonen2013-09-253-1/+75
| | | | svn changeset:26139/svn branch:6.8
* Fixed comment related to #12635John Alhroos2013-09-251-2/+1
| | | | svn changeset:26138/svn branch:6.8
* Make IE11 use IE9 compatibility mode #12635John Alhroos2013-09-252-7/+32
| | | | svn changeset:26137/svn branch:6.8
* Refining solution for ios 5.1 workaround to be safer for regressions. (#9424)Matti Tahvonen2013-09-251-2/+2
| | | | svn changeset:26136/svn branch:6.8
* Refining solution for ios 5.1 workaround to be safer for regressions. (#9424)Matti Tahvonen2013-09-251-2/+2
| | | | svn changeset:26135/svn branch:6.8
* Saner amount of pixels in a tab hiding hack. Now iPad v1 with iOS5 don't ↵Matti Tahvonen2013-09-242-2/+44
| | | | | | break subwindows when tab inside it is changed and som other stuff is on screen. (#9424) svn changeset:26134/svn branch:6.8
* Added comment about why currentPageFirstItemIndexOnLastPage only is updated ↵John Alhroos2013-09-191-0/+9
| | | | | | when the needsPageBufferReset flag is set. svn changeset:26132/svn branch:6.8
* Fixed issues found in review for #12407John Alhroos2013-09-193-19/+22
| | | | svn changeset:26131/svn branch:6.8
* Fixes issue with Table not scrolling completely to the end #12407John Alhroos2013-09-184-8/+102
| | | | | | 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-233-0/+132
| | | | | | 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
* Escape markup in CustomLayout's JavaDoc (#12398)Henrik Paul2013-08-201-2/+2
| | | | svn changeset:26111/svn branch:6.8
* Fix formattingLeif Åstrand2013-07-161-1/+1
| | | | svn changeset:26092/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 indentation to use tabs instead of spaces (since all our css files are ↵John Alhroos2013-06-051-5/+5
| | | | | | currently using that). Created new ticket (#12000) about changing all the indentation to use spaces instead of tabs. svn changeset:26035/svn branch:6.8
* Added duplicate user-selects #10917John Alhroos2013-06-051-4/+1
| | | | svn changeset:26034/svn branch:6.8
* Added missing user-selects to prevent highlighting in button #10917John Alhroos2013-06-051-1/+6
| | | | svn changeset:26033/svn branch:6.8
* Prevent Button from being highlighted when dragging mouse over it #10917John Alhroos2013-06-051-1/+1
| | | | svn changeset:26032/svn branch:6.8
* Fixed lost focus in VScrollTable when row cache was redrawn (#11788 and #11797)Tapio Aali2013-05-243-2/+97
| | | | svn changeset:25991/svn branch:6.8
* Added server-side check for dragging _from_ disabled component #11801Marc Englund2013-05-241-0/+11
| | | | svn changeset:25990/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-233-1/+113
| | | | | | 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
* Change field types from LinkedHashSet back to HashSet to retain binary ↵Johannes Dahlström2013-05-161-4/+9
| | | | | | compatibility (#11432) svn changeset:25964/svn branch:6.8
* Properly focus clicked input element in Webkit (#11854, #11297)Johannes Dahlström2013-05-154-4/+51
| | | | svn changeset:25952/svn branch:6.8
* Added Testbench test for #7110John Alhroos2013-05-153-0/+99
| | | | svn changeset:25949/svn branch:6.8
* Fixed positioning of the popup in a PopupView when the application has been ↵John Alhroos2013-05-151-14/+15
| | | | | | embedded in a div which is not in the normal element flow. #7110 svn changeset:25944/svn branch:6.8
* Remade fix for #11267 to not cause changes in other casesMarc Englund2013-05-151-8/+14
| | | | svn changeset:25943/svn branch:6.8
* SQLContainer.indexOfId() also searches backwards (#10376)Henri Sara2013-05-143-3/+93
| | | | svn changeset:25942/svn branch:6.8
* Prevent panel style from forcing min-height: 100% on DndWrapper (#6880)Johannes Dahlström2013-05-141-0/+4
| | | | svn changeset:25936/svn branch:6.8
* Fix CustomComponent resizing broken by [25925] (#6880)Johannes Dahlström2013-05-133-3/+38
| | | | svn changeset:25928/svn branch:6.8
* Addition to fix for #11267 - explicit call to updateRootWidth() makes it ↵Marc Englund2013-05-102-20/+6
| | | | | | 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-103-8/+113
| | | | svn changeset:25925/svn branch:6.8
* Fixes #11267 (theme breaks if dynamically adding border to ComboBox) by ↵Marc Englund2013-05-104-1/+113
| | | | | | recalculating padding/border if styles change svn changeset:25924/svn branch:6.8
* Liferay 6.2 compatibility (#11751)Henri Sara2013-05-101-21/+68
| | | | svn changeset:25921/svn branch:6.8
* Change VScrollTable.contextMenu back to package protected just in case (#11441)Johannes Dahlström2013-05-081-1/+1
| | | | svn changeset:25920/svn branch:6.8
* Clean up Table popup menu close handler to prevent a memory leak (#11441)Johannes Dahlström2013-05-081-21/+25
| | | | svn changeset:25919/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-073-4/+170
| | | | svn changeset:25915/svn branch:6.8