Dear All, I am using icefaces MenuItem component, I have created MenuItem dynamically. Here problem is that when i move the cursor on my menubar it is showing now i want to if i move the cursor from menubar menu item will be hide. is it possible? if possible then pls suggest me how to do this? Thanks in advance. Bye.. ...
public class BaseBean implements Serializable { //the logger for this class protected final Log logger = LogFactory.getLog(this.getClass()); // effect that shows a value binding chance on there server protected Effect valueChangeEffect; public BaseBean() { valueChangeEffect = new Highlight("#fda505"); valueChangeEffect.setFired(true); } /** * Resets the valueChange effect to fire when the current response * is completed. * * @param event jsf action ...
Same issue as well with firefox 2. Do the icesoft folks have a bug open for this or can we? When you click in the inputtext box, the vertical line does not show so you can't really tell that you have focus. The typing works, but it just looks funny to the user.
Dear all, I have implemented a small poc myEclipse project for iceface test. The poc project has a main page with a left menu bar. the hierarchical is... Maintain Person -------- Edit Person -------- List Person Things goes correct with version 1.6.2 and 1.7.0 DR2 when I change the iceface to version 1.7.0 DR3 or 1.7.0 Beta1 The waiting cursor is ...
Hello I have strange problem with this component and ie7 on windows xp. When user is typing then valueChangeListener is called and new list is generated and displayed. But in ie7 cursor appear at the beginning of text , not as in other browsers at the end. This is very frustrating for the end user because he have to point it ...
Hi All, I have created jspx page with panelPopUP with 6 text fields. When i enter tab or to mouse click on another text box the cursor is loosing the focus. This problem i am getting only in panelPopup. In this am using partialSubmit in form and required field for text box. If i remove these both the cursor is working ...