diff options
author | Marko Grönroos <magi@iki.fi> | 2011-12-12 13:45:18 +0000 |
---|---|---|
committer | Marko Grönroos <magi@iki.fi> | 2011-12-12 13:45:18 +0000 |
commit | d5abf1fd357b612eeddf144ed4b9b6435b447943 (patch) | |
tree | 6ede32cb175f8908846f212145c834f5ec7b1127 /WebContent | |
parent | 238865a4f9c9c7df4fa750e46c280c5e5d59e5f8 (diff) | |
download | vaadin-framework-d5abf1fd357b612eeddf144ed4b9b6435b447943.tar.gz vaadin-framework-d5abf1fd357b612eeddf144ed4b9b6435b447943.zip |
Updated closed tickets in Release Notes.
svn changeset:22383/svn branch:6.7
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/release-notes.html | 69 |
1 files changed, 55 insertions, 14 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 424d16b30c..7a389d4ee9 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -230,20 +230,61 @@ </p> <h2 id="fixes">Fixes in Vaadin @version@</h2> - <p> - #7852 TreeTable partial update throws NegativeArraySizeException<br/> - #3125 Portlet size is not updated when window is resized<br/> - #7780 TreeTable rendering problem when adding or removing nodes<br/> - #7836 Table repaint throws ArrayIndexOutOfBounds when using FileSystemContainer<br/> - #5562 Widgetset build throws an exception while throwing an exception<br/> - #7698 FileSystemContainer throws NPE when a directory cannot be read<br/> - #7790 table.requestRepaint() does not invoke cellStylesGenerators<br/> - #7822 Loading Vaadin application in JBoss AS 7 throws java.lang.LinkageError<br/> - #7823 JBoss 7 AS can't load FlagSeResource<br/> - #7839 Out of Sync error when using Generated Columns with TreeTable<br/> - #7918 Test with Firefox 8 - #7923 Shrinking browser window not detected if resizeLazy is enabled<br/> - </p> +<ul> + <li><a href="http://dev.vaadin.com/ticket/2639">#2639</a>: Combobox clicking causes collapsing in FF3/Mac</li> + <li><a href="http://dev.vaadin.com/ticket/3915">#3915</a>: ChildComponentContainer fails to calculate width of its child widget properly in IE7 if the child has borders</li> + <li><a href="http://dev.vaadin.com/ticket/4426">#4426</a>: PropertyFormatter calls format() with false, when datasource is null</li> + <li><a href="http://dev.vaadin.com/ticket/4925">#4925</a>: com.vaadin.tools.ReflectTools javadoc</li> + <li><a href="http://dev.vaadin.com/ticket/4977">#4977</a>: com.vaadin.ui.Slider javadoc</li> + <li><a href="http://dev.vaadin.com/ticket/5756">#5756</a>: Table getVisibleitemIds() throws NPE</li> + <li><a href="http://dev.vaadin.com/ticket/5783">#5783</a>: Javadoc of Slider should explain resolution</li> + <li><a href="http://dev.vaadin.com/ticket/6494">#6494</a>: Making tables invisible and visible again does not work correctly</li> + <li><a href="http://dev.vaadin.com/ticket/6603">#6603</a>: AbstractBeanContainer.addAll does not ensure resolved itemIds are not null</li> + <li><a href="http://dev.vaadin.com/ticket/6843">#6843</a>: PropertyFormatter fixes</li> + <li><a href="http://dev.vaadin.com/ticket/6862">#6862</a>: Update Application.getWindow Javadoc</li> + <li><a href="http://dev.vaadin.com/ticket/6937">#6937</a>: Add window close listener JavaDoc is vague</li> + <li><a href="http://dev.vaadin.com/ticket/6978">#6978</a>: VFilterSelect should consume key events and should not pass them to action handlers when its suggestion popup is open</li> + <li><a href="http://dev.vaadin.com/ticket/7008">#7008</a>: Table.setTableFieldFactory should refresh content</li> + <li><a href="http://dev.vaadin.com/ticket/7044">#7044</a>: Combobox input prompt not displayed</li> + <li><a href="http://dev.vaadin.com/ticket/7062">#7062</a>: ComboBox shows required indicator when in read only</li> + <li><a href="http://dev.vaadin.com/ticket/7127">#7127</a>: Table's selection breaks if an ItemClickListener calls the table's requestRepaint()</li> + <li><a href="http://dev.vaadin.com/ticket/7257">#7257</a>: Combobox: Keyboard navigating might cause all items to disappear from the list</li> + <li><a href="http://dev.vaadin.com/ticket/7354">#7354</a>: Update all copyright notices in source code to reflect company name change to Vaadin Ltd</li> + <li><a href="http://dev.vaadin.com/ticket/7396">#7396</a>: Update integration tests to use the latest Firefox</li> + <li><a href="http://dev.vaadin.com/ticket/7506">#7506</a>: inconsistency between Chameleon theme and standard Vaadin theme concerning Combobox</li> + <li><a href="http://dev.vaadin.com/ticket/7630">#7630</a>: LoginForm isn't very new anymore (deprecated javadoc)</li> + <li><a href="http://dev.vaadin.com/ticket/7647">#7647</a>: ComboBox popup content disappears on up/down button double click</li> + <li><a href="http://dev.vaadin.com/ticket/7668">#7668</a>: re-adding a component at an index before its current one does nothing</li> + <li><a href="http://dev.vaadin.com/ticket/7704">#7704</a>: Javadoc typo</li> + <li><a href="http://dev.vaadin.com/ticket/7739">#7739</a>: Using keyboard to select a value causes wrong value to be selected if ComboBox contains multiple items with the same caption</li> + <li><a href="http://dev.vaadin.com/ticket/7785">#7785</a>: TreeTable: calling table.setCollapsed(itemId, collapsed) leaves old data in client</li> + <li><a href="http://dev.vaadin.com/ticket/7789">#7789</a>: iOS 4 -5, Android 2 - 3 should be listed as supported</li> + <li><a href="http://dev.vaadin.com/ticket/7837">#7837</a>: TreeTable paintPartial throws ArrayIndexOutOfBounds when using FileSystemContainer</li> + <li><a href="http://dev.vaadin.com/ticket/7908">#7908</a>: TreeTable changing number of items in container resizes table body wrong</li> + <li><a href="http://dev.vaadin.com/ticket/7916">#7916</a>: Programmatically setting a subwindow's height to undefined after inital rendering does not visually update the height</li> + <li><a href="http://dev.vaadin.com/ticket/7942">#7942</a>: It should be possible to use PropertyFormatter (or similar other helpers) in Form</li> + <li><a href="http://dev.vaadin.com/ticket/7949">#7949</a>: ComboBox incorrectly shows paging buttons when filtering</li> + <li><a href="http://dev.vaadin.com/ticket/7950">#7950</a>: ComboBox shows paging button even though there are no matches</li> + <li><a href="http://dev.vaadin.com/ticket/7965">#7965</a>: IE: Textfields in tables lose their focus</li> + <li><a href="http://dev.vaadin.com/ticket/7972">#7972</a>: Setting zero page length disables drag & drop</li> + <li><a href="http://dev.vaadin.com/ticket/7977">#7977</a>: Portlet always loads reindeer theme</li> + <li><a href="http://dev.vaadin.com/ticket/7978">#7978</a>: Buttons in a HorizontalLayout broken with Chameleon theme in IE7</li> + <li><a href="http://dev.vaadin.com/ticket/7988">#7988</a>: TreeTable.setCollapsed(...) does not work</li> + <li><a href="http://dev.vaadin.com/ticket/7991">#7991</a>: Loose hability to edit text field in Table component after a click on an item</li> + <li><a href="http://dev.vaadin.com/ticket/7996">#7996</a>: Select widget in row tables do not work after table scrolling on IE</li> + <li><a href="http://dev.vaadin.com/ticket/8002">#8002</a>: Removed JDBC drivers from repository</li> + <li><a href="http://dev.vaadin.com/ticket/8009">#8009</a>: Move com.vaadin.launcher to tests</li> + <li><a href="http://dev.vaadin.com/ticket/8016">#8016</a>: Treetable is not repainted</li> + <li><a href="http://dev.vaadin.com/ticket/8035">#8035</a>: Extra event on TextField with ActionHandler</li> + <li><a href="http://dev.vaadin.com/ticket/8039">#8039</a>: Create a test for compiling with GWT 2.4</li> + <li><a href="http://dev.vaadin.com/ticket/8041">#8041</a>: TreeTable: Adding items in ExpandListener breaks TreeTable</li> + <li><a href="http://dev.vaadin.com/ticket/8046">#8046</a>: Update tests to use Safari 5.1.2</li> + <li><a href="http://dev.vaadin.com/ticket/8050">#8050</a>: Enable custom parameters to widgetset compiler</li> + <li><a href="http://dev.vaadin.com/ticket/8056">#8056</a>: Mention that Oracle WebLogic Portal 10gR3 is supported</li> + <li><a href="http://dev.vaadin.com/ticket/8057">#8057</a>: Mention that WebSphere Portal 6.1 and 7.0 is supported</li> + <li><a href="http://dev.vaadin.com/ticket/8067">#8067</a>: Visual Editor doesn't work with lastest Vaadin 6.7.2 jar</li> + <li><a href="http://dev.vaadin.com/ticket/8089">#8089</a>: Don't fire TextChangeEvent inside TextChangeEvent</li> +</ul> <p> The <a href="http://dev.vaadin.com/query?status=closed&type=defect&milestone=Vaadin%20@version@">full details of the defects</a> can be found at dev.vaadin.com. |