This is the combined change log for version 6.4 Beta1 c 'VWG v6.4 Beta1 c' issues [35] ---------------------------------------------------------------------------------------------- Breaking changes [3]: VWG-6023 - Toolbar should adapt its size and its buttons size according to WinForms Now is according to Winforms. VWG-6276 - DateTimePicker should format it's Short and Long dateformats according to culture set on application Short and Long date are formatted by application culture. VWG-6312 - Textbox: The loading icon should not appear while switching with databound textboxes The "Validated" and "Validating" events are not fired when Textbox focus is lost only when the text is changed (this also breaks Winforms behavior). New Features and Enhancements [2]: VWG-5663 - Azure VB project template VWG-6306 - Add to Google map abilty to create an overlay by address and not Lat & Lng Tasks [4]: VWG-6188 - ListBox - should support key selection of RadioBoxes VWG-6233 - Maximizing minimized forms should be on top VWG-6310 - Chart control - rewrite to include XAP as part of the skin VWG-6345 - Placing UserControl on a Form should not generate obsolete code for AutoScaleDimensions and AutoScaleMode Bugs [29]: VWG-3905 - Create a generic client template which will handle all text rendering VWG-5911 - Popup window should have a skin client area definition. VWG-5962 - Datagridview checkbox cell does not return focus to the grid after its value is set through space key (only in Mozilla and Webkit) VWG-5992 - Form ControlBox(System menu) issues VWG-6013 - Property Grid value text is not align VWG-6023 - Toolbar should adapt its size and its buttons size according to WinForms VWG-6038 - Mainmenu on MDI forms should work correctly VWG-6045 - PropertyGrid popup should support minimum size and not squeeze the default editors VWG-6056 - Draging script files on the skin designer in image mode causes errors VWG-6065 - DataGridView - focus lost on adding new row VWG-6131 - [v6.4 Beta2] Deploy language resource assemblies next to the Gizmox.WebGUI.Forms assembly location VWG-6168 - Skin Designer -> DataGridView CellSelectedStyle ForeColor should be overriddeble VWG-6234 - Cannot run VWG application with less then full trust level. VWG-6244 - Debugger should not throw an error in stop all all errors when opening xml VWG-6255 - Wrapper should handle propreties conflicting with vb key words VWG-6266 - Hiding a dialogform calling Hide() should hide the form VWG-6276 - DateTimePicker should format it's Short and Long dateformats according to culture set on application VWG-6284 - DataGridView - SelectionChanged is always fired VWG-6305 - ToolBar.TextAlign should default to Right VWG-6312 - Textbox: The loading icon should not appear while switching with databound textboxes VWG-6339 - OpenFileDialog in DHTML mode should complete upload without JS errors VWG-6344 - Selecting images for Image property of a control from icon folder, should not show two entries for each image VWG-6350 - RibbonBarDropDownButton with attached ContextMenu should not show dialog when MenuItem selected VWG-6353 - PropertyGridView releases unnecessary value changed events (Webkit only) VWG-6358 - Listbox: The drag&drop between listboxes should not cause JS error VWG-6371 - Binding Navigator: The item counting text on the ToolBar (x of y) should be properly spaced VWG-6381 - NavigationTabs + WorkspaceTabs (RTL mode): Font shuld be ? sans-serif 13 VWG-6394 - Form: header text should not render NewLine as in WinForms. VWG-6395 - WorkspaceTabs: Font should be sans serif 13 'VWG v6.4 Beta1 b' issues [9] ---------------------------------------------------------------------------------------------- Breaking changes [2]: VWG-6303 - Devide Build tasks between development and clients No xap creation during build anymore VWG-6309 - Catalog - Silverlight package building - option - set default to False Tasks [2]: VWG-3598 - Datagridview combobox cell sholud support key down functionallity VWG-6303 - Devide Build tasks between development and clients Bugs [7]: VWG-5845 - ComboBox.Text should return the value on the control in the browser VWG-6060 - DataGridView - keyboard events stop working VWG-6061 - DataGridView ? Selection state not working correctly VWG-6299 - TextBox - Chrome and FF, the multiline text is not rendered properly VWG-6300 - Combo box wont close popup after mouse click VWG-6301 - First key entered on an editable DataGridView cell is not effecting VWG-6309 - Catalog - Silverlight package building - option - set default to False 'VWG v6.4 Beta1 a' issues [6] ---------------------------------------------------------------------------------------------- VWG-6203 - C# Wrapped control should not generate "Value cannot be null" errors in designer VWG-6221 - Wrapper should handle properties conflicting with hosting control and should write HostedDispose procedure correctly VWG-6242 - ListBox should be able to check and select separately VWG-6246 - ColorDialog is not working in obscuring mode VWG-6251 - Wrapper should handle propreties conflicting with hosting control to avoid build warnings VWG-6253 - Add support for the Japanese (ja-JP) culture Breaking Changes [19] ---------------------------------------------------------------------------------------------- VWG-5847 - ComboBox: ComboBox.Text should be updated after typing empty value and pressing Tab. To compatible with WinForms [ComboBox.Text] should not be used to read the current value but SelectedValue. VWG-5716 - Enable defining metadata which will be applied to all applications A meta data management mechanism was implemented. VWG-5799 - [VWG v6.4 Beta1] Chart: Replace the current VisiFire chart we use with the newest version of that chart AnimationType Chart's object property and AnimationType enum not supported anymore and will generate Obsolete warnings on compilation. VWG-3933 - TextBox Databindings event not caught properly Binding of type OnValidation was implemented. VWG-2151 - Form.Activated event only fires on ShowDialog method Form “activated” event was fully implemented (as it should and not only on form load) VWG-5304 - Implement the Leave and Enter events Leave and Enter events was initially implemented. VWG-6234 - Cannot run VWG application with less then full trust level. There are not breaking changes, but to guarantee running with trust level less than Full, please review carefully the guide lines in the comment of the Issue 6234 VWG-4428 - Add support for scoping resources This issue should effect programming of custom controls. Scoping will be applied on custom controls as well – we must supply some kind of a “How to” which will explain how to develop custom controls safely. VWG-5684 - RichTextBox: Make the 'Font' and 'SelectedFont' properties hidden and obsolete Breaking VWG-5809 - LinkLabel should be focusable and tabable Breaking, can focus on control and operate with keyboard VWG-5828 - IE: LinkLabel should show Focus border Breaking, can focus on control and operate with keyboard VWG-5840 - IE: Change RadioButton and CheckBox border style from dashed to dotted Breaking, changed default focus border VWG-5811 - ComboBoxCell should send valueChange Only on EnterKey and Click Breaking, New behavior - like winforms VWG-5520 - Default value fot TextAlign property should be Left Breaking. Now it’s like winforms. VWG-5484 - Docking controls to Fill within GroupBox should keep the controls within the GroupBox's boundaries Controls with Dock=Fill within a group box control wont fill the header area. VWG-5271 - BindingSource should fire CurrentChanged event when current item changes CurrentChanged event was implemented. VWG-3221 - Move focus by using tab key - Bugs Focus managing on form level– each form remembers the last control that had focus. VWG-5480 - LinkLabel should open default mail client with URL set to mailto:someone@there.com LinkLabel supports client ‘hrfef’. VWG-5695 - Consider extending ListViewItemFormattingEventArgs of the ListView.ItemFormatting with row and subitem indexes ListViewItemFormattingEventArgs have 2 new properties - Index and SubItemIndex of the current item VWG-5630 - Dialogs which shown from a popup window should cause popup window to be closed. Whenever a popup form is the application’s active form and a none popup form becomes active, the active popup form will be closed. New Features and Enhancements [11] ---------------------------------------------------------------------------------------------- VWG-2149 - NumericUpDown thousand seperator in French culture should be '.' and not ',' VWG-2374 - No support for context menus in ScheduleBox control. VWG-4416 - ListView paging should be initialized upon adding and removing items VWG-5556 - TaskBar should provide a skinable "over" and "down" styles for taskbar item and hand cursor VWG-5695 - Consider extending ListViewItemFormattingEventArgs of the ListView.ItemFormatting with row and subitem indexes VWG-5758 - Enable selecting type of metadata tag when adding metadata to application configuration VWG-5789 - DataGridView: Consider implementing a custom ComboBox feature for the DataGridViewComboBoxColumn VWG-5808 - esc should close combobox VWG-5816 - Add support for exporting and importing theme resources for designers VWG-5846 - Theme designer should allow export and import of system colors VWG-5995 - Set TextBoxSkin to inherit TextBoxBaseSkin Tasks [39] ---------------------------------------------------------------------------------------------- VWG-2653 - Unable to set polish translation for ColorDialog form. VWG-3382 - Placing cursor in TextBox, the SelectionStart property should return cursor location VWG-3598 - Datagridview combobox cell sholud support key down functionallity VWG-4428 - Add support for scoping resources VWG-4714 - Catalog sample app: DataGridViewLinkColumn should register a handler to handle click on link VWG-4894 - MDI child windows should show in more browsers than IE VWG-4947 - DateTimePicker: Should be able to display years according to the Buddhist Era instead of the Georgian VWG-5281 - Context.Redirect should not fire the Load event of the originating Form before redirection to the target Form VWG-5304 - Implement the Leave and Enter events VWG-5387 - Reimplement 9'ner to overcome ie issues VWG-5464 - DropDown arrow of DateTimePicker and ComboBox should have same whitespace to the right VWG-5494 - VS 2010: Migrate all VWG projects to VS 2010 solution VWG-5495 - VS 2010: Create new installation to fit VS 2010 VWG-5520 - Default value fot TextAlign property should be Left VWG-5563 - BindingNavigator cell should have non-pressable ToolBarButton with regular Font VWG-5684 - RichTextBox: Make the 'Font' and 'SelectedFont' properties hidden and obsolete VWG-5716 - Enable defining metadata which will be applied to all applications VWG-5717 - Check Visual WebGui integration to google chrome frame VWG-5786 - Item templates should comply with Winforms 'Using' statements VWG-5809 - LinkLabel should be focusable and tabable VWG-5810 - FF: CheckBoxCell should return focus to the grid after valueChange VWG-5811 - ComboBoxCell should send valueChange Only on EnterKey and Click VWG-5828 - IE: LinkLabel should show Focus border VWG-5840 - IE: Change RadioButton and CheckBox border style from dashed to dotted VWG-5857 - Current created skin should enable editing its properties in the designer VWG-5870 - Add support for SEO related overridable context methods VWG-5872 - ComboBox should implement a hidden SelectedItemChanged event to support propertychange binding VWG-5902 - Add support for adding important declaration to skin values VWG-6017 - DataGridView should enable navigating with PgUp/PgDown with no condition on size VWG-6018 - ComboBoxPopUp KeyDown should behave like Winforms. VWG-6021 - FF: DataGridView should retain Focus after ComboBoxCell ValueChange is fired VWG-6057 - Add support for disabling skin resource manipulation VWG-6062 - Include jQuery as part of the Visual WebGui client services VWG-6066 - Tab Control UI is has a few errors in compare to 6.4p4 VWG-6125 - [v6.4 Beta1] The message for running as administrator needs to be updated VWG-6159 - Skin designer should support adding "other" files as binary files VWG-6175 - Listbox.Items.Insert method should update client VWG-6195 - Controls contains unnecessary TextInternal property VWG-6210 - Add support for FrameControl which will provide basic support for controls that require an iframe Bug fixes [199] ---------------------------------------------------------------------------------------------- VWG-2011 - TextBox.ReadOnly doesn't change control back colour VWG-2129 - DataGridView update First row doesn't update VWG-2151 - Form.Activated event only fires on ShowDialog method VWG-2388 - ListView should select rows on right click and then raise the click event (like the normal click event) VWG-2493 - TrackBar in FF - horizontal sliders not always visible VWG-2647 - Data gird selection changed is not raised after adding a new row and moving to the next VWG-2781 - Tab control: image is not shown in design time VWG-3019 - ListViewItem - ContextMenu does not appear to work on the component level VWG-3064 - SplitContainer.PanelCollapsed does not span the other panel fully VWG-3165 - Extension Controls to appear automatically in Toolbox VWG-3221 - Move focus by using tab key - Bugs VWG-3408 - Dundas wrapper cuts image borders VWG-3537 - Default cursor for Forms is IBeam in IE VWG-3582 - Datagridview combobox column should display drop down in certain properties VWG-3651 - Fix the way ReportViewer expands vertically when clicking on an item's '+' sign VWG-3840 - SplitContainer should not reveal Panel1.Name and Panel2.Name properties VWG-3847 - DataGridview - add any new row to a Binded DataGridView throws Exception VWG-3905 - Create a generic client template which will handle all text rendering VWG-3933 - TextBox Databindings event not caught properly VWG-3959 - DataGridView should receive selection in the first cell in the first row. VWG-4081 - Using Add and then "Inherited Form" should produce a legally derived form VWG-4085 - It should be possible to programmatically dispose of Inline Minimized windows/forms VWG-4114 - Insersion of DataGridViewCheckBoxColumn causes the column width to grow and shrink VWG-4149 - ListView MouseDown event should hold true coordinates and GetItemAt should work with these cordinates VWG-4163 - Opening a form as dialog and setting focus to a control in the parent window should not divert focus from dialog VWG-4245 - DataGridView - Setting Columns[x].HeaderCell.Value should update in the client. VWG-4407 - Calling Context.Transfer from a MessageBox EventHandler should not require a second click VWG-4503 - Context/Main menu should remain open thruoghout item clicks - Compatibility with Winforms. VWG-4506 - DataGridView: RowHeader and Columns should show width changes in run-time VWG-4520 - DatagridView ColumnHeadersHeight change should show in the designer VWG-4646 - TrackBar Slider should remain static on click. VWG-4723 - ListView with DragTargets defined should be able to resize columns in FF3 VWG-4728 - MaskedTextBox set to IncludeLiterals should return literals in Text property before and after focusing VWG-4729 - TextBoxValidation.EmailValidator should validate email addresses corerctly on TextBoxes VWG-4736 - Programmatically focusing a control followed by Form.Update() should not loose focus VWG-4742 - Setting MaskedTextBox.PromptChar to '\0' should throw a runtime exception VWG-4743 - Setting MaskedTextBox.PromptChar to an empty string should throw a designer exception VWG-5097 - Chrome is not excepting new line characters through its XSLT parser VWG-5153 - ListView.EnsureVisible should retain horizontal scroll position VWG-5185 - Label and CheckBox default AutoSize value should be true VWG-5186 - CheckBox AutoSize property should be browsable and visible in Propertygrid VWG-5219 - PropertyGrid Column grows with selection VWG-5232 - ListView: In SmallIcon view using left arrow key + shift to select multiple items should show all selected items VWG-5267 - DataGridViewTextBoxColumn and DataGridViewComboBoxColumn should not render removing duplicate spaces VWG-5271 - BindingSource should fire CurrentChanged event when current item changes VWG-5278 - Combobox - text not changing when scrolling VWG-5300 - TextBox within a UserControl should fire LostFocus and Leave event consistently VWG-5301 - ListView - ListViewSubItem ResetStyle default values. VWG-5336 - ReportViewer control should extend horizontally in container when docked to fill VWG-5389 - Two DataGridViews with same binding source does not present changes until the browser is refreshed. VWG-5431 - DatagridviewComboboxCell position its popup wrongly once the grid is scrolled VWG-5440 - ToolBar font size should be inherited to buttons should show correct font sizes in client VWG-5442 - Anchored Top+Right control within a Panel within a Tab control should stay where you place it VWG-5448 - Issue with custom bindingSource VWG-5460 - ReportViewer In FF 3.5.3 - does not resize to container size when Dock = Fill VWG-5469 - Updating an HtmlBox and using Link.Open to download a file using a gateway in the same event handler should not clear the HtmlBox VWG-5473 - NavigationTabs with ClientBehaviour=DrawingOptimized should update the title (at top) when selecting new TabPage VWG-5480 - LinkLabel should open default mail client with URL set to mailto:someone@there.com VWG-5481 - DataGridView should show ContextMenu when clicking on Row or Column Headers VWG-5484 - Docking controls to Fill within GroupBox should keep the controls within the GroupBox's boundaries VWG-5487 - TreeView with Font size or properties set should render according to those settings VWG-5550 - TreeViewNode with ExpandedImageIndex set, should render with that image when expanded VWG-5567 - FlowLayoutPanel with FlowDirection = BottomUp should render controls from bottom and up VWG-5569 - TaskBar does not appear or disappear without resizing the browser in FireFox 2 VWG-5577 - DataBound TextBox should raise binding-change events as critical on a change from NULL as any other value VWG-5578 - TreeView.AfterLabelEdit should populate e.Label and allow for cancellation of edit VWG-5583 - Tree view key press not fired VWG-5588 - FlowLayoutPanel: A Panel with a dynamically generated backgroud image should be visible once added to the FLP VWG-5603 - Setting AutoSizeMode for DataGridViewColumn should work in Designer. VWG-5627 - DataGridView with EditMode=EditOnKeyStrokeOrF2 should start editing on first keystroke in IE VWG-5629 - ListView should display width changes and remember them when changed in the designer VWG-5630 - Dialogs which shown from a popup window should cause popup window to be closed. VWG-5637 - ToolBar: In RTL is still in LTR mode VWG-5639 - Uninstall shortcut should work VWG-5642 - DataGridView: Entering text with two adjacent spaces in a DataGridViewCell should not change cell to different font VWG-5647 - MessageBox.Show should adjust size for contents and show text single spaced VWG-5648 - Editing 6.3.x Form containing Buttons with Images from an ImageList in 6.4.x designer should not corrupt the form VWG-5649 - Designer should assign increasing TabIndex to controls added to a container VWG-5656 - TabPage: Changing border settings should reflect in client redering VWG-5660 - Wrapper: A wrapper created for the DayPilot control should work and be able to save state VWG-5667 - Designer ruler is not drawing in certain scenarios VWG-5673 - Form window state and location go back to default after reopening the form in design VWG-5680 - Label: In design time when Label.AutoSize property is set to false it should be saved in *.Designer.cs VWG-5681 - LinkLabel - non http links won't work VWG-5685 - Form: Resize event on MainForm should be fired when browser windows size is changed VWG-5696 - Form: CalledOnLoad property should be private and not appear in the designer VWG-5697 - TreeView: The event MenuClick should work correctly VWG-5704 - ListView.ItemFormatting event should handle the case when you do not set the font VWG-5708 - ListView - navigation in listview with groups in detail mode VWG-5709 - DataGridView should fire CellValidating, CellValidated, RowValidating and RowValidated correctly as in WinForms VWG-5711 - IE - TabControl should fire SelectedIndexChanging & SelectedIndexChanged consistently when switching tabs VWG-5712 - [6.4.0.B1] Form.Width and Form.Height should not change when redirecting to same form in IE VWG-5718 - Fix IE slow drag and drop performance VWG-5723 - NumericUpDown should have the same behavior as the WinForms NumericUpDown has on setting value below Minimum or above Maximum VWG-5753 - TreeView On IE ? Connecting lines should be even on all browsers VWG-5754 - Trackbar should be skinable VWG-5755 - An image should not disappear after it is overridden in newly created theme VWG-5756 - Time formatting with ToString in culture with AM/PM format should correctly handle AM/PM VWG-5757 - MonthCalendar.BoldedDates should be bolded in all browsers (not only in IE) VWG-5767 - PropertyGrid, problem with expanding property with plus VWG-5768 - CheckedListBox : when a checked item is moved up or down, it should keep the checked state VWG-5769 - MainMenu.MenuItem with sub MenuItems should not raise click event to the server event as in WinForms VWG-5770 - implement FormattingApplied in ListViewItemFormattingEventArgs VWG-5771 - PropertyGrid, if property updated, inner rows shown incorrectly VWG-5775 - DatagridView: Multiple page datagridview set to fill a form and with some frozen columns should fill the entire form space. VWG-5779 - DataGridView: The reference to cells should be done without exceptions. VWG-5787 - WebForm deriving from AspPageBase should not throw an exception on load VWG-5790 - ListView - implement style on item text VWG-5797 - Redrawing of a DataGridViewColumn should be drawn correct VWG-5798 - DataGridView: Right click on cells or headers area should be able to raise a Mousedown event VWG-5799 - [VWG v6.4 Beta1] Chart: Replace the current VisiFire chart we use with the newest version of that chart VWG-5802 - DataTimePicker control should not "chop" part of the last character on rendering VWG-5803 - Dialog form opening a non-dialog child form with Show() and getting focus back, should be able to focus on the non-dialog child form again VWG-5819 - DateTimePicker should not jump 2 days on a DownArrow keypress and should show same value on client and server VWG-5820 - DataGridView with a Column with DefaultCellStyle.WrapMode = True should not throw an exception VWG-5823 - Chrome and Safari should show VWG hourglass VWG-5825 - Form: ShowPopup method should work also if called from another Form's Load event VWG-5826 - Form: ShowPopup called from Load event of different Form should be able to render ListBox controls on the Form on IE VWG-5827 - PropertyGrid - properties of a complex property shown incorrectly VWG-5834 - Changing a ListView column width from the property grid does not apply VWG-5835 - OpenFileDialog add button should be disabled if a file was selected in single file mode VWG-5839 - LinkLabel should be capable to be used as accept button on a form VWG-5847 - ComboBox: ComboBox.Text should be updated after typing empty value and pressing Tab. VWG-5851 - DataGridView: TopLeftHeaderCell should be on it's location when DataGridView.Margin is set to any another value than a default in all browsers. VWG-5855 - Listview - context menu click causing Listview scroll position reset VWG-5858 - Listview - with Vert. or Hor. Scroll bar, context menu shown with wrong coordinates VWG-5860 - Emulate resize for FF and Chrome should work VWG-5861 - Form title does not update in run time VWG-5862 - DataGridVew: columns' Alignment should works correctly. VWG-5863 - ToolBar: When the buttons contain icons the ButtonHeight property gets height unproportionally increased VWG-5871 - NumericUpDown crashes designer after reloading the designer VWG-5873 - Listviewitem with back color does not present selection properly VWG-5875 - Binding navigator does not present position label properly VWG-5876 - List view reorder of columns not working corectly VWG-5878 - Right click is not appearing with in editable text areas VWG-5879 - TreeView should not have a visible focus indicator. VWG-5880 - TreeView nodes are moving when the treeview with is collapsing VWG-5881 - Form - on RTL mode form does not show CloseBox, MinimizeBox and MaximizeBox VWG-5882 - Property Grid - ToolBar is too high VWG-5883 - PropertyGrid - text jumps VWG-5885 - Label with BorderStyle set should render accordingly VWG-5888 - NET3.5 DataGridView should allow editing cells without throwing a JS error VWG-5892 - ListView - CellSelectedStyle ForeColor VWG-5893 - RibbonBar, NavigationTabbs & WorkspaceTabs - Header font VWG-5894 - Property Grid - LabelActiveStyle and LabelNormalStyle VWG-5896 - DateTimePicker: Text should not be cropped when using a Font size larger than the default VWG-5899 - ListViewItem with graphics and text long enough to fill the space should not "wrap around the graphics" VWG-5903 - ListView - clicking on listview does not work in Obscuring mode VWG-5920 - Color Dialog - raise an error when opens VWG-5924 - MaskedTextBox - wrong behavior when mask set to letter VWG-5931 - GroupBox: The text title should not be obscured by docked ?Fill? control inside the groupbox. VWG-5938 - DataGridView - focus lost on row delete, page turn, validation error VWG-5939 - DataGridView - navigation keys are functioning incorrectly in cell editing mode VWG-5952 - FF: MDI Parent Form should have ControlBox(System menu box) VWG-5955 - Form - FixedToolWindow bottom border VWG-5957 - IE: DataGridViewComboBoxCell throws error on DropDown VWG-5961 - Massive textbox updating causes a constant event firing VWG-5971 - Search TextBox - the popup menu doesn't open VWG-5974 - DataGridView - incorrect cell selection after editing VWG-5987 - NumericUpDown: Dragging an inherited NumericUpDown into a Form should be error free VWG-5991 - MDI child form: MessageBox.Show(this, ...) and Form.ShowDialog(this) should not lock the whole page VWG-6002 - DataGridVew: CheckBoxColumns and ButtonColumns DefaultCellAlignment should works correctly. VWG-6009 - MaskedTextBox: Should be draggable from the ToolBox VWG-6022 - TextBox should fire Enter/Leave/GotFocus/LostFous/Validated/Validating events when clicking on Button and clicking back on the TextBox VWG-6026 - Combobox popup should be open in same senarios as in WinForms VWG-6027 - Wrapper demo walkthrough's code should not generate JS error in IE when rendered VWG-6029 - UserControl's Load event should fire before anything else in the UserControl VWG-6053 - IE: DataGridView when bound to Object or DataSet datasource should not show JS errors when shown in new form via Show() or ShowDialog() VWG-6063 - New Form with Button and/or TextBox should be visible in IE8 VWG-6076 - Skins should support retrieving comma separated value strings from their resource files in all supported cultures VWG-6077 - MainMenu - Menu click event VWG-6085 - ObjectBox - spell error in standby attribute - in XSLT VWG-6096 - MonthCalendar: The selected date Month/Year in the header line should be shown in run time VWG-6098 - MDI forms: Click event of button should fire in MDI Child Form. VWG-6099 - Form: Load event should be reachable VWG-6102 - DataGridView - losing focus when selection change registered VWG-6122 - Add support for adding controls as sub items in ListView VWG-6124 - Obscuring IE: Application with one or more controls should show it's controls VWG-6137 - ComboBox should fire a SelectedIndexChanged event when selection is changed VWG-6142 - Databound ComboBox should not postback three times after selection is changed in FF and Chrome VWG-6143 - Non-databound ComboBox with TextChanged event registered should not do continuous postbacks after selection has changed in FF and Chrome VWG-6144 - Non-databound ComboBox should not change it's selected display value on postback VWG-6149 - Form.Load event should be fired for LogonForms VWG-6150 - Form.Load event should be fired on forms Context.Transfer-ed to VWG-6160 - DateTimePicker throws ArgumentOutOfRangeException VWG-6161 - FF - DialogForm with empty textbox should render with empty textbox and show control box of the Form VWG-6173 - Text rendering is not rendering backslash correctly. VWG-6174 - TextBox does not encode its text in the server VWG-6177 - ComboBox does not update it's text when selected index has changed from UI or code VWG-6179 - ComboBox - scrollers not working VWG-6181 - combobox - JS error when moving between items VWG-6183 - Exception from the skin generator causes white screen in non obscured mode VWG-6197 - FF updates are blinking (seems like two updates are occurring) VWG-6204 - C# VS2008 Wrapped controls should not generate "Control_Focus undefined" JS error on load in IE VWG-6212 - MenuItem: When MenuItem.Enabled is set to false MenuItem should be visible in MenuItems dropdownlist in IE. VWG-6221 - Wrapper should handle properties conflicting with hosting control and should write HostedDispose procedure correctly VWG-6225 - Link tags should not have a closing tag (w3c) VWG-6226 - Server resources are missing content type header VWG-6234 - Cannot run VWG application with less then full trust level.