Skip to content

Commit

Permalink
Bug 372264 - Remove "section editable" prefix when using editor with …
Browse files Browse the repository at this point in the history
…NVDA in Firefox
  • Loading branch information
Max Li committed Feb 22, 2012
1 parent bc28ce8 commit 2613d77
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3387,6 +3387,7 @@ define("orion/textview/textView", ['orion/textview/textModel', 'orion/textview/k
this._applyStyle(e.style, lineDiv, div);
if (div) { div._trim = null; }
lineDiv.viewStyle = e.style;
lineDiv.setAttribute("role", "presentation");
}
lineDiv.lineIndex = lineIndex;
var ranges = [];
Expand Down

0 comments on commit 2613d77

Please sign in to comment.