ihalaij1
ihalaij1
Reopened since the page still doesn't load quickly enough.
There has been feedback that this is still a problem.
I looked into this, but was unable to reproduce the problem in my local development environment. I also looked at the cache code, but couldn't spot any obvious issues there....
Perhaps related, the unit tests in master branch just failed due to: ``` FAIL [0.003s]: test_nested_transaction (lib.cache.tests.TransactionTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.8/unittest/mock.py", line 1325, in patched return...
There exists an [aria-modal](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-modal) attribute that might be useful. It removes the need for `aria-hidden` from the modal background.
This PR was replaced by a newer one: #1442
I created a new issue in the apluslms.github.io repository for the other docs: https://github.com/apluslms/apluslms.github.io/issues/13
Is this still needed after PR https://github.com/apluslms/a-plus/pull/1407 gets merged? @LassiHaaranen @annirytkonen @oseppala
PR #1449 improves the performance of the page, but pagination should still be added to make the page usability better.
This may have been fixed. The Y1 exam exercises had been pre-generated improperly previously. Now that the exercise generation is properly configured in the Y1 exam's Git repository, we will...