Skip to content

Commit

Permalink
Revert "#9543: Setting "application" role on floating panels."
Browse files Browse the repository at this point in the history
This reverts commit 950a3db.
  • Loading branch information
fredck committed May 29, 2013
1 parent ff0947a commit 06e8a9e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/floatpanel/plugin.js
Expand Up @@ -64,10 +64,6 @@ 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 06e8a9e

Please sign in to comment.