[prev in list] [next in list] [prev in thread] [next in thread] 

List:       koffice
Subject:    Re: KSpread bugs
From:       David Faure <david () mandrakesoft ! com>
Date:       2000-05-22 17:57:16
[Download RAW message or body]

On Mon, May 22, 2000 at 07:33:00AM +0400, rider wrote:
> Hello all!
> I'm found very bad bug into KSpread (version 1.90) for Russian users.
> If you enter russian KOI8-R character into KSpread cells, that receive in a
> result a zero.
> And if you enter first character english and then russian, that all is
> displayed correctly.

kspread_canvas.cc, line 1249, says 
if ( _ev->ascii() == 0 || !m_pView->koDocument()->isReadWrite() )

Can you try to replace this with
if ( _ev->text().isEmpty() || !m_pView->koDocument()->isReadWrite() ) 

and tell me if it works ?

Thanks.

-- 
David FAURE, david@mandrakesoft.com, faure@kde.org
http://home.clara.net/faure/
KDE, Making The Future of Computing Available Today
See http://www.kde.org/kde1-and-kde2.html for how to set up KDE 2

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic