Hello,
In my FB4 app, I click on an item renderer, which puts the focus on the text
input field within the item renderer.
I then click on another component X in the same app. The focus is now
correctly in the last component I clicked on.
I then click away from the FB4 app browser, on another app (FB4 IDE, Email
client, etc).
I then click back on the FB4 app browser, making it the active window again.
At this point, the focus is consistently on the text input field I mentioned
above, which is undesired behavior.
If anything, the focus should be on component X, which is the last control I
clicked on before leaving the FB4 app.
Can anyone explain this behavior, and the corresponding fix? Thanks in advance.