[dokuwiki] Re: spellchecker still buggy

Sooo.. when I do the spell check it takes the paragraph and makes it
one huge line.  when it does that, with the particular example i'm
testing, the edit window has no scrollbars either h or v.  I tried the
change you suggested for overflow and it had no effect at all.

I also tried reordering the white-space list, as well as adding the
khtml variant.  no matter what combo I tried I found nothing that
would work with it.

One thing I had not noticed the first time is that the main browser
window does then have its horizontal scroll bar so one can still
actually edit and spellcheck the entire set of text.  It is only an
annoyance for me and I can still edit the context as needed.

Isnt it nice that we have standards to work with!? ;-)

On 6/29/05, Andreas Gohr <andi@xxxxxxxxxxxxxx> wrote:
> On Tue, 28 Jun 2005 22:52:49 +0000
> Matt Pascoe <hornet136@xxxxxxxxx> wrote:
> 
> > > Looks more like a CSS problem to me. It works in my Konqueror so
> > > what version do you use?
> > > 
> > The Konq ver I'm using is 3.4.1.  Its the standard packages for
> > kubuntu.  I'm using wiki snapshot v 6-14-05. aspell 0.50.5
> 
> Strange. It works fine in my  3.3.2. Please have a look at the
> lib/tpl/default/design.css at the very end you should find the following:
> 
>   white-space: pre-wrap;       /* css-3 */
>   white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
>   white-space: -pre-wrap;      /* Opera 4-6 */
>   white-space: -o-pre-wrap;    /* Opera 7 */
>   word-wrap: break-word;       /* Internet Explorer 5.5+ */
> 
> Could you try to shuffle the order of these commands?
> I also found this one on the net (maybe worth adding):
> white-space: -khtml-pre-wrap;
> 
> If nothing works try to remove them all. If you still get no scrollbars
> please change
> 
> overflow: auto;
> 
> to
> 
> overflow: scroll;
> 
> However the whole white-space thing is somewhat messy because of the many
> proprietary CSS tags. Has anyone a better idea? Should we simply leave it
> out?
> 
> Andi
> 
>
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: