Skip to content

Using next/back and mouse click loses keyboard #82

@mossybreen

Description

@mossybreen

I have managed to pinpoint an issue with a keyboard I am using at the moment. I am unsure if the issue is a bug or my implementation of some custom keyactions on the keyboard. There are 2 custom keyactions, for next and previous navigation. The keyactions are slightly customised from the standard navigation as they should only navigate between visible textboxes (some textboxes may be hidden at times).

http://jsfiddle.net/QrktL/12/

To replicate issue:

  1. Click first field, enter some text with keyboard
  2. Click "Next F(ield)", enter some text into the second field.
  3. Click "Next F(field)", enter some text into the third field.
  4. Click the first field textbox with mouse, enter some text.
  5. Click "Next F(field)" twice which should navigate the cursor to the Third textbox.

The keyboard for the third field remains invisible and will not appear. It seems that once the mouse is used to focus on a textbox, the textbox which was last being used becomes invalid and can no longer be opened.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions