DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42645>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42645 Summary: samples/tests/spec/interactivity/keyEvents2.svg is missing keydown events except for the first key Product: Batik Version: 1.7 Platform: All OS/Version: Windows XP Status: NEW Severity: regression Priority: P2 Component: Bridge AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] org.apache.batik.bridge.BridgeEventSupport seems to be changed in a little bit odd way. I don't understand the innerworkings of Batik, but in BridgeEventSupport, you removed a code that sets false to isDown field. Because of this, keyPressed event never generates "keydown" event. I added isDown = false back to the keyReleased method in that class, and works fine. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
