Keyboard covers full screen in landscape mode

Dear readers,

I am building an app in which my users need to register with a username and password. I am forcing the phone to use a landscape orientation.
When my phone is in landscape mode, and I focus on an input text field, the native keyboard shows up with a white area where my text appears. This is all well and good, exept for the time where I want to use a password field (e.g. when I set isSecure to true). Text in the password field is hidden by dot’s (as it’s supposed to do) but in the white area, where I actually type the text, it is still visible as plain text.

the code I am using:
[lua]passwordField = native.newTextField( 0, 40, 200, 30 )
passwordField.x, passwordField.y = Utils.toCenter(passwordField, {x=0, y=20})
passwordField.isSecure = true
group:insert( passwordField )[/lua]

I hope someone can help me.
Thank you in advance.

Peter Goes [import]uid: 103447 topic_id: 27367 reply_id: 327367[/import]

A bug report has been filed regarding this very issue and is being looked at. [import]uid: 84637 topic_id: 27367 reply_id: 111181[/import]

Thank you Danny,
Is there some place I can track this progress? Or being notified specific regarding this issue?

regards [import]uid: 103447 topic_id: 27367 reply_id: 111184[/import]

Currently there is no way for a user that didn’t open the bug report to track it’s progress/status. We are opening up our bug tracker to the public soon so you will be able to check the status of all logged bugs. [import]uid: 84637 topic_id: 27367 reply_id: 111195[/import]

That sounds nice.
Thank you [import]uid: 103447 topic_id: 27367 reply_id: 111201[/import]