Issue 45714 - Alt-Gr does not work in TextViews anymore
Summary: Alt-Gr does not work in TextViews anymore
Status: CLOSED FIXED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: 680m87
Hardware: PC Windows XP
: P2 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: eric.savary
QA Contact: issues@gsl
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2005-03-22 07:26 UTC by Frank Schönheit
Modified: 2005-04-06 16:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Frank Schönheit 2005-03-22 07:26:16 UTC
- open any database document (e.g. the pre-installed database)
- Tools|SQL
- in the upper edit field, try to enter a a character which requires to use the
Alt-Gr key
  (e.g. a \ on a german keyboard)
=> doesn't work. Alt-Gr seems to be completely broken

Other places where this happens:
- Query SQL design for a database document
- Basic editor
Comment 1 Frank Schönheit 2005-03-22 07:30:29 UTC
Meant to submit this as P2 (I claim that this is "basic functionality lost" is
true for at least the Basic IDE).

This used to work in 680m84, it doesn't work in 680m86 and 680m87.

Perhaps related to issue 45069, which describes the same bug in Writer (which
let's me assume that it's a GSL issue with changed keycode modifiers, or
something like this).

Does happen on WinXP, but not on Linux.
Comment 2 Frank Schönheit 2005-03-22 07:37:14 UTC
seems to be a regression of the fix for issue 40219, done by OS, in
svtools/source/edit/texteng.cxx
Comment 3 christof.pintaske 2005-03-22 08:51:00 UTC
cp->ssa: os is on vacation, could you have a look and at least verify that this
is not a gsl issue. I'd like to avoid playing too much ping pong right now.
Comment 4 Frank Schönheit 2005-03-22 08:58:16 UTC
I appreciate that this is not a gsl issue, however, given that some of the
involved issues (this one here and issue 40219, at least), are platform
dependent, I assume that you GSL guys have the expertise to at least tell how a
solution would look like :).

I find it suspicious that AltGr is mapped to different modifier codes in a
KeyCode object, depending on the platform ....
Comment 5 stephan_schaefer 2005-03-22 09:14:32 UTC
Seems that the same 'fix' that went into writer was also applied to the
textengine. I'll have a look.
Comment 6 stephan_schaefer 2005-03-22 12:28:31 UTC
The problem was that Ctrl and Alt were checked simultaneously and the key input
was rejected if one or *both* of them were pressed. However, AltGr is the same
as pressing Alt and Ctrl together, which effectively disabled all
AltGr-combinations.
Fixed in CWS tl10.
Comment 7 stephan_schaefer 2005-03-24 11:04:00 UTC
ssa->es: Please verify on CWS tl10.


re-open issue and reassign to es@openoffice.org
Comment 8 stephan_schaefer 2005-03-24 11:04:08 UTC
reassign to es@openoffice.org
Comment 9 stephan_schaefer 2005-03-24 11:04:15 UTC
reset resolution to FIXED
Comment 10 eric.savary 2005-03-24 15:09:07 UTC
verified in tl10
Comment 11 eric.savary 2005-04-06 16:00:06 UTC
Ok in src680m91