<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>&#039;to&#039; field when composing email</title> 
  <pubDate>Tue, 07 Apr 2026 20:36:49 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/14606</link> 
  <atom:link rel="self" type="application/rss+xml" title="&#039;to&#039; field when composing email" href="https://bugs.horde.org/ticket/14606/rss" /> 
  <description>&#039;to&#039; field when composing email</description> 
 
   
   
  <item> 
   <title>When composing a new email, if there is a mistake whilst typ</title> 
   <description>When composing a new email, if there is a mistake whilst typing the addressee in the &#039;To&#039; field the cursor jumps to the end whilst in the middle of the edit.
Steps to reproduce;
1. instigate composing new email.
2. click on the to field edit box
3. type
thisistheemail@testemail.com
4. move cursor to anywhere in the thisistheemail part. In this example between character 4 and 5.

5. type
should
6. on the second keystroke, the cursor jumps to the end of the addressee edit box
7. thissistheemail@testmail.comhould is the output as opposed to thisshouldistheemail@testmail.com.
</description> 
   <pubDate>Fri, 07 Apr 2017 10:12:12 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14606#t91757</link> 
  </item> 
   
  <item> 
   <title>Cannot reproduce with current git.</title> 
   <description>Cannot reproduce with current git.</description> 
   <pubDate>Fri, 07 Apr 2017 11:51:25 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14606#t91758</link> 
  </item> 
   
  <item> 
   <title>Chould reproduce with Chrome, Chromium and Safari with 

H</title> 
   <description>Chould reproduce with Chrome, Chromium and Safari with 

Horde 5.2.14
IMP 6.2.18</description> 
   <pubDate>Wed, 19 Apr 2017 12:47:26 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14606#t91808</link> 
  </item> 
   
  <item> 
   <title>Confirmed with these same version of Horde and IMP on Chrome</title> 
   <description>Confirmed with these same version of Horde and IMP on Chrome 57.0.2987.133 and Internet Explorer 11.0.9600.18638, but Firefox ESR 45.8.0 doesn&#039;t seem to be affected.</description> 
   <pubDate>Wed, 19 Apr 2017 13:09:11 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14606#t91809</link> 
  </item> 
   
  <item> 
   <title>Looks like recent Chromium engines set the cursor at the end</title> 
   <description>Looks like recent Chromium engines set the cursor at the end of an input field when setting its value. And we rewrite the content on each keystroke. This should probably be dealt with in a general fashion within Prototype.js.</description> 
   <pubDate>Thu, 27 Apr 2017 20:26:44 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14606#t91823</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (FRAMEWORK_5_2):

commit b23e6</title> 
   <description>Changes have been made in Git (FRAMEWORK_5_2):

commit b23e62e9eb9f4591785d58c9fc4e552ec316382d
Author: Jan Schneider &lt;jan@horde.org&gt;
Date:   Thu Apr 27 22:38:14 2017 +0200

    Only set input field if the content changed (Bug #14606).

 imp/js/prettyautocomplete.js | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/b23e62e9eb9f4591785d58c9fc4e552ec316382d</description> 
   <pubDate>Thu, 27 Apr 2017 20:39:23 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14606#t91824</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (FRAMEWORK_5_2):

commit 19703</title> 
   <description>Changes have been made in Git (FRAMEWORK_5_2):

commit 1970318b0f92c2099af0807ea0629d9567bdc8b4
Author: Jan Schneider &lt;jan@horde.org&gt;
Date:   Thu Apr 27 22:39:10 2017 +0200

    [jan] Fix cursor jumping in some browser when editing address fields (Bug #14606).

 imp/docs/CHANGES | 2 ++
 imp/package.xml  | 2 ++
 2 files changed, 4 insertions(+)

http://github.com/horde/horde/commit/1970318b0f92c2099af0807ea0629d9567bdc8b4</description> 
   <pubDate>Thu, 27 Apr 2017 20:39:24 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14606#t91825</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit 1ce5116e3c5a</title> 
   <description>Changes have been made in Git (master):

commit 1ce5116e3c5ac8f5aacc56a42df8cab497210643
Author: Jan Schneider &lt;jan@horde.org&gt;
Date:   Thu Apr 27 23:07:18 2017 +0200

    Only set input field if the content changed (Bug #14606).

 imp/js/autocomplete.js | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/1ce5116e3c5ac8f5aacc56a42df8cab497210643</description> 
   <pubDate>Thu, 27 Apr 2017 21:09:43 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14606#t91826</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit 0a9f38961fe0</title> 
   <description>Changes have been made in Git (master):

commit 0a9f38961fe0e2f0a4fe2227525845101ccee0e4
Author: Jan Schneider &lt;jan@horde.org&gt;
Date:   Thu Apr 27 22:39:10 2017 +0200

    [jan] Fix cursor jumping in some browser when editing address fields (Bug #14606).

 imp/docs/CHANGES |  6 +++---
 imp/package.xml  | 18 +++++++++++++++++-
 2 files changed, 20 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/0a9f38961fe0e2f0a4fe2227525845101ccee0e4</description> 
   <pubDate>Thu, 27 Apr 2017 21:09:43 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14606#t91827</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (FRAMEWORK_5_2):

commit 11be3</title> 
   <description>Changes have been made in Git (FRAMEWORK_5_2):

commit 11be357a86e00e53ad827efc436be18515a3f7f0
Author: Jan Schneider &lt;jan@horde.org&gt;
Date:   Thu, 27 Apr 2017 22:38:14 +0200

Only set input field if the content changed (Bug #14606).

 M js/prettyautocomplete.js

https://github.com/horde/imp/commit/11be357a86e00e53ad827efc436be18515a3f7f0</description> 
   <pubDate>Fri, 20 Oct 2017 20:33:45 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14606#t92364</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (FRAMEWORK_5_2):

commit 28945</title> 
   <description>Changes have been made in Git (FRAMEWORK_5_2):

commit 2894569a2a2ff361c1898886717dd46c3ebbb85d
Author: Jan Schneider &lt;jan@horde.org&gt;
Date:   Thu, 27 Apr 2017 22:39:10 +0200

[jan] Fix cursor jumping in some browser when editing address fields (Bug #14606).

 M docs/CHANGES
 M package.xml

https://github.com/horde/imp/commit/2894569a2a2ff361c1898886717dd46c3ebbb85d</description> 
   <pubDate>Fri, 20 Oct 2017 20:33:45 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14606#t92366</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
