PhaserEditor2D / PhaserEditor

A friendly IDE to develop HTML5 games based on the Phaser framework.
https://phasereditor2d.com
Eclipse Public License 1.0
327 stars 45 forks source link

Command Palette closes when using arrow keys #160

Closed michaelgundlach closed 2 years ago

michaelgundlach commented 2 years ago

Version

Description

In Scene Editor, select an Image. Press Ctrl-K to open Command Palette. Type "origin" Press down arrow key two times.

Expected: highlight the 3rd item in the palette search results (Set Origin To Bottom/Center) Actual: 2nd down arrow key closes the Command Palette and increments the .y value of the selected Image.

Possible solution

Use the mouse (or the numpad if I had one on my laptop ;)

michaelgundlach commented 2 years ago

Sorry, wrong repo - will file in PhaserEditor2D v3 repo. FWIW, I found this by Googling for "PhaserEditor2d bug report" and found Issue #6 in the search results, and saw nothing saying this was the wrong place to file. Perhaps change the bug filing template to point people to the right repo?