act-rules / act-rules-web

Source for ACT Rules website
https://act-rules.github.io/
Other
3 stars 5 forks source link

Wrong urls in implementation reports #18

Closed audreymaniez closed 4 years ago

audreymaniez commented 5 years ago

For example : https://act-rules.github.io/implementation/rgaa-3.0?incomplete=true

The "Form field label is descriptive" link is a link to the "HTML page title is descriptive" rule, and the test case beside shows a link text that mentionned the rule id ("Form field label is descriptive" has the id cc0f0a) but the url leads to a test case for the "HTML page title is descriptive".

image

That is not true for every rule, I don't understand why ... For example, for the "no keyboard trap" I don't have any problem. And that seems to be only true for incomplete report. Complete reports seems ok.

jeeyyy commented 5 years ago

I am aware of this issue @audreymaniez. It is a bug with aggressive caching of gatsbyjs. I can think of a work around to generate this page, instead of using query parameters. I will prioritise that work.

jeeyyy commented 4 years ago

Fixed as a consequence of changes in PR #57