-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Screen updating falls short after inserting a new atom. #476
Comments
Maybe this issues is related to issue #440. |
I have noticed that this occurs frequently. Another example: If i login using SIAM, roles will be allocated automatically to my session. For this reason, I get a different menu-bar content. However, I need to press F5 after logging in to see that. |
Refreshment issues keep popping up. Currently, the implementation has some optimizations that cause only parts of the screen to be updated. We may want to think about what we want and compare that with the (implementation-dependent) possibilities, which @Michiel-s could explain... |
I have tested this issue on Ampersand-v3.7.1 [Archimate_extension bb66970], after a preliminary fix of @Michiel-s of the F5-bug. This particular instance of the F5-bug has not disappeared yet, so this issue remains open. |
Symptoms
Suppose I have an interface that shows all atoms of concept
G
. If I insert a newG
by creating a new pair in a relation, I would expect the screen to display that new atom too. However, I need to do a refresh (F5) to get it done.Here is the example:
Here is the experiment:
Gs
.(1,3)
intor
by typing 3 into ther
-field of atom 1.+
) and observe that it works.Problem
After inserting atom
3
and observing the system responds in green-yes-it-works-cheerio, I would expect that the screen would also show a box containing3
. The current result will be confusing for novices, who do not (yet) have the reflex to press F5 in such situations.Reproduce the experiment:
I have compiled with
Ampersand-v3.5.2 [Archimate_extension:9d3e117*], build time: 29-Jun-16 14:21:52
The text was updated successfully, but these errors were encountered: