Skip to content

Commit

Permalink
#9543: Setting "application" role on floating panels.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredck committed Dec 20, 2012
1 parent d8db6b0 commit 950a3db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/floatpanel/plugin.js
Expand Up @@ -64,6 +64,10 @@ CKEDITOR.plugins.add( 'floatpanel', {
// Disable native browser menu. (#4825)
element.disableContextMenu();

// Floating panels are placed outside the main editor UI, so we must
// make them application regions as well. (#9543)
element.setAttribute( 'role', 'application' );

this.element = element;

this._ = {
Expand Down

0 comments on commit 950a3db

Please sign in to comment.