I would expect that by hovering over the individual encounters (or forms thereof), they would expand to show details quickly without having to open the encounter, as I think they did in previous versions. This does not happen. This is an issue because I cannot quickly scan through encounters to find particular details. Opening each one in turn is much more time consuming. Is this a known issue? If so, will it be fixed by a patch?
@rdh61
For a quick fix you can edit library/js/ajtooltip.js around L-84 ttobject.style.left = '-1000px'; and comment the line // ttobject.style.left = '-1000px';
It’ be in next patch and/or I may rewrite the feature and improve the view.