Skip to content

prashn64/focus-repro-wormhole

Repository files navigation

Focus-repro

BUG 1: focus loss on wormhole activation in iOS chrome

Steps:

  1. Open Chrome on iOS
  2. Open http://prashn64.github.io/focus-repro-wormhole/ or your local server
  3. Click on the input
  4. Type a character

Expected: Focus retains on input

Actual: Focus is lost

BUG 2: focus loss on wormhole deactivation in iOS chrome

Steps

  1. Open Chrome on iOS.
  2. Open http://prashn64.github.io/focus-repro-wormhole/ or your local server
  3. Click on the input
  4. Type a character
  5. Refocus and type a few more characters
  6. Delete your query all the way

Expected: Focus retains on input

Actual: Focus is lost

Bug 3: Keystrokes dropping

Steps

  1. Open browser on any mobile device (preferably one with older hardware)
  2. Open http://prashn64.github.io/focus-repro-wormhole/ or your local server
  3. type 3 characters very fast.

Expected: All keys are in the input

Actual: The 2nd or 3rd keys are dropped occassionaly

This problem is exacerbated on more complex apps.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

Test the ember-wormhole on iOS chrome.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published