Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
ac3831b4
Commit
ac3831b4
authored
Nov 06, 2013
by
Damyon Wiese
Browse files
Merge branch 'MDL-41232-master' of
git://github.com/mouneyrac/moodle
parents
7fd16ca1
07d1a2f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
repository/filepicker.js
View file @
ac3831b4
...
...
@@ -792,12 +792,6 @@ M.core_filepicker.init = function(Y, options) {
this
.
view_as_icons
(
appenditems
);
}
this
.
fpnode
.
one
(
'
.fp-content
'
).
setAttribute
(
'
tabindex
'
,
'
0
'
);
// Temporary fix for IE8 until MDL-41229 is integrated.
// The role dialog is needed for screen reader to read
// the filepicker's content (MDL-41232).
this
.
fpnode
.
one
(
'
.fp-content
'
).
setAttribute
(
'
role
'
,
'
dialog
'
);
this
.
fpnode
.
one
(
'
.fp-content
'
).
setAttribute
(
'
aria-live
'
,
'
assertive
'
);
// End of temporary fix.
this
.
fpnode
.
one
(
'
.fp-content
'
).
focus
();
// display/hide the link for requesting next page
if
(
!
appenditems
&&
this
.
active_repo
.
hasmorepages
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment