Hi,
I'm using ultrawebmenu in vertical mode.
When the page is too high, if you scroll down, subitems don't appear at the right place.
As you can see : in the top of the page subitems appear at the right place:
If in scroll a little, subitems don't appear at the right place:
I didn't find any post about that, and Infragistics samples have the same problem...Thx in advance for your answers,
Sylvain GUILLAS
I have this same issue using 2008.1 WebMenu. I use the 2007.3 WebMenuX.js file so that my menu will work in Mac Safari.
In my efforts to make the 2008.1 safari compatible, this was NOT an issue when enhancedRendering was set to false.
This issue is in our system as BR32623 (Submenu item displayed above mouse position when page is scrolled down), once the fix has passed our QA process it should be rolled into an upcoming hotfix.
-Dawud
As it is perfectly noticeable, this problem has been dated way back with no fixes seen.
I am just wondering, is there a way to fix this now? I mean, some kind of workaround? It tends to get annoying to see the sub-menus where they are not supposed to be.
Any help would be appreciated.
hellbinder said: As it is perfectly noticeable, this problem has been dated way back with no fixes seen. I am just wondering, is there a way to fix this now? I mean, some kind of workaround? It tends to get annoying to see the sub-menus where they are not supposed to be. Any help would be appreciated.
I believe this problem has been resolved in the latest hotfix, try adding:
<style type="text/css">
html, body, form
{
height:100%;
}
</style>
to your styles. If that does not help then you should contact support because you're probably running into a different issue than the one that was originally reported.
Ok, I am a bit confused. I use Infragistics 2007 Version 3.
Where exactly do I use this CSS? I mean I have CSS allready assigned to the different parts of the UltraWebMenu Control (ex. HoverItemStye, LeafStyle, MainStyle etc.)
Thanks for the reply.
hellbinder said: Ok, I am a bit confused. I use Infragistics 2007 Version 3. Where exactly do I use this CSS? I mean I have CSS allready assigned to the different parts of the UltraWebMenu Control (ex. HoverItemStye, LeafStyle, MainStyle etc.) Thanks for the reply.
It should be placed in the head section of your master page.
Hi there, is there already a solution. I have the latest hotfix 1083 (we use netadvantage 7.2) and have set the css style both with no success.
Hey mate I feel ur frustration I thought it was addressed in an update but if ur on the release for 2010 then mayb not. Lol. I haven't actually used it for a while now but I vaguely remember the enhanced rendering helping but that was pointless cause then u hav boring menus hardly worth the cost. But also have a play with a different datasource or look into that I remember finding that the XML datasource was causing issues for me... I would lodge the support issue with development and when I get a chance I'll have a look at my code that's working and let uno if I have anything else...
I feel you buddy. As you may have noticed, i have tried resolving this issue with no result. In the end, I left it and published it as it was. When it scrolled down a bit and tried to use the menu, the child menus would be be positioned relative to how much i had scrolled, so they did not appear in the menu, if not, appeared floating around farther down from the main menu.
Anyways, did you try all those tips that were posted in earlier days?
3 days and no reply...
Great...
Has anyone found a solution to this problem? We have an application in which we use this type of menu, but it happens that when the page has scrollbars contextual menu position is incorrect.
I tried with EnacedRendering = false and also with the height of the body = 100%
We use the version 10.2 of IG.
I just tried setting EnhancedRendering = False; and it fixed the my vertical menu, disabled my other context menus. Anyone else have a solution?