https://bugs.kde.org/show_bug.cgi?id=346687

Justin Zobel <justin.zo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |NEEDSINFO
         Resolution|---                         |WAITINGFORINFO
                 CC|                            |justin.zo...@gmail.com

--- Comment #6 from Justin Zobel <justin.zo...@gmail.com> ---
(In reply to Tsu Jan from comment #5)
> > could give some inspirations for a fix in Kate
> 
> Don't know about Kate's code but, for example, inside
> keyPressEvent(QKeyEvent *event) this can be done for a text-edit:
> 
> if (event->key() == 0x200c)
> {
>     insertPlainText (QChar (0x200C));
>     event->accept();
>     return;
> }
> 
> It shouldn't be needed after the Qt fix but, apparently, Kate's behavior is
> different from that of QPlainTextEdit.

Hi Tsu can you please confirm if this issue is fixed now that we're on a later
Qt version?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to