Bug 853079
Summary: | focus problems with openjdk 1.7.0 under gnome3 when selcted keyboard is not the first in keyboard list | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Anders Blomdell <anders.blomdell> | ||||
Component: | java-1.7.0-openjdk | Assignee: | Mario Torre <neugens> | ||||
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 17 | CC: | dbhole, jvanek, omajid | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
URL: | http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8005018 | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2012-12-17 16:51:12 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Anders Blomdell
2012-08-30 13:04:38 UTC
Created attachment 608182 [details]
Small java program demonstarting focus problem
This seems to happen also with Gnome 2. What I see is that when I can move the A letter but the B letter never moves, is this what you also see? yes (if not clicking in B window,then only B moves). It also happens over remote X, so my guess is that it stumbles when the key pressed is not in the first four columns of the X-keysym table. I tried with an older build, and I can confirm this bug. (In reply to comment #3) > yes (if not clicking in B window,then only B moves). > > It also happens over remote X, so my guess is that it stumbles when the key > pressed is not in the first four columns of the X-keysym table. Yes, quite likely, and is definitely desktop agnostic, since I can also reproduce in KDE. We found the issue, I started a discussion on the awt-dev mailing list for the possible fix: http://mail.openjdk.java.net/pipermail/awt-dev/2012-November/003828.html If you need a fix before it ships into the official repositories (which may require some time), you can apply this patch: http://cr.openjdk.java.net/~neugens/853079/webrev.01/ Bug has been assigned the following upstream ID: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8000285 The fix has been pushed: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/a78cb3c5d434 Sorry, wrong link, the bug ID is the following: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8005018 Thanks for all the work you all have done! Sure, no problem! :) |