Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBabylon color picker demo requires two clicks to choose a colour #24530
Labels
Comments
|
The issue was coming from a workaround I put in place to avoid #24363 - this is now fixed in the demo. |
bors-servo
added a commit
that referenced
this issue
Oct 31, 2019
UWP: More mouse events Support more UWP Desktop events (mouse wheel, mouse move, etc). This introduces a new issue, where the basic bbjs demo requires double click to select a color (unrelated to #24530 I believe). Filed #24596. Next step is to properly fire touch events in HoloLens and only mouse events on Desktop (see #24587).
bors-servo
added a commit
that referenced
this issue
Nov 1, 2019
UWP: More mouse events Support more UWP Desktop events (mouse wheel, mouse move, etc). This introduces a new issue, where the basic bbjs demo requires double click to select a color (unrelated to #24530 I believe). Filed #24596. Next step is to properly fire touch events in HoloLens and only mouse events on Desktop (see #24587).
bors-servo
added a commit
that referenced
this issue
Nov 1, 2019
UWP: More mouse events Support more UWP Desktop events (mouse wheel, mouse move, etc). This introduces a new issue, where the basic bbjs demo requires double click to select a color (unrelated to #24530 I believe). Filed #24596. Next step is to properly fire touch events in HoloLens and only mouse events on Desktop (see #24587).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In http://paulrouget.com/test/bbjs/basic/ when I run it in Firefox I can choose a colour with one click. In Servo it requires two clicks each time.