OEMR.ORG - DEMO SITE.
Log in as DrWhite
Switch view to all users
Switch back to view white only
Click >> next to date
Firefox javascript console:
Error: modaldialog.focus is not a function
Source file: http://www.oemr.org/demo/openemr/library/topdialog.js line 16
If I change the code in topdialog.js and add top to all the modial variables this error goes away. For example if I change line 16 in topdialog.js
from: modialdialog.focus()
to: top.modialdialog.focus()
This javascript error goes away. Does that seem right?