15.2 4.5
Scrolling works fine, but once deployed does not display/work. Everything else in the menu works as expected, but no scrolling. I checked through .dll files, scripts, ig_res and everything seems to be there. What am I missing?
Yes, it is CSS that is used in the WebDataMenu related to the scrolling arrows. It is not CSS that I have added. If users of this control are having issues displaying scrolling this may be a solution for them.
Hello qwerty9988,
Thank you for posting in our community!
As I understand the issue you have experienced is related to css and which was blocked somehow by the server, but now it is OK, thanks to meta tag you added. If it is so, I assume that there is not issue left related to WebDataMenu.
Please correct me if I do not understand properly your posts.
It just goes to show, if you look long enough you may find something. After scouting around to resolve a different problem related to a CSS display issue I found an answer to that on Stack Overflow. Thank you Quentin !!
Anyway I had to add <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> to make my CSS show up correctly, related to different rendering between local and Internet Servers. This solved my CSS problem, so I thought maybe my WebDataMenu is related to the same issue. I added that meta tag and I am once again scrolling !