<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.web.kupu.devel">
    <title>gmane.comp.web.kupu.devel</title>
    <link>http://blog.gmane.org/gmane.comp.web.kupu.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.kupu.devel/2241"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.kupu.devel/2239"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.kupu.devel/2238"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.kupu.devel/2241">
    <title>Re: IE 8 insert issue with Kupu</title>
    <link>http://permalink.gmane.org/gmane.comp.web.kupu.devel/2241</link>
    <description>&lt;pre&gt;
(http://dev.plone.org/old/plone/ticket/9491)

I have played around with this issue and found that the iframe (which holds the 
content that's editable) needs to be focused before the caret position can be 
properly read. This has changed in IE8 which is why you're seeing the behavior 
only in this browser.

Prepending the following to the ``IESelection`` function fixes the issue:

 function IESelection(document) {
    document.editable.focus();
    ...

However, it's not really a great fix because this seems to do a "hard focus" on 
the iframe which actually centers the browser on the iframe as a side-effect.

Sadly, I haven't found a better fix :(

I think one option is to read and save the caret position at a better time. 
Maybe Duncan or someone else has an idea?

\malthe

_______________________________________________
kupu-dev mailing list
kupu-dev&amp;lt; at &amp;gt;codespeak.net
http://codespeak.net/mailman/listinfo/kupu-dev
&lt;/pre&gt;</description>
    <dc:creator>Malthe Borch</dc:creator>
    <dc:date>2011-07-12T14:19:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.kupu.devel/2239">
    <title>IE 8 insert issue with Kupu</title>
    <link>http://permalink.gmane.org/gmane.comp.web.kupu.devel/2239</link>
    <description>&lt;pre&gt;_______________________________________________
kupu-dev mailing list
kupu-dev&amp;lt; at &amp;gt;codespeak.net
http://codespeak.net/mailman/listinfo/kupu-dev
&lt;/pre&gt;</description>
    <dc:creator>Caroline Sturtridge</dc:creator>
    <dc:date>2010-10-06T15:00:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.kupu.devel/2238">
    <title>kupu.oscom.org</title>
    <link>http://permalink.gmane.org/gmane.comp.web.kupu.devel/2238</link>
    <description>&lt;pre&gt;Hi,

It seems that the oscom.org server has disappeared. Does anybody have
a copy of the kupu web-site, and could we perhaps put it somewhere
else? Perhaps on codespeak.net or so?

Michiel

&lt;/pre&gt;</description>
    <dc:creator>Michiel Meeuwissen</dc:creator>
    <dc:date>2010-04-13T12:16:55</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.kupu.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.web.kupu.devel</link>
  </textinput>
</rdf:RDF>

