In IE, embedded with Flex application, page location with JS is changing:
Document.location.href = "#someFragmentIdentifier"; The cause of the change in page title for "#someFragmentIdentifier" I read that the reason was the integration of Flex applications with browser navigation, so I disabled it on the Flex compiler property screen However, it did not do anything right though.
Thank you: You can easily reproduce by starting your flex application and changing the current URL by hand. Is a piece identifier and then refreshing the page.
We have participated in it using many Ajax Toolkits in MS.
It is not limited to flex, flash or any Adobe technology. It is purely a browser issue.
Unfortunately, only we found that what we found was "changing the title with javascript".
Comments
Post a Comment