]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
12 years agoUpdated test to catch correct exception (#9147)
Artur Signell [Fri, 3 Aug 2012 13:54:23 +0000 (13:54 +0000)]
Updated test to catch correct exception (#9147)

The test now fails before the query can be executed when the query string is generated.

svn changeset:24061/svn branch:6.8

12 years agoDo not submit TextArea value on enter in IE (#9139)
Artur Signell [Fri, 3 Aug 2012 13:54:15 +0000 (13:54 +0000)]
Do not submit TextArea value on enter in IE (#9139)

svn changeset:24060/svn branch:6.8

12 years agoShim iframe should not have tabindex (#6219)
Artur Signell [Fri, 3 Aug 2012 12:45:45 +0000 (12:45 +0000)]
Shim iframe should not have tabindex (#6219)

svn changeset:24058/svn branch:6.8

12 years agoThrow IllegalArgumentException from addParameter for null parameters instead of silen...
Artur Signell [Fri, 3 Aug 2012 12:45:39 +0000 (12:45 +0000)]
Throw IllegalArgumentException from addParameter for null parameters instead of silently ignoring them (#9147)

svn changeset:24057/svn branch:6.8

12 years agoLonger pause to make test more reliable
Artur Signell [Fri, 3 Aug 2012 12:45:26 +0000 (12:45 +0000)]
Longer pause to make test more reliable

svn changeset:24056/svn branch:6.8

12 years agoMake LoginForm work inside iframes (#8144)
Leif Åstrand [Fri, 3 Aug 2012 10:35:51 +0000 (10:35 +0000)]
Make LoginForm work inside iframes (#8144)

Automatic test case included but not enabled because it does not currently work with IE6-8

svn changeset:24053/svn branch:6.8

12 years agoEnsure notification notifies VOverlay about its position (#6219, #8399)
Artur Signell [Fri, 3 Aug 2012 07:50:53 +0000 (07:50 +0000)]
Ensure notification notifies VOverlay about its position (#6219, #8399)

svn changeset:24050/svn branch:6.8

12 years agoRenamed method to better reflect what it does (#6219, #8399)
Artur Signell [Fri, 3 Aug 2012 07:50:47 +0000 (07:50 +0000)]
Renamed method to better reflect what it does (#6219, #8399)

svn changeset:24049/svn branch:6.8

12 years agoFix for overlays in opera with no shadow (#6219, #8399)
Artur Signell [Fri, 3 Aug 2012 07:50:42 +0000 (07:50 +0000)]
Fix for overlays in opera with no shadow (#6219, #8399)

svn changeset:24048/svn branch:6.8

12 years agoTest using Chrome 21 (#9202)
Artur Signell [Fri, 3 Aug 2012 07:50:35 +0000 (07:50 +0000)]
Test using Chrome 21 (#9202)

svn changeset:24047/svn branch:6.8

12 years agoAdded iframe to all overlays to avoid PDF and applet z-index problems (#6219, #8399)
Artur Signell [Thu, 2 Aug 2012 12:59:09 +0000 (12:59 +0000)]
Added iframe to all overlays to avoid PDF and applet z-index problems (#6219, #8399)

svn changeset:24046/svn branch:6.8

12 years agoClear selectionRangeStart if the key map has been cleared (#8584, #8736)
Leif Åstrand [Thu, 2 Aug 2012 12:11:08 +0000 (12:11 +0000)]
Clear selectionRangeStart if the key map has been cleared (#8584, #8736)

svn changeset:24045/svn branch:6.8

12 years agoRemember previous row height to maintain table size when all rows are removed (#9132)
Leif Åstrand [Wed, 1 Aug 2012 12:20:21 +0000 (12:20 +0000)]
Remember previous row height to maintain table size when all rows are removed (#9132)

svn changeset:24041/svn branch:6.8

12 years agoRemoved duplicated code (#9189)
Artur Signell [Tue, 31 Jul 2012 10:47:09 +0000 (10:47 +0000)]
Removed duplicated code (#9189)

svn changeset:24039/svn branch:6.8

12 years agoCorrectly decode maps and arrays with "" as the last value (#9188)
Artur Signell [Tue, 31 Jul 2012 10:43:20 +0000 (10:43 +0000)]
Correctly decode maps and arrays with "" as the last value (#9188)

svn changeset:24038/svn branch:6.8

12 years agoLog variables also when the paintable cannot be found (#9189)
Artur Signell [Tue, 31 Jul 2012 10:43:06 +0000 (10:43 +0000)]
Log variables also when the paintable cannot be found (#9189)

svn changeset:24037/svn branch:6.8

12 years agoAvoid int parse error in VSplitPanel and clean up the code (#9154)
Leif Åstrand [Mon, 30 Jul 2012 13:21:45 +0000 (13:21 +0000)]
Avoid int parse error in VSplitPanel and clean up the code (#9154)

svn changeset:24034/svn branch:6.8

12 years agoImproved code readability based on review (#8109)
Leif Åstrand [Mon, 30 Jul 2012 10:31:26 +0000 (10:31 +0000)]
Improved code readability based on review (#8109)

svn changeset:24033/svn branch:6.8

12 years agoDon't make changes directly to the visible itemids collection (#8109, #8787)
Leif Åstrand [Mon, 30 Jul 2012 09:12:37 +0000 (09:12 +0000)]
Don't make changes directly to the visible itemids collection (#8109, #8787)

svn changeset:24032/svn branch:6.8

12 years agoExplicitly delegate keyboard events from the PopupView popup to the relevant shortcut...
Johannes Dahlström [Fri, 27 Jul 2012 14:39:23 +0000 (14:39 +0000)]
Explicitly delegate keyboard events from the PopupView popup to the relevant shortcut action handler (#8193)

svn changeset:24031/svn branch:6.8

12 years agoPreserve selection order for multi select value (#8109, #8787)
Leif Åstrand [Fri, 27 Jul 2012 14:00:39 +0000 (14:00 +0000)]
Preserve selection order for multi select value (#8109, #8787)

svn changeset:24030/svn branch:6.8

12 years ago#9155 Add refresh() to SQLContainer.removeContainerFilter(), one more (manual) test...
Henri Sara [Fri, 27 Jul 2012 10:01:38 +0000 (10:01 +0000)]
#9155 Add refresh() to SQLContainer.removeContainerFilter(), one more (manual) test for SQLContainer and refactoring another test.

svn changeset:24029/svn branch:6.8

12 years agoA better patch and test for #7036
Johannes Dahlström [Thu, 26 Jul 2012 09:57:12 +0000 (09:57 +0000)]
A better patch and test for #7036

svn changeset:24027/svn branch:6.8

12 years agoReverted #7036 patch, will write a better one
Johannes Dahlström [Thu, 26 Jul 2012 08:51:23 +0000 (08:51 +0000)]
Reverted #7036 patch, will write a better one

svn changeset:24026/svn branch:6.8

12 years agoFix typo preventing StreamVariable cleanup (#9171)
Leif Åstrand [Wed, 25 Jul 2012 12:43:44 +0000 (12:43 +0000)]
Fix typo preventing StreamVariable cleanup (#9171)

svn changeset:24025/svn branch:6.8

12 years agoMake a read-only RichTextArea scrollable (#7036)
Johannes Dahlström [Wed, 25 Jul 2012 11:08:36 +0000 (11:08 +0000)]
Make a read-only RichTextArea scrollable (#7036)

svn changeset:24024/svn branch:6.8

12 years ago#9148 SQLContainer extensible null value support using custom StatementHelper classes
Henri Sara [Wed, 25 Jul 2012 10:15:39 +0000 (10:15 +0000)]
#9148 SQLContainer extensible null value support using custom StatementHelper classes

svn changeset:24023/svn branch:6.8

12 years agoFix a typo
Johannes Dahlström [Fri, 20 Jul 2012 15:02:36 +0000 (15:02 +0000)]
Fix a typo

svn changeset:24019/svn branch:6.8

12 years ago#8291, #7666 fix Table NegativeArraySizeException when table size reduced by filter...
Henri Sara [Fri, 20 Jul 2012 14:46:33 +0000 (14:46 +0000)]
#8291, #7666 fix Table NegativeArraySizeException when table size reduced by filter or otherwise, related test application

svn changeset:24018/svn branch:6.8

12 years ago#8230 #8917 Fix input prompt leaking to the field value in TextField and TextArea
Henri Sara [Wed, 11 Jul 2012 09:25:04 +0000 (09:25 +0000)]
#8230 #8917 Fix input prompt leaking to the field value in TextField and TextArea

svn changeset:24011/svn branch:6.8

12 years agoRelease Notes for Vaadin 6.8.1.
Marko Grönroos [Wed, 11 Jul 2012 07:24:49 +0000 (07:24 +0000)]
Release Notes for Vaadin 6.8.1.

svn changeset:24010/svn branch:6.8

12 years agoFix CRLF -> LF
Johannes Dahlström [Tue, 10 Jul 2012 11:52:53 +0000 (11:52 +0000)]
Fix CRLF -> LF

svn changeset:24008/svn branch:6.8

12 years agoOops, remove redundant code causing a compile error
Johannes Dahlström [Tue, 10 Jul 2012 10:02:50 +0000 (10:02 +0000)]
Oops, remove redundant code causing a compile error

svn changeset:24005/svn branch:6.8

12 years ago#7387 bugfix: ensure non-negative width
Johannes Dahlström [Mon, 9 Jul 2012 15:47:51 +0000 (15:47 +0000)]
#7387 bugfix: ensure non-negative width

svn changeset:24004/svn branch:6.8

12 years agoTest for #9064
Johannes Dahlström [Mon, 9 Jul 2012 14:38:16 +0000 (14:38 +0000)]
Test for #9064

svn changeset:24003/svn branch:6.8

12 years ago#9064 Render checkboxes in a Table as display: inline-block like TreeTable already...
Johannes Dahlström [Mon, 9 Jul 2012 14:15:53 +0000 (14:15 +0000)]
#9064 Render checkboxes in a Table as display: inline-block like TreeTable already does

svn changeset:24002/svn branch:6.8

12 years agoRevert #8193 patch because of regressions
Johannes Dahlström [Mon, 9 Jul 2012 12:32:17 +0000 (12:32 +0000)]
Revert #8193 patch because of regressions

svn changeset:24000/svn branch:6.8

12 years agoEmpty TreeTable rows collapse after #7387 fix, give them some content to prevent...
Johannes Dahlström [Mon, 9 Jul 2012 11:06:31 +0000 (11:06 +0000)]
Empty TreeTable rows collapse after #7387 fix, give them some content to prevent this

svn changeset:23998/svn branch:6.8

12 years agoTB test for #7387
Johannes Dahlström [Mon, 9 Jul 2012 11:02:15 +0000 (11:02 +0000)]
TB test for #7387

svn changeset:23996/svn branch:6.8

12 years ago#7387 Render block elements in TreeTable hierarchy column correctly: draw the expand...
Johannes Dahlström [Mon, 9 Jul 2012 10:13:27 +0000 (10:13 +0000)]
#7387 Render block elements in TreeTable hierarchy column correctly: draw the expand/collapse arrow as position: absolute and use padding for indentation. Also fix typo "ident" -> "indent".

svn changeset:23994/svn branch:6.8

12 years ago#8193 Listen to RootPanel keydown events to handle shortcut actions from PopupPanel...
Johannes Dahlström [Tue, 26 Jun 2012 15:02:39 +0000 (15:02 +0000)]
#8193 Listen to RootPanel keydown events to handle shortcut actions from PopupPanel/VOverlay widgets

svn changeset:23977/svn branch:6.8

12 years ago#8957 Ensure non-negative width
Johannes Dahlström [Mon, 25 Jun 2012 11:47:49 +0000 (11:47 +0000)]
#8957 Ensure non-negative width

svn changeset:23973/svn branch:6.8

12 years ago#7938 Added reference to #8971 to the javadoc
Johannes Dahlström [Fri, 15 Jun 2012 12:41:34 +0000 (12:41 +0000)]
#7938 Added reference to #8971 to the javadoc

svn changeset:23950/svn branch:6.8

12 years ago#7938 Clarified Window.center() javadoc
Johannes Dahlström [Fri, 15 Jun 2012 11:56:15 +0000 (11:56 +0000)]
#7938 Clarified Window.center() javadoc

svn changeset:23949/svn branch:6.8

12 years agoTB script for #8949
Johannes Dahlström [Fri, 15 Jun 2012 11:16:06 +0000 (11:16 +0000)]
TB script for #8949

svn changeset:23947/svn branch:6.8

12 years ago#8949 Make sure a drag image always has absolute position
Johannes Dahlström [Fri, 15 Jun 2012 10:38:45 +0000 (10:38 +0000)]
#8949 Make sure a drag image always has absolute position

svn changeset:23944/svn branch:6.8

12 years agoFixed typo (: instead of =) (#8941)
Artur Signell [Thu, 14 Jun 2012 14:53:11 +0000 (14:53 +0000)]
Fixed typo (: instead of =) (#8941)

svn changeset:23941/svn branch:6.8

12 years ago#7766 Use debug id in test to make IE 6,7,8 not fail so har
Johannes Dahlström [Thu, 14 Jun 2012 13:49:03 +0000 (13:49 +0000)]
#7766 Use debug id in test to make IE 6,7,8 not fail so har

svn changeset:23939/svn branch:6.8

12 years ago#8852 Applied Sami's patch with minor changes to comments and the test
Johannes Dahlström [Thu, 14 Jun 2012 13:11:37 +0000 (13:11 +0000)]
#8852 Applied Sami's patch with minor changes to comments and the test

svn changeset:23938/svn branch:6.8

12 years ago#7766 Applied Sami's patch
Johannes Dahlström [Thu, 14 Jun 2012 08:18:04 +0000 (08:18 +0000)]
#7766 Applied Sami's patch

svn changeset:23935/svn branch:6.8

12 years agoChange Chameleon -> chameleon + unit test for all builtin themes (#8386)
Leif Åstrand [Wed, 13 Jun 2012 09:03:15 +0000 (09:03 +0000)]
Change Chameleon -> chameleon + unit test for all builtin themes (#8386)

svn changeset:23930/svn branch:6.8

12 years agoRecalculate column widths after changing table height (#6039)
Leif Åstrand [Mon, 11 Jun 2012 07:49:11 +0000 (07:49 +0000)]
Recalculate column widths after changing table height (#6039)

Also fixes a rounding problem causing column width calculation to show scrollbars in IE9 under certain conditions.

svn changeset:23928/svn branch:6.8

12 years agoUpdated changelog. Changed formatting of enhancements list.
Marko Grönroos [Fri, 8 Jun 2012 14:26:45 +0000 (14:26 +0000)]
Updated changelog. Changed formatting of enhancements list.

svn changeset:23921/svn branch:6.8

12 years agoAdded more highlighted features to the release notes
Johannes Dahlström [Fri, 8 Jun 2012 11:02:54 +0000 (11:02 +0000)]
Added more highlighted features to the release notes

svn changeset:23918/svn branch:6.8

12 years agoFixed non-matching header close tags, added link to classloader workaround
Johannes Dahlström [Thu, 7 Jun 2012 15:13:16 +0000 (15:13 +0000)]
Fixed non-matching header close tags, added link to classloader workaround

svn changeset:23912/svn branch:6.8

12 years agoPrevent double iframe and script tags if writeAjaxPageScriptWidgetset is overridden...
Leif Åstrand [Thu, 7 Jun 2012 14:02:38 +0000 (14:02 +0000)]
Prevent double iframe and script tags if writeAjaxPageScriptWidgetset is overridden (#8924)

svn changeset:23911/svn branch:6.8

12 years agoFix some typos in Portlet init javascript and html (#8924)
Leif Åstrand [Thu, 7 Jun 2012 13:40:30 +0000 (13:40 +0000)]
Fix some typos in Portlet init javascript and html (#8924)

svn changeset:23910/svn branch:6.8

12 years agoRemove document.write from bootstrap (#8924)
Leif Åstrand [Thu, 7 Jun 2012 12:07:16 +0000 (12:07 +0000)]
Remove document.write from bootstrap (#8924)

svn changeset:23905/svn branch:6.8

12 years ago[merge from 6.7] #7067 Update a comment, fix typoed ticket reference
Automerge [Thu, 7 Jun 2012 11:42:29 +0000 (11:42 +0000)]
[merge from 6.7] #7067 Update a comment, fix typoed ticket reference

svn changeset:23903/svn branch:6.8

12 years ago[merge from 6.7] #7607 updated test
Automerge [Thu, 7 Jun 2012 11:42:25 +0000 (11:42 +0000)]
[merge from 6.7] #7607 updated test

svn changeset:23902/svn branch:6.8

12 years agoRefactor ?debug detection (#8923)
Leif Åstrand [Thu, 7 Jun 2012 10:58:10 +0000 (10:58 +0000)]
Refactor ?debug detection (#8923)

This fixes #8923 by not looking at the uri fragment at all. Also prevents e.g. ?nodebugwindow or ?mode=debug from opening the debug window.

svn changeset:23898/svn branch:6.8

12 years ago[merge from 6.7] #7606 Run a Webkit overflow fix as deferred to keep table scroll...
Automerge [Wed, 6 Jun 2012 13:07:21 +0000 (13:07 +0000)]
[merge from 6.7] #7606 Run a Webkit overflow fix as deferred to keep table scroll position accurate

svn changeset:23896/svn branch:6.8

12 years agoAvoid potential NPE discovered in review (#8914)
Leif Åstrand [Wed, 6 Jun 2012 08:12:01 +0000 (08:12 +0000)]
Avoid potential NPE discovered in review (#8914)

svn changeset:23889/svn branch:6.8

12 years agoShow better error message when variable change decoding fails (#8914)
Leif Åstrand [Wed, 6 Jun 2012 07:42:00 +0000 (07:42 +0000)]
Show better error message when variable change decoding fails (#8914)

svn changeset:23888/svn branch:6.8

12 years ago#8297 Do not use static logger instances
Henri Sara [Tue, 5 Jun 2012 07:44:15 +0000 (07:44 +0000)]
#8297 Do not use static logger instances

svn changeset:23882/svn branch:6.8

12 years agoUpdate supported platforms to include Firefox 12, Android 4
Johannes Dahlström [Fri, 1 Jun 2012 12:19:05 +0000 (12:19 +0000)]
Update supported platforms to include Firefox 12, Android 4

svn changeset:23874/svn branch:6.8

12 years ago[merge from 6.7] Made tooltips work for Slider (#8863)
Automerge [Fri, 1 Jun 2012 09:07:29 +0000 (09:07 +0000)]
[merge from 6.7] Made tooltips work for Slider (#8863)

svn changeset:23873/svn branch:6.8

12 years ago#7495 Fixed Tables test to use the inverted API naming
Johannes Dahlström [Thu, 31 May 2012 09:47:53 +0000 (09:47 +0000)]
#7495 Fixed Tables test to use the inverted API naming

svn changeset:23862/svn branch:6.8

12 years ago#7495 Inverted the server-side API naming (eg. setColumnNoncollapsible -> setColumnCo...
Johannes Dahlström [Thu, 31 May 2012 09:15:27 +0000 (09:15 +0000)]
#7495 Inverted the server-side API naming (eg. setColumnNoncollapsible -> setColumnCollapsible). No other change in semantics.

svn changeset:23861/svn branch:6.8

12 years agoCreated a test for disabling and enabling max/min split position of SplitPanel. Also...
Tapio Aali [Thu, 31 May 2012 08:34:34 +0000 (08:34 +0000)]
Created a test for disabling and enabling max/min split position of SplitPanel. Also fixed some inconsistenties from the AbstractSplitPanel class.

svn changeset:23859/svn branch:6.8

12 years agoOptimized network usage of the split position limits of the SplitPanel (#8880).
Tapio Aali [Thu, 31 May 2012 05:30:06 +0000 (05:30 +0000)]
Optimized network usage of the split position limits of the SplitPanel (#8880).

svn changeset:23857/svn branch:6.8

12 years ago#8878 Cannot use @Override when implementing interface methods in Java 1.5
Johannes Dahlström [Wed, 30 May 2012 15:39:50 +0000 (15:39 +0000)]
#8878 Cannot use @Override when implementing interface methods in Java 1.5

svn changeset:23856/svn branch:6.8

12 years ago#1744 Should not check for reversed position here
Johannes Dahlström [Wed, 30 May 2012 14:56:51 +0000 (14:56 +0000)]
#1744 Should not check for reversed position here

svn changeset:23855/svn branch:6.8

12 years ago#1744 Fixed a regression
Johannes Dahlström [Wed, 30 May 2012 14:02:35 +0000 (14:02 +0000)]
#1744 Fixed a regression

svn changeset:23854/svn branch:6.8

12 years agoUpdated Release Notes for Vaadin 6.8 RC1. Cleanup of the invalid HTML formatting.
Marko Grönroos [Wed, 30 May 2012 13:30:53 +0000 (13:30 +0000)]
Updated Release Notes for Vaadin 6.8 RC1. Cleanup of the invalid HTML formatting.

svn changeset:23853/svn branch:6.8

12 years ago[merge from 6.7] Small tweaks to #4120 based on review
Automerge [Wed, 30 May 2012 13:08:20 +0000 (13:08 +0000)]
[merge from 6.7] Small tweaks to #4120 based on review

svn changeset:23852/svn branch:6.8

12 years agoVFilterSelect implements SubPartAware #8878
Jonatan Kronqvist [Wed, 30 May 2012 12:47:06 +0000 (12:47 +0000)]
VFilterSelect implements SubPartAware #8878

svn changeset:23851/svn branch:6.8

12 years agoAdded options for setting maximum and minimum split positions to SplitPanel (#1744).
Tapio Aali [Wed, 30 May 2012 10:02:29 +0000 (10:02 +0000)]
Added options for setting maximum and minimum split positions to SplitPanel (#1744).

svn changeset:23850/svn branch:6.8

12 years ago[merge from 6.7] Make ClickEventHandler fire clicks only if mousedown and mouseup...
Automerge [Wed, 30 May 2012 09:09:06 +0000 (09:09 +0000)]
[merge from 6.7] Make ClickEventHandler fire clicks only if mousedown and mouseup match (#4120)

svn changeset:23846/svn branch:6.8

12 years ago[merge from 6.7] #8801 TestBench test
Automerge [Tue, 29 May 2012 13:09:24 +0000 (13:09 +0000)]
[merge from 6.7] #8801 TestBench test

svn changeset:23840/svn branch:6.8

12 years ago[merge from 6.7] Revert last attempt of fix for (#6039) as it doesn't fix all problems
Automerge [Tue, 29 May 2012 13:09:19 +0000 (13:09 +0000)]
[merge from 6.7] Revert last attempt of fix for (#6039) as it doesn't fix all problems

svn changeset:23839/svn branch:6.8

12 years agoRemoved non-working/unneeded code (#8428)
Artur Signell [Tue, 29 May 2012 11:05:39 +0000 (11:05 +0000)]
Removed non-working/unneeded code (#8428)

svn changeset:23835/svn branch:6.8

12 years agoMade Table serializable when using column width for row header (#8428)
Artur Signell [Tue, 29 May 2012 10:57:48 +0000 (10:57 +0000)]
Made Table serializable when using column width for row header (#8428)

svn changeset:23834/svn branch:6.8

12 years ago#8625 Fixed a regression caused by #8720 changes (touch scroll support)
Johannes Dahlström [Fri, 25 May 2012 14:00:45 +0000 (14:00 +0000)]
#8625 Fixed a regression caused by #8720 changes (touch scroll support)

svn changeset:23832/svn branch:6.8

12 years ago[merge from 6.7] Try to fix a sporadic test failure on IE
Automerge [Fri, 25 May 2012 13:06:27 +0000 (13:06 +0000)]
[merge from 6.7] Try to fix a sporadic test failure on IE

svn changeset:23831/svn branch:6.8

12 years ago#7911 Added a common CSS class "v-touch" for all touch devices
Johannes Dahlström [Fri, 25 May 2012 12:35:28 +0000 (12:35 +0000)]
#7911 Added a common CSS class "v-touch" for all touch devices

svn changeset:23828/svn branch:6.8

12 years agoManual merge from 6.7 to 6.8 for #8799 timer unregistration.
Henri Sara [Thu, 24 May 2012 13:16:02 +0000 (13:16 +0000)]
Manual merge from 6.7 to 6.8 for #8799 timer unregistration.

svn changeset:23825/svn branch:6.8

12 years ago[merge from 6.7] #8801 Recompute VFilterSelect textbox width if popup opener width...
Automerge [Thu, 24 May 2012 11:06:04 +0000 (11:06 +0000)]
[merge from 6.7] #8801 Recompute VFilterSelect textbox width if popup opener width has changed eg. due to a style/theme change

svn changeset:23823/svn branch:6.8

12 years agoMerged VView changes to 6.8 (#8799).
Henri Sara [Thu, 24 May 2012 09:53:02 +0000 (09:53 +0000)]
Merged VView changes to 6.8 (#8799).

svn changeset:23820/svn branch:6.8

12 years ago[merge from 6.7] Test application for #8855
Automerge [Wed, 23 May 2012 17:07:08 +0000 (17:07 +0000)]
[merge from 6.7] Test application for #8855

svn changeset:23818/svn branch:6.8

12 years ago[merge from 6.7] Print more debug info when running testbench tests
Automerge [Wed, 23 May 2012 13:08:48 +0000 (13:08 +0000)]
[merge from 6.7] Print more debug info when running testbench tests

svn changeset:23816/svn branch:6.8

12 years agoFixed styles that were left lingering while changing the orientation of a slider...
Tapio Aali [Wed, 23 May 2012 09:01:22 +0000 (09:01 +0000)]
Fixed styles that were left lingering while changing the orientation of a slider (#7002).

svn changeset:23813/svn branch:6.8

12 years agoTable: Make some columns uncollapsable (#7495)
Leif Åstrand [Wed, 23 May 2012 08:06:06 +0000 (08:06 +0000)]
Table: Make some columns uncollapsable (#7495)

svn changeset:23811/svn branch:6.8

12 years ago[merge from 6.7] Recalculate column widths if scrollbar has changed (#6039)
Automerge [Tue, 22 May 2012 17:07:43 +0000 (17:07 +0000)]
[merge from 6.7] Recalculate column widths if scrollbar has changed (#6039)

svn changeset:23804/svn branch:6.8

12 years ago[merge from 6.7] Removed book tagging.
Automerge [Tue, 22 May 2012 17:07:38 +0000 (17:07 +0000)]
[merge from 6.7] Removed book tagging.

svn changeset:23803/svn branch:6.8

12 years ago[merge from 6.7] #8305 extend Liferay session when the user interacts with a Vaadin...
Automerge [Tue, 22 May 2012 17:07:33 +0000 (17:07 +0000)]
[merge from 6.7] #8305 extend Liferay session when the user interacts with a Vaadin portlet

svn changeset:23802/svn branch:6.8

12 years ago[merge from 6.7] Chrome 18 -> 19 (#8835)
Artur Signell [Tue, 22 May 2012 13:57:52 +0000 (13:57 +0000)]
[merge from 6.7] Chrome 18 -> 19 (#8835)

svn changeset:23800/svn branch:6.8

12 years agoRemove clientHeight/Width from WebBrowser (#5655)
Leif Åstrand [Tue, 22 May 2012 13:07:32 +0000 (13:07 +0000)]
Remove clientHeight/Width from WebBrowser (#5655)

svn changeset:23792/svn branch:6.8

12 years agoMake browser window size available in Window (#5655)
Leif Åstrand [Tue, 22 May 2012 12:53:06 +0000 (12:53 +0000)]
Make browser window size available in Window (#5655)

svn changeset:23790/svn branch:6.8

12 years ago#8724 Properly generate simulated click events from touch events on iOS 5
Johannes Dahlström [Tue, 22 May 2012 11:24:41 +0000 (11:24 +0000)]
#8724 Properly generate simulated click events from touch events on iOS 5

svn changeset:23784/svn branch:6.8