autocompletion and setFocus

hi,

i have the trial version under osx 10.8.2, and under my project i had 2 files where the autocompletion was not working at all + the navigator window was stuck (‘please wait …’).

with a blank page, it was working so i found a portion of code:
this line is causing a problem:
display.getCurrentStage():setFocus( self, nil )

with a comment --display.getCurrentStage():setFocus( self, nil ) , autocompletion works again, the navigator window shows correctly.

with an id different than nil, it works too.
with this: display.getCurrentStage():setFocus( self ) it works …

[import]uid: 223126 topic_id: 35947 reply_id: 335947[/import]