From b8681c14cef43b7b19aed599c99d59f9950a8c56 Mon Sep 17 00:00:00 2001 From: Dario Solera Date: Mon, 29 Nov 2010 06:13:05 +0000 Subject: [PATCH] Fixed and closed #557: caret position correctly handled in IE too (with a CSS hack). --- AssemblyVersion.cs | 4 ++-- WebApplication/Editor.ascx | 2 +- WebApplication/Editor.ascx.designer.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AssemblyVersion.cs b/AssemblyVersion.cs index aee7128..7886805 100644 --- a/AssemblyVersion.cs +++ b/AssemblyVersion.cs @@ -16,5 +16,5 @@ using System.Reflection; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.0.4.564")] -[assembly: AssemblyFileVersion("3.0.4.564")] \ No newline at end of file +[assembly: AssemblyVersion("3.0.4.565")] +[assembly: AssemblyFileVersion("3.0.4.565")] \ No newline at end of file diff --git a/WebApplication/Editor.ascx b/WebApplication/Editor.ascx index 8359aa1..f35df97 100644 --- a/WebApplication/Editor.ascx +++ b/WebApplication/Editor.ascx @@ -206,7 +206,7 @@ - + diff --git a/WebApplication/Editor.ascx.designer.cs b/WebApplication/Editor.ascx.designer.cs index 2ed8589..e92890a 100644 --- a/WebApplication/Editor.ascx.designer.cs +++ b/WebApplication/Editor.ascx.designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:2.0.50727.4927 +// Runtime Version:2.0.50727.4952 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated.