| Author |
Message |
|
|
thanks for a blazing fast answer Philip, for now I developed a workaround:
<script language="JavaScript">
document.getElementById("fourColumn").onmouseover = Ice.Menu.hideAll;
document.getElementById("travelNr").onmouseover = Ice.Menu.hideAll;
</script>
so basicly when the mouse pointer is over any thing else then the menu, the menu is ordered to collapse
thanks anyway, maybe somebody will find it useful
|
 |
|
|
Hi there guys!
I'm using ICEfaces for four months now with different results, but generally it's a great lib. A customer of mine posted me with a difficult request:
I'm using ice:menu for navigation in the web page, the menu is loaded from a database, when you point your mouse over the menu it expands and child element are shown. Good for now, but when your mouse rolls from the menu its child components are still expanded until you click away, and that's the (annoying, strange, show-stopping) request of the customer.
Is there a way to do it?
By modifying the component maybe?
Help please, I'm helpless here :(
|
 |
|
|
|
If anybody is interested I'm getting the same problem but with no js from my side, but ICEFaces js is unloaded and I'm getting nulls or not set properties. I't an issue in IE7 only.
|
 |
|
|
Hi there!
I do have the body tag inserted in the jsf page and I still get the same errors but only in IE.
Any ideas?
|
 |
|
|
|
Ok, but redirect doesn't work when you have includes in the page...
|
 |
|
|
|
Hey, i get the same thing actually, it's annoying, no js loaded in IE, notice however that after refresh it works!
|
 |
|
|
Hi!
Did anybody had general problems with unloaded or not loaded js code in IE7? For example: after page load you get js script errors, after refesh it works fine. I'm talking about IE, FF works just fine (as usual)...
Maybe somebody knows a way to force a page refresh form server side, without using js? Like from a bean level maybe? Via FacesContext or something else...
I'm getting js errors all the time...
I've figured it's because not loaded js but maybe i'm wrong...
But working after refresh points to that reason, can anybody help?
I'm using Tomcat, ICEFaces 1.5.3
|
 |
|
|
|
I have the same problem using Tomcat 5.9.9, and no idea how to solve it.
|
 |
|
|