]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
12 years ago#6718 Extend PopupDateField range - allow selection of the last days of the
Johannes Dahlström [Wed, 25 Jan 2012 14:07:13 +0000 (14:07 +0000)]
#6718 Extend PopupDateField range - allow selection of the last days of the
preceding month and the first days of the following month without switching
to that month

Changes:

- Internally use Date objects instead of day-of-month integers to track the
  selected and focused date

- Keep track of the currently displayed month separately from the currently
  focused date

- New CSS class for off-month dates: .v-datefield-calendarpanel-day-offmonth

- Off-month days map to negative or past-the-end-of-month integer ids in
  getSubPart functions

- The popup now always shows exactly 6 weeks, so that depending on the month,
  1 to 7 days of the preceding month and 4 to 13 days of the following month
  are shown

svn changeset:22758/svn branch:6.8

12 years agoIntegration test fixes
Johannes Dahlström [Mon, 23 Jan 2012 13:20:15 +0000 (13:20 +0000)]
Integration test fixes

svn changeset:22747/svn branch:6.8

12 years ago#8241 Removed debug message, added reference to ticket
Johannes Dahlström [Mon, 23 Jan 2012 13:11:02 +0000 (13:11 +0000)]
#8241 Removed debug message, added reference to ticket

svn changeset:22746/svn branch:6.8

12 years ago#8273 Added sanity check to prevent trying to render past the end of the cells array
Johannes Dahlström [Mon, 23 Jan 2012 13:10:38 +0000 (13:10 +0000)]
#8273 Added sanity check to prevent trying to render past the end of the cells array

svn changeset:22745/svn branch:6.8

12 years agoMerge from 6.7
Johannes Dahlström [Fri, 20 Jan 2012 10:30:03 +0000 (10:30 +0000)]
Merge from 6.7

svn changeset:22729/svn branch:6.8

12 years agoMerged patch from 6.7 for #5795 #5794 and #5788 (cursors for disabled table)
Marc Englund [Thu, 19 Jan 2012 09:50:49 +0000 (09:50 +0000)]
Merged patch from 6.7 for #5795 #5794 and #5788 (cursors for disabled table)

svn changeset:22701/svn branch:6.8

12 years agoMerged patch from 6.7 for #5093 and #5094 (cursors for dragging/resizing subwindows)
Marc Englund [Wed, 18 Jan 2012 15:41:54 +0000 (15:41 +0000)]
Merged patch from 6.7 for #5093 and #5094 (cursors for dragging/resizing subwindows)

svn changeset:22695/svn branch:6.8

12 years agoMerged patch for #6765 from 6.7 (disable TextArea resize handle)
Marc Englund [Wed, 18 Jan 2012 14:17:41 +0000 (14:17 +0000)]
Merged patch for #6765 from 6.7 (disable TextArea resize handle)

svn changeset:22693/svn branch:6.8

12 years agoMerged patch found in #7111 from 6.7, also for #5095 #5096 #6996
Marc Englund [Wed, 18 Jan 2012 14:06:23 +0000 (14:06 +0000)]
Merged patch found in #7111 from 6.7,  also for #5095 #5096 #6996

svn changeset:22691/svn branch:6.8

12 years agoMerge from 6.7
Johannes Dahlström [Mon, 16 Jan 2012 07:03:15 +0000 (07:03 +0000)]
Merge from 6.7

svn changeset:22637/svn branch:6.8

12 years agoMerged #8105 Compile core files and test files to separate folders
Johannes Dahlström [Mon, 16 Jan 2012 07:01:28 +0000 (07:01 +0000)]
Merged #8105 Compile core files and test files to separate folders

svn changeset:22636/svn branch:6.8

12 years ago#7614 Added getComponent(int) and getComponentIndex(Component) to CssLayout
Artur Signell [Thu, 12 Jan 2012 16:22:25 +0000 (16:22 +0000)]
#7614 Added getComponent(int) and getComponentIndex(Component) to CssLayout

svn changeset:22620/svn branch:6.8

12 years agoRemoved dead code from VSlider
Henri Sara [Thu, 12 Jan 2012 15:19:50 +0000 (15:19 +0000)]
Removed dead code from VSlider

svn changeset:22614/svn branch:6.8

12 years agoMerge from 6.7
Johannes Dahlström [Thu, 12 Jan 2012 11:17:28 +0000 (11:17 +0000)]
Merge from 6.7

svn changeset:22607/svn branch:6.8

12 years agoAdd Firefox 9 and Chrome 16 to tested browsers, remove Firefox 4-8, Chrome 15
Johannes Dahlström [Mon, 9 Jan 2012 14:42:26 +0000 (14:42 +0000)]
Add Firefox 9 and Chrome 16 to tested browsers, remove Firefox 4-8, Chrome 15

svn changeset:22557/svn branch:6.8

12 years agoMerged changes from 6.7
Johannes Dahlström [Fri, 30 Dec 2011 12:51:56 +0000 (12:51 +0000)]
Merged changes from 6.7

svn changeset:22500/svn branch:6.8

12 years agoMerged changes from 6.8
Johannes Dahlström [Thu, 22 Dec 2011 12:04:10 +0000 (12:04 +0000)]
Merged changes from 6.8

svn changeset:22469/svn branch:6.8

12 years ago#5655 Javadoc that the size is only updated on full repaint
Artur Signell [Tue, 20 Dec 2011 11:45:52 +0000 (11:45 +0000)]
#5655 Javadoc that the size is only updated on full repaint

svn changeset:22458/svn branch:6.8

12 years agoFixed test mixup
Artur Signell [Tue, 20 Dec 2011 10:37:08 +0000 (10:37 +0000)]
Fixed test mixup

svn changeset:22455/svn branch:6.8

12 years agoSplit test for #5655 to separate file to avoid issues with screenshots and changing...
Artur Signell [Tue, 20 Dec 2011 10:26:36 +0000 (10:26 +0000)]
Split test for #5655 to separate file to avoid issues with screenshots and changing dates

svn changeset:22454/svn branch:6.8

12 years ago#5655 Added getClientWidth() and getClientHeight() to WebBrowser and updated test
Artur Signell [Tue, 20 Dec 2011 10:11:58 +0000 (10:11 +0000)]
#5655 Added getClientWidth() and getClientHeight() to WebBrowser and updated test

svn changeset:22453/svn branch:6.8

12 years agoMerge #8143 to 6.8 and add missing methods to the Console interface
Leif Åstrand [Fri, 16 Dec 2011 12:04:04 +0000 (12:04 +0000)]
Merge #8143 to 6.8 and add missing methods to the Console interface

svn changeset:22423/svn branch:6.8

12 years ago#8089 Don't fire TextChangeEvent inside TextChangeEvent
Leif Åstrand [Fri, 9 Dec 2011 13:38:41 +0000 (13:38 +0000)]
#8089 Don't fire TextChangeEvent inside TextChangeEvent

svn changeset:22361/svn branch:6.7

12 years ago#8035 - More generic fix based on review
Leif Åstrand [Fri, 9 Dec 2011 13:31:08 +0000 (13:31 +0000)]
#8035 - More generic fix based on review

Don't send a text change message in cases where a value change has already been sent or is about to get sent

svn changeset:22359/svn branch:6.7

12 years agoFixed test class name
Artur Signell [Fri, 9 Dec 2011 11:03:51 +0000 (11:03 +0000)]
Fixed test class name

svn changeset:22340/svn branch:6.7

12 years ago#7354 IT Mill -> Vaadin find and replace
Artur Signell [Fri, 9 Dec 2011 11:05:55 +0000 (11:05 +0000)]
#7354 IT Mill -> Vaadin find and replace

svn changeset:22341/svn branch:6.8

12 years agoMerged fixes from 6.7
Artur Signell [Thu, 8 Dec 2011 15:39:10 +0000 (15:39 +0000)]
Merged fixes from 6.7

svn changeset:22331/svn branch:6.8

12 years agoTest for how validators work with empty fields
Artur Signell [Thu, 8 Dec 2011 15:37:54 +0000 (15:37 +0000)]
Test for how validators work with empty fields

svn changeset:22329/svn branch:6.7

12 years agoMerged #7354 IT Mill -> Vaadin find and replace
Artur Signell [Thu, 8 Dec 2011 13:18:46 +0000 (13:18 +0000)]
Merged #7354 IT Mill -> Vaadin find and replace

svn changeset:22325/svn branch:6.8

12 years agoMerged tests, fixes and javadoc updates from 6.7
Artur Signell [Thu, 8 Dec 2011 13:16:30 +0000 (13:16 +0000)]
Merged tests, fixes and javadoc updates from 6.7

svn changeset:22323/svn branch:6.8

12 years ago#4925 com.vaadin.tools.ReflectTools javadoc
Artur Signell [Thu, 8 Dec 2011 13:07:34 +0000 (13:07 +0000)]
#4925 com.vaadin.tools.ReflectTools javadoc

svn changeset:22321/svn branch:6.7

12 years ago#6603 Added IllegalArgumentException to javadoc and added test
Artur Signell [Thu, 8 Dec 2011 13:04:33 +0000 (13:04 +0000)]
#6603 Added IllegalArgumentException to javadoc and added test

svn changeset:22320/svn branch:6.7

12 years agoTest case for #8077
Leif Åstrand [Thu, 8 Dec 2011 13:04:01 +0000 (13:04 +0000)]
Test case for #8077

svn changeset:22319/svn branch:6.7

12 years ago#7354 IT Mill -> Vaadin find and replace
Artur Signell [Thu, 8 Dec 2011 12:31:15 +0000 (12:31 +0000)]
#7354 IT Mill -> Vaadin find and replace

svn changeset:22317/svn branch:6.7

12 years agoUpdate selection ranges when unselecting rows from the server (#8076)
Leif Åstrand [Thu, 8 Dec 2011 12:25:17 +0000 (12:25 +0000)]
Update selection ranges when unselecting rows from the server (#8076)

svn changeset:22316/svn branch:6.7

12 years agoTest application and disabled testbench script for #8076
Leif Åstrand [Thu, 8 Dec 2011 10:53:36 +0000 (10:53 +0000)]
Test application and disabled testbench script for #8076

svn changeset:22309/svn branch:6.7

12 years ago#6603 AbstractBeanContainer.addAll does not ensure resolved itemIds are not null
Artur Signell [Wed, 7 Dec 2011 23:49:32 +0000 (23:49 +0000)]
#6603 AbstractBeanContainer.addAll does not ensure resolved itemIds are not null

svn changeset:22308/svn branch:6.7

12 years ago#7008 Table.setTableFieldFactory should refresh content
Artur Signell [Wed, 7 Dec 2011 23:32:17 +0000 (23:32 +0000)]
#7008 Table.setTableFieldFactory should refresh content

svn changeset:22307/svn branch:6.7

12 years ago#7704 javadoc
Artur Signell [Wed, 7 Dec 2011 23:20:55 +0000 (23:20 +0000)]
#7704 javadoc

svn changeset:22306/svn branch:6.7

12 years ago#6862 Update Application.getWindow Javadoc
Artur Signell [Wed, 7 Dec 2011 23:17:17 +0000 (23:17 +0000)]
#6862 Update Application.getWindow Javadoc

svn changeset:22305/svn branch:6.7

12 years ago#7630 Removed note about LoginForm being new
Artur Signell [Wed, 7 Dec 2011 23:08:52 +0000 (23:08 +0000)]
#7630 Removed note about LoginForm being new

svn changeset:22304/svn branch:6.7

12 years ago#6937 Javadoc fix
Artur Signell [Wed, 7 Dec 2011 23:08:21 +0000 (23:08 +0000)]
#6937 Javadoc fix

svn changeset:22303/svn branch:6.7

12 years ago#5783, #4977 Improved Slider javadoc
Artur Signell [Wed, 7 Dec 2011 23:06:04 +0000 (23:06 +0000)]
#5783, #4977 Improved Slider javadoc

svn changeset:22302/svn branch:6.7

12 years ago#8035 Extra event on TextField with ActionHandler
Leif Åstrand [Wed, 7 Dec 2011 12:58:17 +0000 (12:58 +0000)]
#8035 Extra event on TextField with ActionHandler

svn changeset:22284/svn branch:6.7

12 years agoFixed regression in #7127 patch: doubleclick events must be sent immediately
Johannes Dahlström [Wed, 7 Dec 2011 12:30:02 +0000 (12:30 +0000)]
Fixed regression in #7127 patch: doubleclick events must be sent immediately

svn changeset:22278/svn branch:6.7

12 years agoUpdated formatting
Leif Åstrand [Wed, 7 Dec 2011 09:21:37 +0000 (09:21 +0000)]
Updated formatting

svn changeset:22265/svn branch:6.7

12 years agoFix for #7127 - Table selection breaks if ItemClickListener calls requestRepaint
Johannes Dahlström [Wed, 7 Dec 2011 09:20:41 +0000 (09:20 +0000)]
Fix for #7127 - Table selection breaks if ItemClickListener calls requestRepaint

svn changeset:22263/svn branch:6.7

12 years ago#7127 test case: Table selection breaks if ItemClickListener requests repaint
Johannes Dahlström [Wed, 7 Dec 2011 09:11:43 +0000 (09:11 +0000)]
#7127 test case: Table selection breaks if ItemClickListener requests repaint

svn changeset:22262/svn branch:6.7

12 years agoMerge from 6.7
Johannes Dahlström [Wed, 7 Dec 2011 08:32:08 +0000 (08:32 +0000)]
Merge from 6.7

svn changeset:22252/svn branch:6.8

12 years agoRemove unnecessary invocations of fixSpacers based on review (#8041)
Leif Åstrand [Wed, 7 Dec 2011 08:31:06 +0000 (08:31 +0000)]
Remove unnecessary invocations of fixSpacers based on review (#8041)

svn changeset:22251/svn branch:6.7

12 years agoUpdate container height for partial updates (#8041)
Leif Åstrand [Wed, 7 Dec 2011 07:51:39 +0000 (07:51 +0000)]
Update container height for partial updates (#8041)

svn changeset:22249/svn branch:6.7

12 years agoTest case for #8041
Leif Åstrand [Mon, 5 Dec 2011 15:37:05 +0000 (15:37 +0000)]
Test case for #8041

svn changeset:22237/svn branch:6.7

12 years ago#3915 ChildComponentContainer fails to calculate width of its child widget properly...
Leif Åstrand [Mon, 5 Dec 2011 14:33:59 +0000 (14:33 +0000)]
#3915 ChildComponentContainer fails to calculate width of its child widget properly in IE7 if the child has borders

svn changeset:22234/svn branch:6.7

12 years ago#8050 Enable custom parameters to widgetset compiler
Leif Åstrand [Mon, 5 Dec 2011 12:12:11 +0000 (12:12 +0000)]
#8050 Enable custom parameters to widgetset compiler

svn changeset:22228/svn branch:6.7

12 years agoRefactored test to avoid depending on JDK DateTimeInstance, which is different in...
Artur Signell [Mon, 5 Dec 2011 08:58:19 +0000 (08:58 +0000)]
Refactored test to avoid depending on JDK DateTimeInstance, which is different in Java5 and Java6

svn changeset:22222/svn branch:6.7

12 years ago#7668 fix and tests merged from 6.7
Johannes Dahlström [Wed, 30 Nov 2011 08:47:12 +0000 (08:47 +0000)]
#7668 fix and tests merged from 6.7

svn changeset:22188/svn branch:6.8

12 years agoTest for #6902
Artur Signell [Tue, 29 Nov 2011 16:28:58 +0000 (16:28 +0000)]
Test for #6902

svn changeset:22183/svn branch:6.7

12 years agoTest for #7965
Artur Signell [Tue, 29 Nov 2011 15:15:54 +0000 (15:15 +0000)]
Test for #7965

svn changeset:22182/svn branch:6.7

12 years agoTest for #7978
Artur Signell [Tue, 29 Nov 2011 15:05:25 +0000 (15:05 +0000)]
Test for #7978

svn changeset:22180/svn branch:6.7

12 years agoMerge changes from 6.7 to 6.8
Henri Sara [Tue, 29 Nov 2011 12:57:06 +0000 (12:57 +0000)]
Merge changes from 6.7 to 6.8

svn changeset:22173/svn branch:6.8

12 years ago#7668 - Formatted code to adhere to Vaadin coding conventions
Johannes Dahlström [Tue, 29 Nov 2011 12:12:54 +0000 (12:12 +0000)]
#7668 - Formatted code to adhere to Vaadin coding conventions

svn changeset:22171/svn branch:6.7

12 years ago#8009 Made war include resources required by the demo launcher
Artur Signell [Mon, 28 Nov 2011 12:43:27 +0000 (12:43 +0000)]
#8009 Made war include resources required by the demo launcher

svn changeset:22151/svn branch:6.7

12 years ago#7988 TreeTable.setCollapsed() should not throw NPE if the component has not been...
Henri Sara [Mon, 28 Nov 2011 11:17:11 +0000 (11:17 +0000)]
#7988 TreeTable.setCollapsed() should not throw NPE if the component has not been rendered yet

svn changeset:22147/svn branch:6.7

12 years ago#8009 Made war include resources required by the demo launcher
Artur Signell [Mon, 28 Nov 2011 11:03:57 +0000 (11:03 +0000)]
#8009 Made war include resources required by the demo launcher

svn changeset:22145/svn branch:6.7

12 years ago#8009 Cleaned build.xml
Artur Signell [Mon, 28 Nov 2011 09:32:01 +0000 (09:32 +0000)]
#8009 Cleaned build.xml

svn changeset:22144/svn branch:6.7

12 years ago#8009 Moved DemoLauncher to tests/testbench
Artur Signell [Mon, 28 Nov 2011 09:28:32 +0000 (09:28 +0000)]
#8009 Moved DemoLauncher to tests/testbench

svn changeset:22143/svn branch:6.7

12 years ago#8009 Remove DemoLauncher from project
Artur Signell [Mon, 28 Nov 2011 07:52:00 +0000 (07:52 +0000)]
#8009 Remove DemoLauncher from project

svn changeset:22142/svn branch:6.7

12 years agoRemoved duplicate reference to a build target.
Henri Sara [Fri, 25 Nov 2011 14:14:15 +0000 (14:14 +0000)]
Removed duplicate reference to a build target.

svn changeset:22134/svn branch:6.7

12 years agoMerged fixes from 6.7
Artur Signell [Fri, 25 Nov 2011 11:53:09 +0000 (11:53 +0000)]
Merged fixes from 6.7

svn changeset:22132/svn branch:6.8

12 years agoFixed batch for #7668 - addComponent methods *must* add the component to the componen...
Johannes Dahlström [Thu, 24 Nov 2011 13:48:31 +0000 (13:48 +0000)]
Fixed batch for #7668 - addComponent methods *must* add the component to the components list before calling super.addComponent() because AttachListeners expect it to be there

svn changeset:22122/svn branch:6.7

12 years ago#7988 no partial refresh for an item that is not in the buffer, improved test
Henri Sara [Thu, 24 Nov 2011 11:38:37 +0000 (11:38 +0000)]
#7988 no partial refresh for an item that is not in the buffer, improved test

svn changeset:22120/svn branch:6.7

12 years ago#7988 TreeTable.setCollapsed(...) should refresh UI
Henri Sara [Thu, 24 Nov 2011 11:05:07 +0000 (11:05 +0000)]
#7988 TreeTable.setCollapsed(...) should refresh UI

svn changeset:22119/svn branch:6.7

12 years agoEnhanced tests and fix for #7668 - re-adding a component at an index before its curre...
Johannes Dahlström [Thu, 24 Nov 2011 10:44:54 +0000 (10:44 +0000)]
Enhanced tests and fix for #7668 - re-adding a component at an index before its current one does nothing

Simplified the logic in AbstractOrderedLayout/CssLayout#addComponent*() - super.addComponent() is now called first so that the invariant that there's never duplicate elements in the component list always holds, this fixes #7668. addComponent(c, index) now has a piece of additional logic handling the case when a component is moved to an index *after* its current one.

svn changeset:22117/svn branch:6.7

12 years agoTest application for #7785 (adapted from ticket).
Henri Sara [Thu, 24 Nov 2011 10:10:44 +0000 (10:10 +0000)]
Test application for #7785 (adapted from ticket).

svn changeset:22116/svn branch:6.7

12 years agoAdded ids and re-enabled test
Artur Signell [Thu, 24 Nov 2011 08:32:44 +0000 (08:32 +0000)]
Added ids and re-enabled test

svn changeset:22114/svn branch:6.8

12 years agoAdded ids and re-enabled test
Artur Signell [Thu, 24 Nov 2011 08:32:35 +0000 (08:32 +0000)]
Added ids and re-enabled test

svn changeset:22113/svn branch:6.8

12 years agoTests for #7668 - re-adding a component at an index before its current one does nothing
Johannes Dahlström [Wed, 23 Nov 2011 15:20:09 +0000 (15:20 +0000)]
Tests for #7668 - re-adding a component at an index before its current one does nothing

svn changeset:22112/svn branch:6.7

12 years agodisabled test, testbench don't support custom implementations of client side components
Matti Tahvonen [Wed, 23 Nov 2011 09:10:08 +0000 (09:10 +0000)]
disabled test, testbench don't support custom implementations of client side components

svn changeset:22101/svn branch:6.8

12 years ago#7972 drop on table should work also when page length is zero
Henri Sara [Tue, 22 Nov 2011 14:16:09 +0000 (14:16 +0000)]
#7972 drop on table should work also when page length is zero

svn changeset:22097/svn branch:6.7

12 years agoFixed potential NullPointerException
Johannes Dahlström [Tue, 22 Nov 2011 13:52:30 +0000 (13:52 +0000)]
Fixed potential NullPointerException

svn changeset:22096/svn branch:6.7

12 years agoAdded license header to VDragAndDropWrapperIE.java
Henri Sara [Tue, 22 Nov 2011 13:17:15 +0000 (13:17 +0000)]
Added license header to VDragAndDropWrapperIE.java

svn changeset:22095/svn branch:6.8

12 years agoMerge some changes from 6.7 to 6.8
Henri Sara [Tue, 22 Nov 2011 11:01:14 +0000 (11:01 +0000)]
Merge some changes from 6.7 to 6.8

svn changeset:22091/svn branch:6.8

12 years agoMerge changes from 6.7 to 6.8
Leif Åstrand [Tue, 22 Nov 2011 10:06:39 +0000 (10:06 +0000)]
Merge changes from 6.7 to 6.8

svn changeset:22090/svn branch:6.8

12 years ago#7908 added comments, don't call onScroll(null) if page length is zero and not a...
Henri Sara [Mon, 21 Nov 2011 14:20:17 +0000 (14:20 +0000)]
#7908 added comments, don't call onScroll(null) if page length is zero and not a collapse/expand request

svn changeset:22086/svn branch:6.7

12 years agorenamed html file so that test bench don't think it is a test script
Matti Tahvonen [Mon, 21 Nov 2011 14:18:27 +0000 (14:18 +0000)]
renamed html file so that test bench don't think it is a test script

svn changeset:22085/svn branch:6.8

12 years agorenamed html file so that test bench don't think it is a test script
Matti Tahvonen [Mon, 21 Nov 2011 14:18:08 +0000 (14:18 +0000)]
renamed html file so that test bench don't think it is a test script

svn changeset:22084/svn branch:6.8

12 years ago#7908 TreeTable should resize on container change when page length is zero, related...
Henri Sara [Mon, 21 Nov 2011 13:45:31 +0000 (13:45 +0000)]
#7908 TreeTable should resize on container change when page length is zero, related test

svn changeset:22082/svn branch:6.7

12 years agodragandropwrapper can now initiate html5 drags, fixes #7833
Matti Tahvonen [Mon, 21 Nov 2011 13:38:31 +0000 (13:38 +0000)]
dragandropwrapper can now initiate html5 drags, fixes #7833

svn changeset:22081/svn branch:6.8

12 years agoExtend AbstractTestCase instead of TestBase when creating and using your own mainWindow
Leif Åstrand [Mon, 21 Nov 2011 12:26:57 +0000 (12:26 +0000)]
Extend AbstractTestCase instead of TestBase when creating and using your own mainWindow

svn changeset:22078/svn branch:6.7

12 years agoPatch and TestBench script for issue #7916 - setting VWindow height to undefined...
Johannes Dahlström [Fri, 18 Nov 2011 12:32:36 +0000 (12:32 +0000)]
Patch and TestBench script for issue #7916 - setting VWindow height to undefined was a no-op

svn changeset:22063/svn branch:6.7

12 years ago#6494 Making tables invisible and visible again does not work correctly
Artur Signell [Fri, 18 Nov 2011 09:24:08 +0000 (09:24 +0000)]
#6494 Making tables invisible and visible again does not work correctly

svn changeset:22059/svn branch:6.7

12 years ago#4426 avoid calling datasource.getValue() multiple times unnecessarily
Henri Sara [Fri, 18 Nov 2011 08:50:34 +0000 (08:50 +0000)]
#4426 avoid calling datasource.getValue() multiple times unnecessarily

svn changeset:22058/svn branch:6.7

12 years agoMerged fixes from 6.7
Artur Signell [Thu, 17 Nov 2011 13:37:04 +0000 (13:37 +0000)]
Merged fixes from 6.7

svn changeset:22048/svn branch:6.8

12 years ago#7647 ComboBox popup content disappears on up/down button double click
Artur Signell [Thu, 17 Nov 2011 12:19:38 +0000 (12:19 +0000)]
#7647 ComboBox popup content disappears on up/down button double click

svn changeset:22047/svn branch:6.7

12 years agoTest for #7739
Artur Signell [Thu, 17 Nov 2011 12:19:15 +0000 (12:19 +0000)]
Test for #7739

svn changeset:22046/svn branch:6.7

12 years ago#7949 ComboBox incorrectly shows paging buttons when filtering
Artur Signell [Thu, 17 Nov 2011 11:53:15 +0000 (11:53 +0000)]
#7949 ComboBox incorrectly shows paging buttons when filtering

svn changeset:22038/svn branch:6.7

12 years agoTest for #6798. Automated test disabled (set to .htm) and should be enabled once...
Artur Signell [Thu, 17 Nov 2011 11:49:07 +0000 (11:49 +0000)]
Test for #6798. Automated test disabled (set to .htm) and should be enabled once #7948 has been fixed

svn changeset:22037/svn branch:6.7

12 years ago#6978 VFilterSelect should consume key events and should not pass them to action...
Artur Signell [Thu, 17 Nov 2011 11:48:23 +0000 (11:48 +0000)]
#6978 VFilterSelect should consume key events and should not pass them to action handlers when its suggestion popup is open

svn changeset:22036/svn branch:6.7

12 years ago#7950 ComboBox show paging button even though there are no matches
Artur Signell [Thu, 17 Nov 2011 11:44:13 +0000 (11:44 +0000)]
#7950 ComboBox show paging button even though there are no matches

svn changeset:22033/svn branch:6.7

12 years agoTest for #7950 and #7949
Artur Signell [Thu, 17 Nov 2011 11:41:44 +0000 (11:41 +0000)]
Test for #7950 and #7949

svn changeset:22032/svn branch:6.7