Andrew Nicols
4246e5c7cc
MDL-43234 JavaScript: Clone dialogue configuration before initialising
...
Since we modify the config object when instantiating a new Dialogue, we
need to clone the configuration to prevent those changes from being
reflected back in the caller.
2013-12-07 09:04:45 +08:00
Andrew Nicols
11dd4dadb4
MDL-42796 ActionMenu: Add additional keyboard event handling
...
Add additional handling for up/down/escape key presses and consolidate them
with the existing tab/shift+tab handling.
2013-12-06 16:20:10 +08:00
Andrew Nicols
a4e1fefa39
MDL-42796 ActionMenu: Move event handlers to showMenu
2013-12-06 16:19:52 +08:00
Andrew Nicols
2db015372a
MDL-43152 JavaScript: Fix linting issues with moodle-core-blocks
2013-12-06 09:19:39 +08:00
Dan Poltawski
fed9deadcd
MDL-42597 yui: remove stale built files
2013-12-04 09:08:54 +08:00
Dan Poltawski
d22147667d
Merge branch 'wip-mdl-42597' of https://github.com/rajeshtaneja/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-12-04 08:53:25 +08:00
Rajesh Taneja
f487a8f825
MDL-42597 Administration: Modified maintenance mode countdown to display nicely
...
Added Style and JS to display maintenance mode timer similar
to what is done on moodle demo site for rest.
2013-12-04 08:31:56 +08:00
Jerome Mouneyrac
ad417fdfe7
MDL-42876 Screen reader does not trigger the keyboard move
2013-11-21 17:42:18 +08:00
Andrew Nicols
734b5b500e
MDL-42810 ActionMenu: Hide the ActionMenu when clicking on primary links
2013-11-12 11:18:33 +08:00
Marina Glancy
57c9bdb250
Merge branch 'MDL-42809-master' of git://github.com/andrewnicols/moodle
2013-11-12 13:34:01 +11:00
Damyon Wiese
fae2e1ffcc
Merge branch '42806-26' of git://github.com/samhemelryk/moodle
2013-11-12 10:02:09 +08:00
Sam Hemelryk
9b22eeff5d
MDL-42806 dock: check title exists before using it
2013-11-11 16:51:06 +08:00
Sam Hemelryk
4b6d9ea248
MDL-42805 dock: fixed {} appearing in undock icon title
2013-11-11 16:26:12 +08:00
Andrew Nicols
04653aa010
MDL-42809 ActionMenu: Increase specifity of hide on select selector
2013-11-11 15:33:30 +08:00
Dan Poltawski
0967c74a3d
Merge branch 'MDL-42737-master' of git://github.com/andrewnicols/moodle
2013-11-07 17:21:54 +08:00
Damyon Wiese
3583b22717
MDL-42742 Dragdrop: Center the keyboard drag drop dialogue
2013-11-06 17:22:31 +08:00
Andrew Nicols
11f8ef10c0
MDL-42737 ActionMenu: Close the menu after selecting actions
2013-11-06 17:16:49 +08:00
Andrew Nicols
79864ef25f
MDL-40975 ActionMenu: Ensure we maintain consistent tab order
...
When the actionmenu is open, we should focus on it's first element, and
then naturally tab through it. Tabbing from the end should take us to the
first element after the menu button. This may not be the same as the first
element after the menu itself because of the nature of primary and
secondary action links. We also need to shift-tab back in the same manner.
2013-11-06 11:40:59 +08:00
Andrew Nicols
ce30e14c65
MDL-40975 Course: Add aria label for dragdrop
2013-11-06 11:40:52 +08:00
Andrew Nicols
a4400cefdb
MDL-40975 JavaScript: Make drag/drop respond to a single click as well as a drag
2013-11-06 11:40:51 +08:00
Sam Hemelryk
ed7e6593db
MDL-42452 actionmenu: improved constraint code
2013-11-04 10:25:25 +08:00
Andrew Nicols
d248b44c33
MDL-42452 ActionMenu: Change constrains mechanism to show the entire menu
2013-11-04 09:38:00 +08:00
Dan Poltawski
576abe8f39
Merge branch 'MDL-42407-master' of git://github.com/phalacee/moodle
2013-10-29 15:08:13 +08:00
Jason Fowler
1389bcd7e6
MDL-42407 Filepicker: generate a smarter zIndex for the filepicker
2013-10-29 14:55:46 +08:00
Dan Poltawski
76aa53f2d8
Merge branch 'MDL-42507-master' of git://github.com/andrewnicols/moodle
2013-10-29 14:48:27 +08:00
Damyon Wiese
5fb9161b5e
Merge branch 'MDL-40470-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
lib/yui/build/moodle-core-formautosubmit/moodle-core-formautosubmit-min.js
2013-10-29 13:57:51 +08:00
Andrew Nicols
dd8e6cd932
MDL-40470 JavaScript: Correct issue when checking select change in Firefox
2013-10-29 10:43:47 +08:00
Andrew Nicols
a65a8f2535
MDL-41504 ActionMenu: Fix block icon sizes
2013-10-28 11:06:51 +08:00
Andrew Nicols
0f965ca901
MDL-42507 JavaScript: Fix alignment of tooltips
2013-10-24 09:58:04 +08:00
Marina Glancy
ab864f2c36
Merge branch 'MDL-42426-master' of git://github.com/damyon/moodle
2013-10-23 13:59:50 +11:00
Dan Poltawski
6f4747d7b4
Merge branch 'MDL-42340-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
lib/yui/build/moodle-core-notification-dialogue/moodle-core-notification-dialogue-min.js
theme/bootstrapbase/style/moodle.css
2013-10-22 12:16:50 +02:00
Dan Poltawski
d4256630e7
Merge branch '40976-26' of git://github.com/samhemelryk/moodle
2013-10-22 12:14:41 +02:00
Dan Poltawski
9c5ab08e5a
Merge branch 'MDL-34209-master' of git://github.com/andrewnicols/moodle
2013-10-21 13:58:14 +08:00
Damyon Wiese
5aa06c9c1f
MDL-42426 Javascript: Remove debugger statement
2013-10-18 12:41:53 +08:00
Sam Hemelryk
f5593410af
MDL-40976 actionmenu: toggle button second click now hides
2013-10-17 09:14:29 +13:00
Andrew Nicols
ee0a9ce92a
MDL-42340 JavaScript: Stop dialogues forcing overflow - use CSS instead
2013-10-15 11:11:07 +08:00
Sam Hemelryk
4e9c0d4c72
MDL-41959 dock: fixed action duplication
2013-10-11 10:07:29 +13:00
Andrew Nicols
9f3f4a3c3f
MDL-34209 JavaScript: Tidy up dragdrop code.
2013-10-10 14:42:06 +08:00
Andrew Nicols
b57bc5855c
MDL-34209 JavaScript: Simplify section drag/drop to fix reordering issues
2013-10-10 14:42:06 +08:00
Dan Poltawski
117111b78b
Merge branch 'MDL-39776-master' of git://github.com/phalacee/moodle
2013-10-09 16:54:02 +08:00
Dan Poltawski
bbe834a152
Merge branch 'MDL-41986-master' of git://github.com/andrewnicols/moodle
2013-10-09 16:28:53 +08:00
Jason Fowler
614119163f
MDL-39776 Javascript - enable formautosubmit from a select box on android
2013-10-09 11:36:13 +08:00
rwijaya
586d393fd3
MDL-35926 notification dialog: trap tab focus within dialog modal.
2013-10-07 12:40:16 +08:00
Andrew Nicols
8295548038
MDL-41986 JavaScript/Dock: Correct log level in Y.log statements
2013-09-26 00:20:22 +01:00
Sam Hemelryk
1f6181e5aa
Merge branch 'MDL-38286-m' of git://github.com/andrewnicols/moodle
2013-09-25 09:31:43 +12:00
Damyon Wiese
ce5867a178
MDL-41188 javascript: Prevent scrolling to top
...
This fix is for dialogues that are not created until some time after the page
has loaded.
2013-09-18 20:21:34 +08:00
Andrew Robert Nicols
97f4bad867
MDL-38286 JavaScript: Include a YUIDoc configuration for Moodle
...
To build documentation run:
yuidoc
2013-09-16 23:56:33 +01:00
Damyon Wiese
2a808cef8f
MDL-41188 javascript: Change full screen dialogue to position: fixed
...
This fixes all sorts of bother with the fullscreen dialogues. It also means that
you don't lose your scroll position in the document when the full screen popup
opens/closes.
It prevents several bugs on mobile where the dialogue could get scrolled off
the page (and handles orientation changes better).
Contains one other tiny tweak to make the close button on the dialogue
a bit bigger so it's easier to click (only for fullscreen).
2013-09-12 14:18:12 +08:00
Dan Poltawski
ee0be46957
Merge branch '41214-26' of git://github.com/samhemelryk/moodle
...
Conflicts:
lib/yui/build/moodle-core-notification-dialogue/moodle-core-notification-dialogue-min.js
2013-09-02 17:32:08 +08:00
Dan Poltawski
6b25e62f48
Merge branch 'MDL-35925-master' of git://github.com/phalacee/moodle
...
Conflicts:
lib/yui/build/moodle-core-notification-dialogue/moodle-core-notification-dialogue-min.js
2013-09-02 15:23:05 +08:00