I can confirm this behavior and perhaps add a bit more information. I also experience a lookup of the key board. I can reproduce this behavior by:
- Begin filling in details for an action using "Process Thoughts"
- Keyboard works fine
- Set Status to "Scheduled" and select a date
- Keyboard is now locked
- Select the "Process Thoughts" icon using the mouse
- Keyboard returns to normal
I've encountered this bug in other situations (including project view and action view), but I think they all have to do with selecting a date. I'll key my eye out for any others.
Here are my vitals:
- Product Version: ThinkingRock 2.2.1
- Java: 1.6.0_13; Java HotSpot(TM) Client VM 11.3-b02
- System: Linux version 2.6.28-16-generic running on i386; UTF-8; en_US (tr)
- Userdir: /home/rshea/.thinkingrock/tr-2.2.1
The md5sum of the tarball I'm working from is 218da581dc69b192aa462b6260b3524e. I downloaded it on Jan. 26, 2010 using the following URL:
http://iweb.dl.sourceforge.net/project/thinkingrock/ThinkingRock/TR%202.2.1/tr-2.2.1-with-jre.tar.gzI'm running on an up to date Ubuntu Jaunty install.
Not sure if this contributes to my problems, but I thought I should note that to use the application I explicitly set the AWT_TOOLKIT environment variable. This is due to a bug that causes problems with the Awesome window manager. I've experienced this problem with other Java applications running in Awesome and explicitly setting AWT_TOOLKIT has worked fine for those applications. From the Awesome documentation:
Quote:
Java applications which use the XToolkit/XAWT backend may draw gray windows only. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and early JDK 1.6 versions because it assumes a reparenting window manager. As a workaround you can use JDK 1.4 (which doesn’t contain the XToolkit/XAWT backend), or you can set the following environment variable (to use the older Motif backend instead): AWT_TOOLKIT=MToolkit