lyx_mirror/src/frontends
Vincent van Ravesteijn b37146fbd9 Fix bug #6108: Crash on menu key
The wrong context menu is being expanded, because the location where the context menu is requested is computed wrongly by Qt. 

Actually, the problem seemed to be in InputMethodQuery?. For some reason, the box of the cursor is shifted right under the cursor box.

The menu key uses InputMethodQuery? to locate the context menu, just as he Japanese input method locates the box with possibilities.

1.6.x shows the same behaviour, but in that case it doesn't crash because the spellchecker entry does not exist there, but there might be another case in which it will crash.




git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30797 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-27 07:39:14 +00:00
..
qt4 Fix bug #6108: Crash on menu key 2009-07-27 07:39:14 +00:00
tests fix "make check" with gcc 4.3 2009-03-18 22:49:51 +00:00
alert.h Implement a warning dialog with a "Do not show this warning again!" checkbox. 2009-04-19 11:57:52 +00:00
Application.h
Clipboard.h Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=5560. 2009-01-04 23:31:32 +00:00
Delegates.h * Pop up error dialog if issuing master-buffer-[view|update] and errors occured. 2009-06-21 12:26:41 +00:00
FontLoader.h
FontMetrics.h
KeyModifier.h
KeySymbol.h more latin1..utf8 schanges. all of src/* should be utf8 now 2008-11-14 15:58:50 +00:00
LyXView.h Fix again ticket #1720. This got broken during frontend reorganization. 2009-07-14 11:36:08 +00:00
Makefile.am fix compilation with external boost 2009-02-11 14:27:42 +00:00
mouse_state.h
Painter.h Forgot that in previous commit. 2009-03-28 17:33:20 +00:00
Selection.h
WorkArea.h The rest of Tommaso patch with some cleanups. Not very clean still but at least it compiles! 2008-11-16 01:20:34 +00:00
WorkAreaManager.cpp
WorkAreaManager.h