Steps to Reproduce
create formulas with downwards references:
in B1 set formula "=B3"
in B3 set forumla "=B5"
save the file
import it again and edit B5
Current Result
the cells B1 and B3 referring to B5 directly and indirectly don't recompute the formula result
Expected Result
formulas update when changing referenced cells
Debug Information
once the intermediate formula is updated the formulas react again to value changes
the same works in the opposite direction
B5 has =B3
B3 has =B1
B1 is updated
Attached an example demonstrating this simple case in a few variations
(arrow indicate the expected data flow - red cases don't work)
Workaround
This issue only happens in Keikai OSE -> In Keikai EE this works as expected.