This is the change log for version 6.4 Release Breaking Changes [2] ---------------------------------------------------------------------------------------------- VWG-8032 Remove Ribbon sub controls from the toolbox RibbonBar components are no longer available from the ToolBox. VWG-8095 RibbonBar: Clicking on any sub-item of RibbonBar should select the RibbonBar control directly not the sub-item in Designer You cannot select more than one RibbonBar component at the same time from the Form designer. New Features and Enhancements [1] ---------------------------------------------------------------------------------------------- VWG-8058 ToolBarButton: The GetHorizontalDocking method should return the value based on the GetButtonDocking method Tasks [8] ---------------------------------------------------------------------------------------------- VWG-8026 RibbonBarPage should be deleted on RibbonBar Delete VWG-8027 RibbonBarPage should be remove it's groups when they are deleted VWG-8032 Remove Ribbon sub controls from the toolbox VWG-8059 TextBox: When in ReadOnly=true, ForeColor should be gray VWG-8063 Remove irrelevant Themes from the Gizmox.WebGUI.Forms.Themes project VWG-8116 Update resource labels for the culture pt-PT VWG-8117 Add resource labels for the culture fa-IR VWG-8139 Popup shuold be updated correctly when nested Bugs [49] ---------------------------------------------------------------------------------------------- VWG-6103 DataGridView: cell in edit mode should have color the same as BackColor (like in non-edit mode). VWG-7362 Controls should fire GotFocus event when focus is set programmatically VWG-7516 MainMenu - MenuClick should fire on MenuItem with no subitems (even on all MenuItems) VWG-7773 Form should bring focus to its parent after closing VWG-7840 Combobox - databinded combo - selected index change VWG-7965 DropDownList ComboBox within a Scrollable container should not scroll the container when dropped down and arrow keys pressed VWG-7966 DropDownList ComboBox within a Scrollable container should not scroll the container when with focus, collapsed and using Up/Down keys VWG-8045 ListView: For ListView with Font larger than default one, the header area has incorrect layout. VWG-8050 ScheduleBox - Should keep it's schedule on one column if schedules do not conflict VWG-8051 ScheduleBox - Should not render some of it events as lines - FF only VWG-8055 NumericUpDown - When with decimals, value should equal what is entered in browser VWG-8057 TextBox: TextChanged should be the default event of TextBox (it should be preselected in Properties/Events list and it should be generated on double click on TextBox in Designer). VWG-8067 Panel with zero height or width, should be rendered as invisible - FF/Chrome VWG-8068 ListView should be rendered in a Dialog form - IE8 + Non-Inline windows + VS2008 only VWG-8071 Control receiving the initial focus when form loads, should fire GotFocus event VWG-8073 TreeView with ContextMenu and 3 levels of nodes should not fire two MenuClick events when ContextMenuItem selected on Level 3 node VWG-8075 SplitContainer should render runtime inside of an AutoSized TabPage VWG-8078 NavigationTabs, TabControl and WorkspaceTabs: controls with TabStop set false inside NavigationTabs, TabControl and WorkspaceTabs with TabStop also set to false should not get focus while tabbing through controls on a Form. VWG-8079 TabControl, WorkspaceTabs and NavigationTabs: Consider to make Visual WebGui behave in the same way as WinForms at least in WinFormsCompatible mode when Hide() method and Visible property of TabPage are used even they are not supported. VWG-8080 ScheduleBox: Lines in hour column and in day columns should be rendered on one line and events' should be rendered correctly and in similar in all testable browsers. VWG-8081 TextBox.Text should contain updated value within LostFocus event or a Click to a PictureBox VWG-8086 ComboBox - CustomDropdown Form should not render empty after another dialog has been opened - IE VWG-8088 Modal window should not loose its z-order once a modalles window is closed above it. VWG-8093 DropDownList ComboBox within a Scrollable container should scroll within ComboBox only while mouse is over Combobox using mouse scroller VWG-8095 RibbonBar: Clicking on any sub-item of RibbonBar should select the RibbonBar control directly not the sub-item in Designer VWG-8097 Combobox: The Click event should not fire by mouse right clicking VWG-8099 RibbonBar: sub items of RibbonBarItem should be removed from designer.cs when Page/Group/RibbonBarItem is removed in designer. VWG-8103 RibbonBar: Deleting a RibbonBarStackItem and RibbonBarFlowItem or their sub-items in Designer should not cause error showing VWG-8110 ComboBox - AutoComplete problems VWG-8113 FontDialog: If field Font contains unknown font name or other symbols, next clicking OK should close the dialog. VWG-8120 Controls with Anchoring = None should render centered on it's containers - FF/Chrome/Safari VWG-8122 TextBox: TextBox.GotFocus event should not be fired twice when non-main Form gets focus and this TextBox is focused control. VWG-8124 MainMenu - Runtime, a MenuItem's submenu should be collapsed when another MenuItem's submenu is shown VWG-8126 ScheduleBox - Adding an event more than one hour into the future should be possible without setting End property first VWG-8130 DataGridView: Binding a dynamically generated DataTable with more than two rows into to the grid should not cause an exception VWG-8133 FlowLayoutPanel: In IE with WrapContents=true & FlowDirection=RightToLeft contained controls should be fully visible VWG-8135 Overriding a JS resource in a Theme should not remove the resource from the theme VWG-8136 Container.ScrollControlIntoView should scroll both horizontally and vertically as required to scroll te requested control into view VWG-8138 Controls & Anchor property: Controls should have correct location in FF, Google Chrome and Safari when their Anchor property is set only to Left or only to Right. VWG-8144 MonthCalendar should support Monday as CalendarFirstDayOfWeek VWG-8147 DataGridView: Cell should become highlighted at once when it is clicked after all cells were selected by clicking on TopLeftHeader. VWG-8147 DataGridView: Cell should become highlighted at once when it is clicked after all cells were selected by clicking on TopLeftHeader. VWG-8148 Adding a non-TopLevel form to MainForm's Controls collection, or contained Control's collection, should not give ambigious id errors VWG-8152 MDI Child Form: Changing of Main Form size on browser size changing should also change size of it's maximized MDI child Form. VWG-8165 FlowLayoutPanel: If WrapContents is False and the FlowDirection is RightToLeft, the content should be rendered from right to left VWG-8166 Data-bound ListView: When serialized should not throw exception VWG-8169 TabControl - Scroll buttons are not rendered VWG-8173 Panel: If Dock = Fill or Top or Bottom, the Resize event should fire in run time VWG-8177 Form: Form.BackColor should not be transparent in run-time when it is set to default value Control at least in WinForms Compatible mode.