https://bugzilla.novell.com/show_bug.cgi?id=675105
https://bugzilla.novell.com/show_bug.cgi?id=675105#c0 Summary: RadioButtonList does not update other controls through RadAjaxManager Classification: Mono Product: Mono: Class Libraries Version: SVN Platform: Other OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: Sys.Web AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=416287) --> (http://bugzilla.novell.com/attachment.cgi?id=416287) Test project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 ( .NET CLR 3.5.30729; .NET4.0E) I was hoping the solution for bug 659078 (RadioButtonList does not update other (target) controls when ajaxified with RadAjaxManager) would fix my issue as well, but it is still not working correctly. I have a RadSlider and a label, both of which should increment each time any of the input controls (RadioButtonList, CheckBox, TextBox, RadDatePicker, or RadNumericTextBox) are selected/changed. Selecting a radio button causes a postback, but neither the slider nor the label are updated. Choosing any of the other controls will cause a postback and update the label (including the increment count from the radio button), but the slider disappears. Reproducible: Always Steps to Reproduce: 1. Run project 2. Click on radio button 3. No update to slider or label 4. Click on check box 5. Slider disappears, label goes from 0 to 2 6. Click check box again 7. Label goes from 2 to 3 8. Click on radio button 9. Nothing happens 10. Click on check box again 11. Label goes from 3 to 5 (substitute any control below the check box for the check box with same results) Actual Results: No update to slider or label for radiobutton. Slider disappears and label correctly updates for all other controls. Expected Results: All controls should update/increment both the slider and the label. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
