With the configuration of traceability_collapse_links = True, our traceability.js hides all attributes and relationships when the HTML document is ready. This can cause the viewport to jump, losing focus of the selected traceable item.
This PR should fix this issue. I tested it with Firefox and Chrome.
With the configuration of
traceability_collapse_links = True
, ourtraceability.js
hides all attributes and relationships when the HTML document is ready. This can cause the viewport to jump, losing focus of the selected traceable item.This PR should fix this issue. I tested it with Firefox and Chrome.
Closes #363