For example, when we click on the patient finder or messages, they pop up as the top tab in the first one, but in the second it doesn’t automatically open. Is there a setting that I am missing to have the patient_finder pop up automatically? Also, the widths are different.
When I use the tab to get to the patient_finder it shows up normally. With rel-501 I am getting the same behavior, regardless of using compact or full. It seems that the one here:
It seems that this link is the exact copy of rel-501
Thanks for trying the demos. Under Administration --> Globals --> Appearance you’ll find the first 2 items are “Main Top Pane Screen(Or Default First Tab)” and “Default Second Tab” which dictate what tabs are opened by default.
Thanks for the response. I have the settings that you highlighted but the issue is the difference in behavior between the two demos.
When this is clicked:
We get different behavior. In one demo the patient finder becomes the main focus. In the other demo, the focus doesn’t change. The other big difference is the width of the patient finder.
First demo is using rel-501 (which is up to patch 7) while second demo is using v5_0_1_6 (just patch 6)
(this is because I forgot to tag v5_0_1_7 and update this file to use that instead)
Also, I wonder if there may be clashing in js scripts since we forgot to increment the cache busting number for patch 7. Thus if you try using them both on same browser, guessing issues may arise (which would go away if removed the browser cache).
I just updated the ip_map_branch.txt script for the demo to use most recent patch (7), and just restarted the demos. Recommend deleting your browser cache and then hopefully the problem will go away.
So, the code in seven->a is going to be much different than demo->c since one uses master and other uses v5_0_1_7 . This stuff would make much more sense if instead gave the link to the demo (ie. https://www.open-emr.org/demo/) rather than the hard link.
I was able to find the problem. I compared the code to 500 since the behavior in 500 is what we were expecting. Expected behaviors:
Click on patient finder icon and the patient finder tab is created if not already, then becomes the active tab.
The behavior that did happen: Click on patient finder icon and a patient finder tab is created if it doesn’t exist already. Does not become the active tab, unless clicked on.