Virtual keyboard key is incorrectly gray (disabled) when a TextField inputMode is TextFieldInputMode.Password

Hello

I meet a strange behavior of the virtual keyboard the virtual keyboard to submit key incorrectly becomes gray (disabled) when the inputMode of a TextField is TextFieldInputMode.Password, here's the qml:

import bb.cascades 1.0

Page {
    TextField {
        inputMode: TextFieldInputMode.Password
        input {
            submitKey: SubmitKey.Go
            onSubmitted: {
                //do something
            }
        }
    }
}

If I change the inputMode of a TextField is to something else (for example, TextFieldInputMode.EmailAddress), it's ok (i.e., the virtual keyboard submit key is correctly (active) white).

Is this a bug of platform? (System Z10, 10.1.0.4181)

Thank you

Hi, I have tested the code on 10.1.0.4xxx below and can't reproduce what you see. Please see the attached screenshot.

Tags: BlackBerry Developers

Similar Questions

  • Virtual keyboard causing OutOfMemoryError

    JDE 4.7

    I have NO IDEA what's going on.  Everything worked fine, I changed a few custom bitmaps, buttons now, any screen with an EditField crashes when the virtual keyboard comes up or shortly after when I start typing the text in the edit field, or sometimes, when I hide the keyboard.

    Eception thrown exception - OutOfMemoryError

    Everything else in the program works very well.

    I do not understand the information in the method call is enough to locate the problem but bitmap on the first line, so I guess it has something to do with my buttons, I changed.  But what they would have to do with an editField and the virtualkeyboard?

    Any thoughts would be appreciated.

    Sounds to me like showing the keyboard is originally a sublayout, and it is entering a type of infinite loop, consumes system resources. I can guarantee fairly good that the popup of the keyboard ate 1.2 MB of RAM and 1.5 MB of flash.

    Look very closely at substitutions layout() or sublayout().

  • How to link or to disable the button submit virtual keyboard in blackberry 10 webworks?

    Hi all

    I developed Blackberry 10 Web application using Ripple emulator and Blackberry Webworks SDK 1.0.4.11.In that I am faced with the question of the connection... While the virtual keyboard-click submit button... it will not validate the credentials and without validating it goes to the actual page... So, how to validate or disable the virual submit button 10. Please Blackberry keyboard me... Thanks in advance.

    Kind regards

    Marimuthu_P

    Hi Mc Donald,

    You are using a

    element in your application with a built-in element
  • Dungeon of virtual keyboard to appear when you use bluetooth keyboard

    I use a surface 3 pro with a keyboard bluetooth as the main method of entry. The recent Firefox update keeps popping up a virtual keyboard of the system on each input field. This is a nice feature to have while no external keyboard is connected. However, it is extremely inconvenient if you have a connected bluetooth keyboard.

    Please would you consider to provide a toggle button to turn this feature off or just to test if a bluetooth keyboard is connected before appearing the virtual keyboard?

    Thank you.

    Hi, if you want to disable this feature, please enter about: config in the address bar of firefox (confirmed the message information where it appears) and search for the preference named ui.osk.enabled. Double-click it and change its value to false.

  • Firefox 25.0 disabled kaspersky virtual keyboard and money safe ect how do I change back to the previous version as fire fox tells you the end of the update

    Firefox 25.0 disabled kaspersky virtual keyboard and money safe ect how do I change back to the previous version as fire fox tells you towards the end of the update to the back Beach

    Hello Bretus,

    Please contact the Mozilla Support and I am sorry that this update is not compatible with the extensions you use.

    Kaspersky support forums mention that these extensions will be updated soon, so that they are compatible with FF25. In the meantime, we do not recommend that downgrade you your version of Firefox, but you can find instructions and download locations for previous versions here:

    Install an older version of Firefox

    Please let us know if this solves your problem.

    Cheers, Patrick

  • F8 key is disable when reinstalling windows xp installation hp Dvd

    F8 key is disable when reinstalling windows xp.

    boot from the dvd starts to install when the license page f8 key does not work

    It doesn't matter what I do. comment on tthe

    danielthornhill

    don't have >

    Thank you

  • my virtual keyboard does not work when I try to connect to my Bank. keeps telling me to use the virtual keyboard, but it does not work

    I use to be able to use the virtual keyboard when I logged my Bank. now it has stopped working.

    Try a system restore to a Date before the problem began:

    Restore point:

    http://www.howtogeek.com/HOWTO/Windows-Vista/using-Windows-Vista-system-restore/

    Do Safe Mode system restore, if it is impossible to do in Normal Mode.

    Try typing F8 at startup and in the list of Boot selections, select Mode safe using ARROW top to go there > and then press ENTER.

    Try a restore of the system once, to choose a Restore Point prior to your problem...

    Click Start > programs > Accessories > system tools > system restore > choose another time > next > etc.

    http://www.windowsvistauserguide.com/system_restore.htm

    Read the above for a very good graph shows how backward more than 5 days in the System Restore Points by checking the correct box.

    See you soon.

    Mick Murphy - Microsoft partner

  • Why is-strike (shift-") on my keyboard (@) key? When the other my keyboard is (update 2). __

    Why is-strike (shift-") on my keyboard (@) key? When the other my keyboard is (update 2).

    Hi acesdie,

    Probably to do with the language of the keyboard. Shift + 2 is the American keyboard. Go to control panel and click the language and region. In the window of the region and language, click the keyboard and languages and then click on the button "change keyboards. What language is in the box 'default language'? If it's in the United Kingdom and you are not in the United Kingdom, then click the Add button and select English (United States). Click the plus (+) next to the English (United States) option and then click on the plus sign (+) next to the option "keyboard". Here you will see a list of the types of keyboards, i.e. the United States Dvorak, Dvorak to the United States for the left hand, etc. If you have a keyboard to type Dvorak, then select one of them; If this isn't the case, then I suggest to choose the United States (international) or simply WE. Then click on the arrow to the right of the box in the section "default input language" and select English (United States), and then click apply then OK.

    This forum post is my own opinion and does not necessarily reflect the opinion or the opinion of Microsoft, its employees or other MVPS.

    John Barnett MVP: Windows XP Expert associated with: Windows Desktop Experience: Web:http://www.winuser.co.uk;  Web:http://xphelpandsupport.mvps.org;  Web:http://vistasupport.mvps.org;  Web:http://www.silversurfer-guide.com

  • Is not scrolling screen when the virtual keyboard is opened by clicking an edit field

    Hello

    I have searched and tried many things, but not got success.

    There are three managers of verticalfield in my screen.

    1.)

    vfmMain

    = new VerticalFieldManager(Manager.USE_ALL_WIDTH |) Manager.USE_ALL_HEIGHT | Manager.NO_VERTICAL_SCROLL) {}

    protected voidpaint (Graphics grphcs) {}

    if (imgBG! = null) {

    grphcs.drawBitmap (0, 0,

    imgBG.getWidth (), imgBG.getHeight (), imgBG, 0, 0);

    }

    Super.paint (grphcs);

    }

    protected void sublayout (int maxWidth, maxHeight int) {}

    maxWidth = UIConstants.

    SCREEN_WIDTH;

    maxHeight = UIConstants.

    SCREEN_HEIGHT;

    Super.sublayout (maxWidth, maxHeight);

    Super.setExtent (maxWidth, maxHeight);

    }

    };

    2.)

    vfmFieldNS

    = new VerticalFieldManager(Manager.USE_ALL_WIDTH |) Manager.USE_ALL_HEIGHT | NO_VERTICAL_SCROLL) {}

    protected voidpaint (Graphics grphcs) {}

    if (imgBGCoverInternetHome! = null) {

    grphcs.drawBitmap ((UIConstants.

    SCREEN_WIDTH - imgBGCoverInternetHome.getWidth () / 2, 0, imgBGCoverInternetHome.getWidth (), imgBGCoverInternetHome.getHeight (), imgBGCoverInternetHome, 0, 0);

    }

    Super.paint (grphcs);

    }

    protected void sublayout (int maxWidth, maxHeight int) {}

    maxWidth = UIConstants.

    SCREEN_WIDTH;

    maxHeight =

    imgBGCoverInternetHome.getHeight () / *-UIConstants.SCREEN_HEIGHT (UIConstants.LABEL_HEIGHT + UIConstants.FOOTER_MENU_HEIGHT) * /;

    Super.sublayout (maxWidth, maxHeight);

    Super.setExtent (maxWidth, maxHeight);

    }

    };

    3)

    vfmScroll

    = new VerticalFieldManager(USE_ALL_WIDTH |) USE_ALL_HEIGHT | VERTICAL_SCROLL) {}

    protected void sublayout (int maxWidth, maxHeight int) {}

    maxWidth = UIConstants.

    SCREEN_WIDTH;

    maxHeight =

    imgBGCoverInternetHome.getHeight () - imgButtonFocusBig.getHeight (/2/*UIConstants.SCREEN_HEIGHT - (UIConstants.LABEL_HEIGHT + (UIConstants.FOOTER_MENU_HEIGHT + VERTICAL_GAP))) * /;

    Super.sublayout (maxWidth, maxHeight);

    Super.setExtent (maxWidth, maxHeight);

    }

    };

    I'm addidng all fields in the Manager of scrolling that is vfmScroll.

    By clicking on the edit field, virtual keyboard opens on the screen, change the field leathers and screen does not scroll.

    Help, please.

    Thanks in advance.

    Thanks for the reply of Peter. Instead of UIConstants.SCREEN_HEIGHT, now I use Display.getHeight () - headerHeight-footerHeight. Given that Display.getHeight () is calculated accordingly when the virtual keyboard is open, so his works well for me.

  • How to disable unwanted mobile virtual keyboard?

    Hello

    in our Apex 5.0 application, we use Datepicker and Clockpicker plugins for the entry of date and time. Tapping these fields on a mobile device the virtual keyboard displays and allows comfortable entering the wrong data. How to disable the unwanted mobile virtual keyboard in this context?

    I found a simple solution – add onfocus = "blur (); "in the custom element attributes.

  • Spectrum of HP x 360: no spectrum virtual keyboard HP x 360-13-4159nd

    I recently bought a HP x 360-13-4159nd spectrum and I noticed during the passage of the laptop computer in tablet mode, no virtual keyboard appears. In the settings I enabled the option to optimize Windows when the appliance is used in the form of tablets, but happening just the screen in tablet mode while I always use it in portable mode. The option is automatically disabled once again, when you switch between different modes. In settings-> devices-> type option to automatically display the keyboard of the screen, no physical keyboard connected to the unit is turned on. Is it possible to solve the problem of the missing virtual keyboard?

    TL; Dr: no virtual keyboard in tablet mode, don't optimize function does not work and the option to display the keyboard screen when no physical keyboard is attached is on.

    Hello

    Please try:

    1. right click on the taskbar , and then select show keyboard key keys.

    2. open the keyboard and shut up (just to check if its working).

    2. then click hasAction Center (or Win + A) and select the Tablet Mode.

    3. Once you are in tablet mode, again right-click on the taskbar and select show keyboard key keys.

    5. open the key board and check if its working not in tablet mode.

    Kind regards.

  • Virtual keyboard

    HELLO, since two updates ago on my iPad virtual keyboard appears like a thumb moved over the lower part, and I was not able to fix it. She creates problems to be able to see what you write in Facebook, emails, etc.

    Anyone experienced the same problem or knows how to solve this problem?

    Thank you very much.

    Hold down the key on the keyboard icon in the lower right corner, and then drag your finger to select Dock.

    Settings > general > keyboard > keyboard Split > Off disables this feature.

  • HP Pavilion 17 Laptop: How I PERMANENTLY set the clickpad to disable when you use a mouse?

    I know how to go into the settings and change so that the clickpad is disabled when the mouse is in use.  I leave the mouse plugged all the time because I don't like the clickpad.  However, I have to disable the clickpad whenever I restart the computer.  As if by magic, the parameter disappears whenever the computer is turned off.  I want him to stay permanently.  How to make that happen.

    It is important here to ensure that you do not change ANYTHING else (don't hit the DELETE key on anything)

    OK, right click on start, then run
    type: Regedit

    hit return on your keyboard

    Yes, there are a LOT of things here, but it is organized.

    you have the menu at the top, you want to hit edit and then find

    type: DeleteUserSettingsOnUpgrade

    If you look at the bottom of the regedit window, you will see the location, and MUST say: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTP\Install

    If Yes, then on the right side (in regedit window), you do a right click on the DeleteUserSettingsOnUpgrade, and click on edit.    Change a 1 to 0.

    The logic here is the 1 means 'yes', a 0 would mean no..   We do NOT want the user settings to remove on the upgrade, so that we modify the value.

    Once you make the change and press 0, you can go out, and that will solve the problem.    Note that you must always indicate the pilots to turn off the touchpad when an external pointing device is connected if you don't have already done.

    The advantage of doing this, rather than turn off the touchpad, is that you can unplug your mouse to travel, and you don't have to make time before changes.

  • After the upgrade to win10 does not show the virtual keyboard in the taskbar

    After the Win10 the virtual keyboard does not show in the taskbar when you use programs that require to connect and it does not appear iwhen attempt to use Word (version Office365). These programs are therefore unusable, unless it is a workaround.  Does anyone know how to solve this or a work around for it?

    Hello m875,.

    What 'Tablet' do you use?

    I improved my tablet of 8 flow and had no problems.

    If you go to settings > devices > typing, you can enable and disable certain functions of touchpad.

    The last two options on the bottom are disabled by default. Can you turn those on to see if this gives you what you need?

    (Automatically display the touch keyboard in glass mode apps...)

    Once, when I type a mailbox type, the keyboard will appear.

    Does that help? Let me know.

  • W3 Virtual keyboards

    Hello, I think I've seen a keyboard with keys F when I first got my W3. Now I don't see one. I like F2 and F11.

    Does anyone know how to get the F keys on a virtual keyboard?

    Here's a quick tutorial from WindowsEight Forums on allowing different keyboard options in 8.1:

    Add the standard layout in the touch keyboard in Windows 8.1 and RT 8.1
    1. open the PC settings and click/click on PC and devices on the left side.

    2. click on/tap on striking on the left side and do step 3 or 4 below for what you want to do. (see screenshot below)

    3. to add a keyboard Standard as a tactile keyboard Option

    (A) on the right side under the touch keyboard, move the slider to the right to activate add standard keyboard as a tactile keyboard option and go to step 5 below.

    4. to remove the keyboard Standard as a tactile keyboard Option

    (A) on the right side under the touch keyboard, move the slider to the left to turn off add standard keyboard as a tactile keyboard option and go to step 5 below.

    5. Once completed, you can close the PC settings if you like.

Maybe you are looking for