Fix NativeMML so that showMathMenuMSIE:false works properly (the container being postion:relative was causing the wrong element to be on top)

This commit is contained in:
Davide P. Cervone 2011-11-05 22:27:14 -04:00
parent 9f4f88a531
commit 51c61ef985
5 changed files with 5 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -220,6 +220,7 @@
} else {
var config = (this.config.showMathMenuMSIE != null ? this : HUB).config;
if (config.showMathMenuMSIE) {this.MSIEoverlay(container)}
else {container.style.position = ""}
}
} else {
container.oncontextmenu = EVENT.Menu;