diff options
author | Marko Grönroos <magi@iki.fi> | 2012-01-10 01:05:01 +0000 |
---|---|---|
committer | Marko Grönroos <magi@iki.fi> | 2012-01-10 01:05:01 +0000 |
commit | 3aac602b0e0a85e5acf70d19e1eb5b7e7f3fdaa8 (patch) | |
tree | cd4be2ef4890c995b6ea6fcd66ce4ed568843ae0 /WebContent/release-notes.html | |
parent | 5be5334eb4c85f1ebaf1baece3296b7c9e6fb268 (diff) | |
download | vaadin-framework-3aac602b0e0a85e5acf70d19e1eb5b7e7f3fdaa8.tar.gz vaadin-framework-3aac602b0e0a85e5acf70d19e1eb5b7e7f3fdaa8.zip |
Updated changelog in Release Notes for 6.7.4.
svn changeset:22564/svn branch:6.7
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 62 |
1 files changed, 10 insertions, 52 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 7a389d4ee9..dccda77286 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -231,59 +231,17 @@ <h2 id="fixes">Fixes in Vaadin @version@</h2> <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/6638">#6638</a>: AbstractValidator.validate should use getErrorMessage</li> + <li><a href="http://dev.vaadin.com/ticket/6870">#6870</a>: Table/TreeTable header not visible on zoom out (FF3,FF4,IE8)</li> + <li><a href="http://dev.vaadin.com/ticket/6970">#6970</a>: "Table causes ""Out of sync"" on IE9, IE8, IE7"</li> + <li><a href="http://dev.vaadin.com/ticket/7567">#7567</a>: Button: setClickShortcut NOT WORKING PROPERLY</li> + <li><a href="http://dev.vaadin.com/ticket/7976">#7976</a>: Erratic scrolling in portlet deployment</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> + <li><a href="http://dev.vaadin.com/ticket/8040">#8040</a>: Infinite request loop with Table scrolling</li> + <li><a href="http://dev.vaadin.com/ticket/8090">#8090</a>: Evicted old Paintable can lose reference to new paintable with same debugId when replacing components during window handleParameters call</li> + <li><a href="http://dev.vaadin.com/ticket/8143">#8143</a>: Enable using a completely different implementation for VConsole</li> + <li><a href="http://dev.vaadin.com/ticket/8145">#8145</a>: TextChangeListener: textChange(TextChangeEvent) is not triggered when the text is equal to the value of the field.</li> + <li><a href="http://dev.vaadin.com/ticket/8170">#8170</a>: Attach is not called for sub windows when a window is attached to the application</li> </ul> <p> The <a href="http://dev.vaadin.com/query?status=closed&type=defect&milestone=Vaadin%20@version@">full |