[dokuwiki] Re: spellchecker still buggy
- From: Andreas Gohr <andi@xxxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Wed, 29 Jun 2005 19:07:40 +0200
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
- Follow-Ups:
- [dokuwiki] Re: spellchecker still buggy
- From: Matt Pascoe
- References:
- [dokuwiki] spellchecker still buggy
- From: Andreas Gohr
- [dokuwiki] Re: spellchecker still buggy
- From: Matt Pascoe
- [dokuwiki] Re: spellchecker still buggy
- From: Andreas Gohr
- [dokuwiki] Re: spellchecker still buggy
- From: Matt Pascoe
Other related posts:
- » [dokuwiki] spellchecker still buggy
- » [dokuwiki] Re: spellchecker still buggy
- » [dokuwiki] Re: spellchecker still buggy
- » [dokuwiki] Re: spellchecker still buggy
- » [dokuwiki] Re: spellchecker still buggy
- » [dokuwiki] Re: spellchecker still buggy
- » [dokuwiki] Re: spellchecker still buggy
- » [dokuwiki] Re: spellchecker still buggy
- » [dokuwiki] Re: spellchecker still buggy
- » [dokuwiki] Re: spellchecker still buggy
- » [dokuwiki] Re: spellchecker still buggy
- » [dokuwiki] Re: spellchecker still buggy
- » [dokuwiki] Re: spellchecker still buggy
- » [dokuwiki] Re: spellchecker still buggy
- » [dokuwiki] Re: spellchecker still buggy
- [dokuwiki] Re: spellchecker still buggy
- From: Matt Pascoe
- [dokuwiki] spellchecker still buggy
- From: Andreas Gohr
- [dokuwiki] Re: spellchecker still buggy
- From: Matt Pascoe
- [dokuwiki] Re: spellchecker still buggy
- From: Andreas Gohr
- [dokuwiki] Re: spellchecker still buggy
- From: Matt Pascoe