tabview: problem with left orientation

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
marcelocaser
Posts: 122
Joined: 13 Dec 2011, 15:07

20 Nov 2018, 15:36

When I used the "orientation" on the left, the contents of my tab is not displayed. For example, <p:graphicImage/>, <h:outputText/> be hidden. What's the problem? Follow the code below:

Code: Select all

<h:form>
            <div class="ui-g ui-fluid">
                <div class="ui-g-12">
                    <div class="card card-w-title">
                        <p:tabView id="tbvAtendimento" orientation="left">
                            <p:tab title="Godfather Part I">                    
                                <h:panelGrid columns="2" cellpadding="10">
                                    <p:graphicImage name="demo/images/godfather/godfather1.jpg" />
                                    <h:outputText
                                        value="The story begins as Don Vito Corleone, the head of a New York Mafia family, oversees his daughter's wedding. 
                                        His beloved son Michael has just come home from the war, but does not intend to become part of his father's business.
                                        Through Michael's life the nature of the family business becomes clear. The business of the family is just like the head of the family, kind and benevolent to those who give respect, 
                                        but given to ruthless violence whenever anything stands against the good of the family." />
                                </h:panelGrid>
                            </p:tab>
                            <p:tab title="Godfather Part II">
                                <h:panelGrid columns="2" cellpadding="10">
                                    <p:graphicImage name="demo/images/godfather/godfather2.jpg" />
                                    <h:outputText value="Francis Ford Coppola's legendary continuation and sequel to his landmark 1972 film, The_Godfather, parallels the young Vito Corleone's rise with his son Michael's spiritual fall, deepening The_Godfather's depiction of the dark side of the American dream. 
                                                  In the early 1900s, the child Vito flees his Sicilian village for America after the local Mafia kills his family. Vito struggles to make a living, legally or illegally, for his wife and growing brood in Little Italy, 
                                                  killing the local Black Hand Fanucci after he demands his customary cut of the tyro's business. With Fanucci gone, Vito's communal stature grows." />
                                </h:panelGrid>
                            </p:tab>
                            <p:tab title="Godfather Part III">
                                <h:panelGrid columns="2" cellpadding="10">
                                    <p:graphicImage name="demo/images/godfather/godfather3.jpg" />
                                    <h:outputText value="After a break of more than 15 years, director Francis Ford Coppola and writer Mario Puzo returned to the well for this third and final story of the fictional Corleone crime family. 
                                                  Two decades have passed, and crime kingpin Michael Corleone, now divorced from his wife Kay has nearly succeeded in keeping his promise that his family would one day be completely legitimate." />
                                </h:panelGrid>
                            </p:tab>
                        </p:tabView>
                    </div>
                </div>
            </div>
        </h:form>
 

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

21 Nov 2018, 10:11

Fixed for next version. Please try;

Code: Select all

body .ui-tabs.ui-tabs-left .ui-tabs-nav {
    position: relative;
    z-index: 2;
}

body .ui-tabs.ui-tabs-left .ui-tabs-panels {
    z-index: 1;
}

marcelocaser
Posts: 122
Joined: 13 Dec 2011, 15:07

27 Nov 2018, 21:09

thanks again!

:)

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

28 Nov 2018, 09:15

You're welcome!

Post Reply

Return to “Avalon - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 1 guest