| Author |
Message |
|
|
I have created a filter table and I can't clear the filter box(area where the filter data is entered). I am able to refresh that data by calling the method that I use to create the table and all the entries will be displayed, but the filterbox/text area still contains the old data. The only set for the filter table is setDisplayedRows().
Thanks in advance.
|
 |
|
|
I was able to resolve this by upgrading to 182- except for re-calling the method if I continued to press enter- will address that with code, if I feel that it is necessary..
Thanks to all that read this.
|
 |
|
|
I have 2 panelTabs, with 2 different tables. I use a command link in the data table to activate a modal popup. Everything works fine, except WHEN THE MODAL POPUP DISPLAYED:
if I press enter, the initial method get's recalled over and over-Not a big problem- could write code around this using a boolean.
[list]If I used a tab to select a cell in the data table, the tab key on the keyboard is still enabled and I can tab and press enter.
[/list]
Here is the version of Icefaces I am using:
ICEsoft Technologies, Inc.
ICEfaces 1.8.1
Build number: 7
Revision: 18926
The XHTML/XML is pretty much standard.
-ice:panelPopup modal="true"
id="actionPopUp"
rendered="#{bean.boolean}"
visible="#{bean.boolean}"
style="z-index:999; width: 375px; height: 90px; "-
- I thought a modal popup was suppose-COPIED FROM THE DEV GUIDE-The modal popup panel cannot be moved, and prevents page interaction by applying a partially transparent gray overlay.
Does it just cover the page, but keyboard interaction still works? I have tried several things:
disabled the panel tab- still worked
disabled the table column- sort of worked, but too complicated to put into practice
even tried several focus alternatives(put this in the calling method-JavascriptContext.applicationFocus(FacesContext.getCurrentInstance(), "formID:componentID"); and several other things.
I have used a DIV statement(<div style="width:100%;height:100%;">) inside of the body
[list]nothing seems to keep users from using the tabs and enter key.
[/list]
Question- Is this how Modal popups are designed(Working As Designed) ???
Thanks in advance.
|
 |
|
|