homepage on load click / PR 5.2
Reason being, we are testing the PR 5.2 and the request offerings are not showing up on load until you click an element on the homepage. I believe the issue comes about after a certain IE11 update is installed. (works fine on chrome and edge etc, but our SOE is currently IE11 with updates).
Would really like to test the PR with a small user group, and my testing shows everything else working fine except for this issue.
Any assistance would be greatly appreciated.
Answers
Does the issue still happen with IE11 out-of-the-box? (Sans Updates)
I'm keen to hear if anyone else in the community is seeing this issue.
Include that in the custom.js file. It should click on the heading of the Service Catalog
It's probably not the best solution for this kind of issue and more of a simple workaround if this is not functioning correctly.
I very much appreciate your assistance here.
I have added the code (changed slightly as we use an alternate home page, however it's not clicking anything on the page).
Is suppose to be clicking the Home heading?
Issue doesn't occur on the RTM version, I am not entirely sure what update specifically breaks it however.
You won't notice the issue if you are not using this specific home page either. (The home page that lists all the RO's on the one page)
You could try replacing .trigger('click') with .click()
Tried both .trigger('click') with .click(), without success.
I am having the same issue. Works in Chrome fine, but IE forces you to click before the request offerings show up. You don't have to click on anything specific, just click anywhere on the page (doesn't have to be a valid link, the background suffices)
Using one of the Alternate pages so as to get the descriptions on as I liked.
- Chrome will load service offerings and requests perfectly, even will say Loading... if it has to....
- IE11 will not, it says "General" instead of Loading... and only after clicking somewhere on the page will it reveal the Service and Request Offerings
Oddly enough in IE11, if we have the DOM Explorer open and click the home button, it will say Loading... and then display the icons, so something is very odd.....