[dokuwiki] Re: Jumping text

  • From: "Jerry Schwartz" <jschwartz@xxxxxxxxxxxxxxxx>
  • To: <dokuwiki@xxxxxxxxxxxxx>
  • Date: Fri, 28 Aug 2009 12:18:15 -0400

>-----Original Message-----
>From: dokuwiki-bounce@xxxxxxxxxxxxx [mailto:dokuwiki-bounce@xxxxxxxxxxxxx]
On
>Behalf Of Anika Henke
>Sent: Thursday, August 27, 2009 5:09 PM
>To: dokuwiki@xxxxxxxxxxxxx
>Subject: [dokuwiki] Re: Jumping text
>
>Jerry Schwartz wrote:
>> When I try to edit the bottom part of a page that is too big for the
>> displayed size of the text area, every keystroke causes the displayed
text
>> to "jump" towards the top of the text. The insertion point remains where
it
>> is, and every keystroke causes the text to jump down to the insertion
point
>> and then back up.
>>
>> I'm using IE8 on Vista, and Dokuwiki version 17.
>
>That bug (FS#1667 when the bugtracker works again) has (partly) been
>fixed in the development version.
>
[JS] Thanks. For now, I'll use Firefox for editing. Due to a company policy
against using appropriate tools, this has become a single-user wiki anyways.

>This fixes the "wild" jumping around:
>hunk ./lib/scripts/edit.js 529
>-
>addEvent($('dw__editform').elements.wikitext,'keyup',function(){locktimer.r
efre
>sh();});
>+
>addEvent($('dw__editform').elements.wikitext,'keypress',function(){locktime
r.re
>fresh();});
>
>There will still be some minor jumping around (which will at least occur
>in the default template, but not in every template). But as that was a
>reproducable definite IE8 bug and less annoying, that wasn't fixed.
>
>Anika
>
>--
>DokuWiki mailing list - more info at
>http://wiki.splitbrain.org/wiki:mailinglist



-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: