Number formatting: fix key events handling#294
Number formatting: fix key events handling#294justinlaughlin merged 2 commits intonumber-formattingfrom
Conversation
SDL event loop. Added some comments to clarify behavior.
|
Does this fix the issue with |
For me, it does. Let's see if @tzanio can confirm it too. |
|
Maybe mention in |
|
I can reproduce the failure #294 (comment) with: |
|
The above test works for me with the following patch diff --git a/streams/mesh-explorer.saved b/streams/mesh-explorer.saved
index ff48b09..51d8ef8 100644
--- a/streams/mesh-explorer.saved
+++ b/streams/mesh-explorer.saved
@@ -1,4 +1,4 @@
-fem3d_gf_data_keys
+solution
MFEM mesh v1.0
#
@@ -33141,4 +33141,5 @@ Ordering: 0
445
446
447
+keys
eppttti*************997777777777777777777777777777777777777777777777777777777777777777766666666666~3~3AoooEeI am not sure why this was
|
This also works for me on linux. I get the same image with/without this branch. But the image is different from the saved file so it would fail the test. |
The "input type" |
|
Actually, I tried running the keys manually and I think the image Tzanio has is what the baseline image should be. e.g. the baseline image has no rotation but all the e.g. if you apply Tzanio's patch + remove all the rotations ( diff --git a/streams/mesh-explorer.saved b/streams/mesh-explorer.saved
index ff48b09..7188ef0 100644
--- a/streams/mesh-explorer.saved
+++ b/streams/mesh-explorer.saved
@@ -1,4 +1,4 @@
-fem3d_gf_data_keys
+solution
MFEM mesh v1.0
#
@@ -33141,4 +33141,5 @@ Ordering: 0
445
446
447
-eppttti*************997777777777777777777777777777777777777777777777777777777777777777766666666666~3~3AoooEe
+keys
+eppttti*************~3~3AoooEe |
|
I think the issue may be in how |
|
@justinlaughlin, I think you are right, the digit keys are ignored in the baseline for |
|
modified on unmodified?
You mean unmodified here, correct? |
|
I vote to merge this and update the baseline. We will likely need to change it due to #285 anyway |
Yes, with the unmodified |
|
Was the baseline (the hash for the submodule) modified in #288? |




Proposed update for #288.