Description of problem: Sometimes to access 'Red Hat Access' links needs few extra clicks. Example: 1. Navigate to 'Red Hat Access->Support->My Cases' from there click 'Open a New Support Case' 2. After completion of opening new support case I want to go back to 'My Cases' to see my cases I followed 'Red Hat Access->Support->My Cases', but it does not work. I have to navigate to some other windows and again come back to 'Red Hat Access->Support->My Cases' Seems on address bar it holds 'https://hostname:7443/coregui/#Support/MyCases' and assumes already we are in the same page. Version-Release number of selected component (if applicable): JBoss Operations Network Version : 3.3.0.CR01 Build Number : 08c2f39:6ac97ac GWT Version : 2.5.0 SmartGWT Version : 3.0p Browser: Firefox 33.0 How reproducible: always
There's no way I could fix this. When navigating in RHA, URL in urlbar does not change, because whole app is IFRAMEd. It's also not possible to listen to from outside the iframe on stuff inside (so we could update URL based on what happened in iframe). Then .. when /MyCases is in url bar (although inside RHA app you've created a support case) and you attempt to navigate to same URL, GWT won't even care to try to update current view, because it knows you are looking at the right view.