Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE9x32 crash on CapsLock (win7x64) #24

Open
GoogleCodeExporter opened this issue Apr 25, 2016 · 5 comments
Open

IE9x32 crash on CapsLock (win7x64) #24

GoogleCodeExporter opened this issue Apr 25, 2016 · 5 comments

Comments

@GoogleCodeExporter
Copy link

ИЕ9 падает при попытке переключения 
раскладки по Caps =)

Original issue reported on code.google.com by Xteddybe...@gmail.com on 23 Aug 2012 at 4:56

@GoogleCodeExporter
Copy link
Author

IE9x64 не подвержен

Original comment by Johnatan...@gmail.com on 19 Sep 2012 at 9:13

@GoogleCodeExporter
Copy link
Author

ie10 в win8 x64 тоже падает
ie10 x32 - не пробовал

Original comment by mkostri...@gmail.com on 10 Dec 2012 at 4:49

@GoogleCodeExporter
Copy link
Author

ie10 win8 падает
unity3d win7/win8 падает

Похоже возникает баг аналогичный этому

http://social.msdn.microsoft.com/Forums/en/vcgeneral/thread/1d27c2ad-7ef1-45e9-b
9af-6bfb458c1165

Добавление вызова 
ImmDisableIME( -1 ); // imm32.lib
в конце DLL_PROCESS_ATTACH case в layoutHookDll.cpp  - решает 
проблему с падением, но я не уверен что это 
корректное решение. Возможно нужно 
добавить обработку WM_IME_NOTIFY в proc.

Original comment by dragon.i...@gmail.com on 10 Dec 2012 at 11:32

@GoogleCodeExporter
Copy link
Author

Вот еще по IME
http://www.autohotkey.com/board/topic/81886-solved-autohotkey-script-input-langu
age/
возможно это связано так же с другим багом 
когда в некоторых диалоговых окнах не 
переключается раскладка

Original comment by dragon.i...@gmail.com on 10 Dec 2012 at 11:53

@GoogleCodeExporter
Copy link
Author

Это точно не полностью решает проблему, 
если случайно нажать в win8 win + пробел, ie10 так 
же вылетает при запущеном keyla. Параметр 
"Отключить сочетание клавиш из настроек 
Windows" не отключает это сочетание в win 8.

Original comment by dragon.i...@gmail.com on 11 Dec 2012 at 12:14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant