Skip to content

Commit

Permalink
Merge branch 't3364' into next
Browse files Browse the repository at this point in the history
Incubates #3364.
  • Loading branch information
jcsteh committed Jul 15, 2013
2 parents 86cd685 + 4f33b24 commit 28e4624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion source/NVDAObjects/IAccessible/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def findOverlayClasses(self,clsList):
from .msOffice import BrokenMsoCommandBar
if BrokenMsoCommandBar.appliesTo(self):
clsList.append(BrokenMsoCommandBar)
elif windowClassName.startswith("Internet Explorer_"):
if windowClassName.startswith("Internet Explorer_"):
from . import MSHTML
MSHTML.findExtraIAccessibleOverlayClasses(self, clsList)
elif windowClassName == "AVL_AVView":
Expand Down
1 change: 1 addition & 0 deletions user_docs/en/changes.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
- NVDA's table navigation commands (control+alt+arrows) function better in certain Microsoft Word tables where a cell spans multiple rows.
- If the Add-ons Manager is already open, activating it again (either from the Tools menu or by opening an add-on file) no longer fails or makes it impossible to close the Add-ons Manager. (#3351)
- In Scintilla controls, lines are now reported correctly when word wrap is enabled. (#885)
- In Internet Explorer, It is again not necessary to press tab to interact with an embedded object (such as Flash content) after pressing enter on it. (#3364)


== Changes for Developers ==
Expand Down

0 comments on commit 28e4624

Please sign in to comment.