Closed GoogleCodeExporter closed 9 years ago
Thanks for the report, I've not checked the Issues for a while, sorry for the
delay.
I'll look into this today (18th Sept). Bill Martin has already verified these
problems are still present in 5.1.4 for Vista or XP, but not in the Linux or
Mac
versions. Getting it fixed might be tricky. --Bruce
Original comment by adaptit.bruce@gmail.com
on 18 Sep 2009 at 12:45
Original comment by adaptitbill@gmail.com
on 18 Sep 2009 at 1:18
I have found that if you have a numeric pad and use NumLk, the 2 is functional.
Original comment by bussa5...@gmail.com
on 18 Sep 2009 at 4:43
Thanks Bob, that workaround will help. Investigations so far suggest that it is
a
coding fault on the part of the Adapt It team, but highly obscure. A press of
the 2
key is being interpretted by the phrase box, and also the compose bar's edit
box
(which is also what free translation mode uses) as an F10 function key press.
The
code which produces the error is Microsoft's, but somewhere in Adapt It our
code is
causing the Microsoft code to produce a wrong result. Finding the cause is
turning
out to be like looking for a needle in a haystack, at least so far. We are
continuing to work on it. Other development is on hold until we solve this.
Original comment by adaptit.bruce@gmail.com
on 19 Sep 2009 at 12:16
We did not find, in our Adapt It code, a cause for this problem of a 2 keypress
not
resulting in a 2 character being entered into the edit box. However, we've come
up
with an acceptable hack which restores correct behaviour. The hack won't get
called
if the Microsoft Windows code rights itself at some later date, so whether or
not
the underlying cause is fixed, the application as far as the user is concerned
will
work correctly. The fix will be in the next release - probably to be called
5.2.0.
Original comment by adaptit.bruce@gmail.com
on 20 Sep 2009 at 4:30
Unfortunately, we were able to make wxWidgets support tabbing through the
buttons in
Free Translation mode. The buttons need to be clicked using the mouse or
trackpad.
Original comment by adaptit.bruce@gmail.com
on 21 Sep 2009 at 2:32
The behavior seems to be better in 6.5.8 / Windows 7, but the second issue reported is not completely fixed:
Hi Erik, I've fixed this - issue two. The Remove button was the ONLY button in the bar which had a style flag set, and it was wxTAB_TRAVERSAL . Ironic, that made the Remove button the only button which didn't participate properly in tab traversal. So I removed its style so it was unstyled as were all the others. Recompiled and tested, and now tabbing steps through all the buttons etc. So this issue is done with.
--Bruce
On 21/03/2015 4:00 AM, Erik Brommers wrote:
The behavior seems to be better in 6.5.8 / Windows 7, but the second issue reported is not completely fixed:
- Numbers 0-9 can be typed into the edit box correctly.
- Pressing the Tab key does move focus to most of the buttons in the tab order. HOWEVER, once focus goes to the Remove button it gets stuck there and pressing Tab or Shift+Tab does not move the focus to another control.
— Reply to this email directly or view it on GitHub https://github.com/adapt-it/adaptit/issues/52#issuecomment-84070557.
Original issue reported on code.google.com by
kawill...@gmail.com
on 20 Aug 2009 at 12:47