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

mouse cursor lost #142

Closed mehmetAliAytekin closed 4 years ago

mehmetAliAytekin commented 4 years ago

hi, i am using trial edition of ide. when i save file with ctr+s, mouse cursor gets lost. i have to click file again. thanks.

Version

Description

Possible solution

PhaserEditor2D commented 4 years ago

Hi @mehmetAliAytekin

Thanks for contact us. Please, what file are you editing? Does it happen in the Scene editor or the JavaScript editor? What version of Phaser Editor are you using? And the OS?

mehmetAliAytekin commented 4 years ago

firstly sorry for my missing info. i'm using windows 10 and it is Phaser Editor 2D - 2.1.5.20191125 i code js (javascript editor).

before coding, cursor is seen. image

after coding and ctr+s, it is lost. image

PhaserEditor2D commented 4 years ago

Yes, I can reproduce it. That editor is provided by a third-party plugin: https://github.com/eclipse/wildwebdeveloper

I will update to the latest version of that plugin and check if the bug continues. I should release a new version of the editor this week, to support Phaser 3.22.

PhaserEditor2D commented 4 years ago

Fixed.

It is not related to the JS editor. It is related to the browser we use to create the scene screenshots. Yes, it is a bit crazy, but the "offline, hidden" browser gets the focus.

The fix will be included in the next release, which should be ready in one or two days.