Problem quickly scanning encounters in visit history

OpenEMR version 7.0.0 docker on Linux Mint 21.

Patient → Visits → Visit History

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?

Many thanks.

hi @rdh61 , that’s a bug and should be fixed for the next patch, thank you for the report.

@stephenwaite I’ve noted this too. I think we have some event conflicts.
Are you working on this?

Oh events? You better handle it :laughing:

lol I was just taking a logical guess. I didn’t expect you to set an event for me to look into it!:slight_smile:

@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.

1 Like

Thank you. Could you give me a command to open and edit that file on the docker installation?

hi @rdh61 , it’s like those commands we were using here Cannot start Docker - #105 by stephenwaite

docker exec -it $(docker ps | grep _openemr | cut -f 1 -d " ") nano <replace this with the filename>

OK, thanks. I’ll remember where to look if I need it again.

1 Like