Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Spell check with Modaldialog IE9 notworking
posted

<%

@ Page Language="vb" AutoEventWireup="false" CodeBehind="Spellcheck.aspx.vb" Inherits="Infragistics.Spellcheck" %>

<!

DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<

html xmlns="http://www.w3.org/1999/xhtml">

<

head runat="server">

   

<title></title>

</

head>

<

body>

   

<form id="form1" runat="server">

   

<div>

       

<div>

           

<asp:TextBox ID="txtNotes" CssClass="formFields_float" TextMode="MultiLine" TabIndex="6"

               

Rows="5" AuditDisplayName="Notes" Columns="55" runat="server" Text="ghjgh" Style="margin-left: 2px;"></asp:TextBox>

       

</div>

       

<div style="float: left; margin-left: 5px; margin-top: 20px;">

           

<input type="button" value="" id="btnSpellCheck" tabindex="8" title="Spell Check(Alt + K)"

               

accesskey="K" />

       

</div>

       

<igswc:WebSpellChecker ID="wscChecker" runat="server" TextComponentId="txtNotes"

           

ButtonId="btnSpellCheck">

           

<DialogOptions Modal="true"/>

           

       

</igswc:WebSpellChecker>

   

</div>

   

</form>

</

body>

</

html>

  • 20255
    Offline posted

    Hello santhu,

    I'm just following up to see if you need any further assistance with this issue. If so please let me know.

  • 20255
    Offline posted

    Hello,

    Thank you for contacting us and for the provided code.

    I have managed to create isolated sample based on your code, although I couldn't reproduce the issue with Internet Explorer 10. Could you please try the sample on your side and tell me if the Dialog appear correctly.

    Also providing more details will be highly appreciated, for example:

    - Product version (the sample is with version 14.1.20141.2011)

    - IE version

    Code snippet:

    1. <div>
    2.             <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
    3.             <asp:TextBox ID="txtNotes" CssClass="formFields_float" TextMode="MultiLine" TabIndex="6"
    4.                 Rows="5" AuditDisplayName="Notes" Columns="55" runat="server" Text="ghjgh" Style="margin-left: 2px;">
    5.             </asp:TextBox>
    6.             <div style="float: left; margin-left: 5px; margin-top: 20px;">
    7.                 <input type="button" value="Check!!!" id="btnSpellCheck" tabindex="8" title="Spell Check(Alt + K)"
    8.                     accesskey="K" />
    9.             </div>
    10.  
    11.             <ig_spell:WebSpellChecker ID="WebSpellChecker1" runat="server" TextComponentId="txtNotes"
    12.                 ButtonId="btnSpellCheck">
    13.                 <DialogOptions Modal="true" />
    14.             </ig_spell:WebSpellChecker>
    15.         </div>

    Looking forward to hearing from you.

    DialogIE10Issue.zip