Update:
So if I add onclick="$.mobile.back();" to the button on panel 2 which takes the user back to panel 1 (home) then buttons 2 and 3 no longer move the user to panel 2 when the dialog opens. You would think this is fixed but here is the issue (stick with me for this one HAHA).
1. User clicks on button that takes them to panel 2
2. Back button on panel 2 will take them back home to panel 1 just fine
3. User clicks on button to get to panel 2
4. User clicks on button on panel 2 that takes them to panel 3
5. User clicks on back button on panel 3 which takes them to panel 2
6. NOW if the user clicks on the home button which is on panel 2 they are not taken back to panel 1 but back to panel 3 because this is where they just came from.
Sorry for all the maze craze here! Bottom line is the button on panel 2 should be a home button and when I assign it to goto the home page then my dialog buttons get messed up?
EasyUI

