[Mono-bugs] [Bug 689496] Unremovable tab char when using TextBox with multiline mode in an UpdatePanel

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jul 3 08:14:59 UTC 2012


https://bugzilla.novell.com/show_bug.cgi?id=689496

https://bugzilla.novell.com/show_bug.cgi?id=689496#c2


Mirko Sacripanti <mirko-novell at nextware.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mirko-novell at nextware.it

--- Comment #2 from Mirko Sacripanti <mirko-novell at nextware.it> 2012-07-03 08:14:58 UTC ---
I used this workaround:

<asp:ScriptManager ID="smScriptManager" runat="server">
    <Scripts>
        <asp:ScriptReference Path="../Script/jquery-1.7.2.min.js" />
    </Scripts>
</asp:ScriptManager>
<script type="text/javascript">
    function pageLoad() {
        $(function () {
            $('.Multilinea').val($.trim($('.Multilinea').val()));
        });
    }
</script>
...
<asp:TextBox runat="server" ID="tbTextBoxML" class="Multilinea"
TextMode="MultiLine"/>

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list