Disabled Button Gets Focus in 1.4 and not in 1.3

Hi

I am in the process of migrating from version 1.3 to 1.4.2

I have a screen on which I I have a button which is disabled when teh screen initializes. There are other items to which I can navigate through TAB.

If i keep pressing Tab so that the focus comes to the disabled object, then it just stays there...nothing happens in version 1.4 although version 1.3 works for a similar scene and teh control goes to teh next component on the screen

I have tried setting the focus by checking the status of teh button and have set it to the same value as being enabled or disabled.

Any help please!

Thanks

priya

[654 byte] By [pria] at [2007-10-2 11:42:04]
# 1
If you don't the element to get focus, you could try calling setFocusable( false ). Then it wont get the focus when you tab to it.
allengearya at 2007-7-13 5:36:07 > top of Java-index,Security,Event Handling...
# 2
hiI have tried this...but this doesnot seem to help...i have also set setRequestFocusEnabled(false) to disable mosue and keyboard events..but thsi doensot seem to help either...thankspriya
pria at 2007-7-13 5:36:07 > top of Java-index,Security,Event Handling...