Andrew Nicols
67284dfc05
Merge branch 'MDL-72282-310' of https://github.com/dcai/moodle into MOODLE_310_STABLE
2021-08-19 11:15:28 +08:00
Eloy Lafuente (stronk7)
ddcd34612f
Merge branch 'MDL-72206-310' of git://github.com/junpataleta/moodle into MOODLE_310_STABLE
2021-08-18 19:32:47 +02:00
Dongsheng Cai
1b35161c37
MDL-72282 accessibility: update tree attributes to pass a11y check
...
- Move aria-* atrributes from <p> to <li>
- Move "role" attribute from <p> to <li>
- Update behat tests
Based on reference implementation from:
- https://www.w3.org/TR/wai-aria-practices-1.1/examples/treeview/treeview-2/treeview-2a.html
- https://www.w3.org/WAI/GL/wiki/Using_ARIA_trees
2021-08-17 16:28:00 +10:00
Dongsheng Cai
55eddd9989
MDL-72282 accessibility: update color to increase contrast
2021-08-17 16:27:06 +10:00
Víctor Déniz
27603ce747
Merge branch 'MDL-71152-310' of git://github.com/roland04/moodle into MOODLE_310_STABLE
2021-08-04 20:38:10 +01:00
Ilya Tregubov
cdc89ce2f9
Merge branch 'MDL-71672-310-2' of git://github.com/rezaies/moodle into MOODLE_310_STABLE
2021-07-28 11:17:30 +02:00
Andrew Nicols
82e63108fa
MDL-72179 behat: Make use of page resolvers
2021-07-24 18:56:38 +08:00
Jun Pataleta
44d24acd6d
MDL-72206 theme_boost: Have env check classes extend alert classes
...
To achieve good colour contrast and consistency with other parts of
Moodle, the environment check classes need to extend the alert-*
classes.
2021-07-23 15:08:11 +08:00
Shamim Rezaie
faa1b7e640
MDL-71672 javascript: Fix the markup in the header of YUI dialogs
...
Move the close button out of the element that is set as the
aria-labelledby for the dialog.
Also used h5 for the dialog titles so they are consistent with
AMD modals.
2021-07-19 16:42:05 +10:00
Mikel Martín
b4c09b497c
MDL-71152 theme_boost: Use 'scroll-margin-top' for anchor links
...
Current anchor link offset fix is not working with 'display:flex' elements
2021-07-16 11:56:17 +02:00
Bas Brands
b2e353c169
MDL-71366 core_question: prevent question options overflow
2021-07-01 11:56:59 +08:00
Eloy Lafuente (stronk7)
1eee862487
Merge branch 'MDL-71947-310' of https://github.com/bmbrands/moodle into MOODLE_310_STABLE
2021-06-29 18:30:44 +02:00
Bas Brands
c5381e8756
MDL-71947 theme_boost: fix styles for vertical forms
2021-06-24 12:32:12 +02:00
Andrew Nicols
9df1e30267
MDL-71113 javascript: Improve basic JS Documentation
2021-06-18 09:38:05 +08:00
Andrew Nicols
e5454f31ab
MDL-71113 js: Fix all jsdoc warnings
2021-06-18 09:38:05 +08:00
Shamim Rezaie
8864520742
MDL-71668 editor_atto: Accissibility focus styling for Atto buttons
...
Make all Atto buttons consistent in the way they show the focus outline
2021-06-02 17:11:59 +10:00
Sara Arjona
8f1eda6b69
Merge branch 'MDL-69703-310' of git://github.com/paulholden/moodle into MOODLE_310_STABLE
2021-05-27 12:25:07 +02:00
Paul Holden
6479736323
MDL-69703 theme_boost: ensure multi-select options take all space.
2021-05-27 10:45:55 +01:00
Andrew Nicols
f62ba9c05e
Merge branch 'MDL-69703-310' of git://github.com/paulholden/moodle into MOODLE_310_STABLE
2021-05-27 12:06:36 +08:00
Paul Holden
09abf0ed7d
MDL-69703 theme_boost: remove right padding for multi-selects.
...
This removes the whitespace obscuring longer option elements when
selected, particularly on narrow screens.
2021-05-24 15:56:40 +01:00
Peter Dias
dd4d3bdb98
MDL-67771 theme: Add side-post to incourse views
2021-05-20 15:15:22 +08:00
Thong Bui
dcd5dfd22c
MDL-71060 Questions: Duplicates 'Current category' text.
2021-05-10 00:24:28 +07:00
Paul Holden
359cc7e787
MDL-71003 user: fix alignment of autocomplete participant filters.
2021-04-04 23:21:25 +01:00
Andrew Nicols
107244cf20
Merge branch 'MDL-69036-310' of git://github.com/paulholden/moodle into MOODLE_310_STABLE
2021-03-23 09:54:42 +08:00
Eloy Lafuente (stronk7)
acd3b26df0
Merge branch 'MDL-70789-310' of git://github.com/paulholden/moodle into MOODLE_310_STABLE
2021-03-10 23:52:54 +01:00
Paul Holden
2730c1a987
MDL-69036 theme_boost: consistent table row hovering for links.
...
When hovering over table rows with the `dimmed_text` class we
should consistently set the text/link colour.
Co-Authored-By: Mikel Martín <mikel@moodle.com >
2021-03-09 16:22:42 +00:00
Jun Pataleta
15f6a8977a
Merge branch 'MDL-69883-310' of https://github.com/paulholden/moodle into MOODLE_310_STABLE
2021-03-03 14:34:44 +08:00
Paul Holden
46a52c6ad2
MDL-69883 message: fix lazy loading of conversations.
...
Set max-height on each container section rather than the container
itself, so that each can respond to the scrollBottom event within
the lazy loading module (which handles the overflow itself).
2021-02-24 22:01:37 +00:00
Sara Arjona
07685e8116
MDL-67974 core_badges: Recovered expired stamp
...
Expired stamp icon displayed over the badge images has been added
again to CSS (it was lost at any point).
2021-02-23 15:32:57 +01:00
Paul Holden
fd80c7a6b7
MDL-70789 theme_boost: fix double click on drawer hiding content.
...
If the drawer toggle button was clicked in quick succession to close
and then re-open, then the delayed Aria.hide method would be called
which hid the drawer content when it finished opening.
2021-02-11 21:45:51 +00:00
Shamim Rezaie
950e44c82f
MDL-70173 theme_boost: Fix empty link issue on the "Go to top" button
...
On behat, we have to use a more specific test step if we are looking
for a "Go" button on a modal. The reason is that the html of the modal
content is put after the html of the "Go to top" button, so behat
may find the "Go to top" button if we just look for "Go".
2021-02-09 16:32:45 +11:00
Shamim Rezaie
71b49a5b87
MDL-70173 theme_boost: Increase the size of notification counter
...
WAVE considers any text with the size of 10px or below really small.
Increasing the font size of the navbar counter by 1px should not make a
big negative impact on the design, but improves accessibility.
2021-02-09 16:32:45 +11:00
Andrew Nicols
101667dc59
Merge branch 'MDL-56772-310' of git://github.com/peterRd/moodle into MOODLE_310_STABLE
2021-02-03 10:57:51 +08:00
Andrew Nicols
c25da3ed87
Merge branch 'MDL-66932_M310' of https://github.com/nadavkav/moodle into MOODLE_310_STABLE
2021-02-03 10:23:58 +08:00
Víctor Déniz
ed48cfd287
Merge branch 'MDL-59782-310' of git://github.com/bmbrands/moodle into MOODLE_310_STABLE
2021-02-02 09:35:40 +00:00
Jun Pataleta
1feb3e130d
MDL-70288 theme_boost: Manage aria-describedby on form validation
...
* The aria-describedby attribute can be a list of element IDs that
describe the element. On form validation, the ID of the error message
container is added to this attribute which may already be containing
another ID. So we need to properly add/remove the error message ID
so that we don't delete any existing ID(s) in the aria-describedby
attribute during form validation.
2021-02-02 14:21:57 +08:00
Bas Brands
b36bc055d4
MDL-59782 core_question: improve questionbank highlighting
2021-01-28 11:08:05 +01:00
Peter Dias
120c2ee7a6
MDL-56772 core: Update the picker styles for rtl langs
2021-01-25 11:36:45 +08:00
Andrew Nicols
d44fdcf54c
MDL-66979 behat: Pad messaging drawer
...
This works around an issue highlighted by MDL-70411 whereby some of the
messaging links are covered by the scrollbar in Firefox on MacOS.
2021-01-22 14:52:14 +08:00
Nadav Kavalerchik
dc8a751815
MDL-66932 theme/boost: Use LTR directionality to display user % grades
2021-01-20 09:31:12 +02:00
Eloy Lafuente (stronk7)
1251f26d67
Merge branch 'MDL-70436-310' of git://github.com/bmbrands/moodle into MOODLE_310_STABLE
2020-12-22 18:29:55 +01:00
Eloy Lafuente (stronk7)
77a6c383bf
Merge branch 'MDL-70386-310' of git://github.com/bmbrands/moodle into MOODLE_310_STABLE
2020-12-22 18:22:00 +01:00
Shamim Rezaie
f1ec340cca
MDL-69301 theme_boost: Remove the special handling of Escape key
2020-12-10 14:59:55 +08:00
Bas Brands
df8a5aeab5
MDL-70386 theme_boost: quizes correctness badges
2020-12-09 18:07:29 +01:00
Bas Brands
17cc12c381
MDL-70436 theme_boost: closebutton styles in moodle-dialog-fullscreen
2020-12-09 14:59:44 +01:00
Shamim Rezaie
433556de1f
MDL-69301 theme_boost: Use event.key in aria.js
...
Both event.which and event.keyCode are deprecated. So
We switched to using event.key. We can only do so now
because IE is no longer supported.
2020-12-03 04:22:09 +11:00
Shamim Rezaie
65a9b26791
MDL-69301 core: Enhanced WAI-ARIA support for tab elements
2020-12-03 04:22:09 +11:00
Shamim Rezaie
2cc04e2b29
MDL-69301 theme_boost: convert aria.js to es6 module
2020-12-03 04:22:09 +11:00
sangnguyen2601
0ab0a293a8
MDL-70094 Question: Technical info section expands if click help icon
2020-11-18 17:32:40 +07:00
Adrian Greeve
dd74c34e36
Merge branch 'MDL-69453-310' of git://github.com/bmbrands/moodle into MOODLE_310_STABLE
2020-11-12 11:56:29 +08:00