p:panel and p:confirmDialog problem with IE 7

UI Components for JSF
Post Reply
faruk
Posts: 3
Joined: 19 Feb 2010, 14:12

19 Feb 2010, 14:36

Hi,

Problem-1:
Using p:panel displaying properly first time but after collapsing+expanding the toggle panel, the <h:panelGrid> and commandButton objects in this panel are disappear.

Problem-2:
The confirmDialog in modal mode is not clickable with IE.

I'm working with Tomcat 6.0, PF 1.0, JSF 1.2_14, IE 7.0.5730. (working properly with Firefox)

Code: Select all

 <h:form prependId="false">
        <p:panel header="Panel Test" toggleable="true" toggleSpeed="500">
        <h:panelGrid columns="2">
                    <h:outputLabel for="deneme1" value="No: " />
                    <p:inputMask id="deneme1" value="#{Kullanici.no}" mask="9999" required="true">
                    <p:tooltip for="deneme1" value="Kullanıcı numarasını 4 hane giriniz" showEvent="focus" hideEvent="blur" style="myStyle" />
                    </p:inputMask>
        </h:panelGrid>

        <h:commandButton value="Temizle" type="reset"/>
        <p:commandButton value="Sorgula" sync="true" actionListener="#{Kullanici.sorgu}" update="displayKullanici">
                      <p:confirmDialog yesLabel="Evet" noLabel="Hayır"
                        message="İşlemi onaylıyor musunuz?"
                        header="Onay" severity="warn" draggable="false" fixedCenter="true" modal="true" style="myConfirmDialogStyle"/>
                </p:commandButton>

        </p:panel>
       <h:outputText value="#{Kullanici.isim}" id="displayKullanici" />
 </h:form>
Regards.

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

19 Feb 2010, 15:34

Can you create a ticket in our issue tracker so we can have a look into this?

How is it in IE8?

faruk
Posts: 3
Joined: 19 Feb 2010, 14:12

19 Feb 2010, 16:44

It's OK on IE8.

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

23 Feb 2010, 16:07

Ok, can you please create a ticket for this?

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 39 guests