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
4110
WebSpellCheckerDialog scrolling
posted

Can someone help me with this. Below is my html code for my spellchecker dialog. We are currently on 10.3 and nothing has changed with this dialog since v8.1. But now that I have moved my project into VS2010, the dialog box displays as a shortened dialog with scroll bars and I cannot fix it. I only have one height property and that seems to have not effect even when it is removed. I've also checked the height settings in the css file. Any help would be greatly appreciated. Attached is a screenshot of what it looks like.

<%

@ Page Language="vb" AutoEventWireup="false" CodeBehind="CustomDialog.aspx.vb" Inherits="CustomDialog"

%>

<!

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>Data Express SpellChecker</title

>

<meta content="Microsoft Visual Studio 10.0" name="GENERATOR"

/>

<meta content="C#" name="CODE_LANGUAGE"

/>

<meta content="JavaScript" name="vs_defaultClientScript"

/>

<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema"

/>

</

head

>

<

body style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin

: 0px;

padding-top

: 0px">

<form id="CustomDialog" runat="server" method="post" style="padding-right: 0px; padding-left

: 0px;

padding-bottom: 0px; margin: 0px; padding-top

: 0px">

&nbsp;<ig_spell:webspellcheckerdialog id="WebSpellCheckerDialog1"

runat="server" width="360px" StyleSetName="Nautilus" StyleSetPath

="~/ig_res/">

<Template

>

<div id="wrapper" runat="server" class="igspell_Wrapper" title

="SpellCheck">

<div id="documentTextPanel" runat="server" class="igspell_documentTextPanel" title

="Document Text">

</div

>

<span id="changeToLabel" runat="server" class

="igspell_label igspell_changeToLabel"

title="Change To">Change To:</span

>

<input id="changeToBox" runat="server" class="igspell_changeToBox" title

="Chnage To"

type="text"

/>

<select id="suggestions" runat="server" class="igspell_suggestions" size="6" title

="Suggestions">

</select

>

<span id="suggestionsLabel" runat="server" class

="igspell_label igspell_suggestionsLabel"

title="Suggestions Label">Suggestions</span

>

<button id="ignoreButton" runat="server" class

="igspell_button igspell_ignoreButton"

title

="Ignore Button">

Ignore

</button

>

<button id="ignoreAllButton" runat="server" class

="igspell_button igspell_ignoreAllButton"

title

="Ignore All Button">

Ignore All

</button

>

<button id="addButton" runat="server" class="igspell_button igspell_addButton" style="visibility

: visible ;

display: block ;" title

="Add Button">

Add

</button

>

<button id="changeButton" runat="server" class

="igspell_button igspell_changeButton"

title

="Change Button">

Change

</button

>

<button id="changeAllButton" runat="server" class

="igspell_button igspell_changeAllButton"

title

="Change All Button">

Change All

</button

>

<button id="finishButton" runat="server" class

="igspell_button igspell_finishButton"

title

="Finish Button">

Finish

</button

>

</div

>

</Template

>

</ig_spell:webspellcheckerdialog

>

</form

>

</

body

>

</

html

>