Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Scroll issue in Google chrome for adf table

KSharma04Sep 12 2017 — edited Sep 13 2017

My jdev version is 11.1.2.4.0

I am getting scroll bar for the table in code below in chrome only . How to get rid of it ? It displays properly in IE and Firefox

<?xml version='1.0' encoding='UTF-8'?>

<ui:composition xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"

                xmlns:f="http://java.sun.com/jsf/core">

    <af:panelGroupLayout id="pgl1">

        <af:panelGroupLayout id="pgl5" layout="vertical" halign="left">

            <af:panelFormLayout id="pfl2" rows="5">

                <f:facet name="footer"/>

                <af:panelLabelAndMessage label="#{bindings...label}:" id="plam14" styleClass="boldLabel">

                    <af:outputText value="#{bindings..}"

                                   shortDesc="#{bindings...tootip}" id="ot14">

                        <af:convertDateTime pattern="#{bindings..format}"/>

                    </af:outputText>

                </af:panelLabelAndMessage>

                <af:panelLabelAndMessage label="#{bindings...label}:" id="plam5"

                                         visible="#{pageFlowScope.}" styleClass="boldLabel">

                    <af:outputText value="#{bindings..}"

                                   shortDesc="#{bindings...tooltip}" id="ot5">

                        <af:convertNumber groupingUsed="false" pattern="#{bindings..format}"/>

                    </af:outputText>

                </af:panelLabelAndMessage>

                <af:panelLabelAndMessage label="#{bindings.FileNme..label}:" id="plam8" styleClass="boldLabel">

                                   id="ot8"/>

                </af:panelLabelAndMessage>

                <af:panelLabelAndMessage label="#{bindings...label}:" id="plam1" styleClass="boldLabel">

                    <af:outputText value="#{bindings..}" shortDesc="#{bindings...tooltip}"

                                   id="ot1"/>

                </af:panelLabelAndMessage>

                <af:panelLabelAndMessage label="#{bindings...label}:" id="plam10" styleClass="boldLabel">

                    <af:outputText value="#{bindings.}" shortDesc="#{bindings...tooltip}"

                                   id="ot11"/>

                </af:panelLabelAndMessage>

            </af:panelFormLayout>

        </af:panelGroupLayout>

        <af:spacer width="10" height="10" id="s3"/>

        <af:panelStretchLayout id="psl2" topHeight="auto">

           <f:facet name="center">

            <af:panelCollection id="pc1" styleClass="AFStretchWidth" >

                <f:facet name="menus"/>

                <f:facet name="toolbar"/>

                <f:facet name="statusbar"/>

                <af:table rows="#{bindings..rangeSize}"

                          fetchSize="#{bindings..rangeSize}"

                          emptyText="#{bindings..viewable ? 'No data to display.' : 'Access Denied.'}"

                          var="row" value="#{bindings..collectionModel}" rowBandingInterval="1"

                          selectedRowKeys="#{bindings..collectionModel.selectedRow}"

                          selectionListener="#{bindings..collectionModel.makeCurrent}"

                          rowSelection="single" id="t1" columnStretching="last"

                          contentDelivery="immediate"

                          autoHeightRows="25"

                         styleClass="AFStretchWidth" >

                    <af:column headerText="Section" sortable="false"

                               id="c2" rendered="false">

                        <af:selectOneChoice value="#{row.bindings..}"

                                            label="#{row.bindings..label}"

                                            required="#{bindings...SectionCd.mandatory}"

                                            shortDesc="#{bindings...SectionCd.tooltip}"

                                            id="soc4">

                            <f:selectItems value="#{row.bindings.SectionCd.items}" id="si4"/>

                            <f:validator binding="#{row.bindings.SectionCd.validator}"/>

                        </af:selectOneChoice>

                    </af:column>

                    <af:column headerText="Field Name" sortable="false"

                               id="c3" width="120" headerClass="columnTopAlign">

                        <af:outputText value="#{row.FieldNme}"

                                       shortDesc="#{bindings...FieldNme.tooltip}" id="ot19"/>

                    </af:column>

                    <af:column headerText="Error Message" sortable="false" id="c4"

                               width="200" noWrap="false">

                        <af:inputText value="#{row.bindings..}"

                                      label="#{bindings....label}"

                                      required="#{bindings....mandatory}"

                                      columns="#{bindings....displayWidth}"

                                      maximumLength="#{bindings....precision}"

                                      shortDesc="#{bindings....tooltip}" id="it3">

                            <f:validator binding="#{row.bindings..validator}"/>

                        </af:inputText>

                    </af:column>

                    <af:column headerText="Error Count" sortable="false"

                               id="c5" width="80">

                        <af:outputText value="#{row.ErrorCount}"

                                       shortDesc="#{bindings...ErrorCount.tooltip}" id="ot21">

                            <af:convertNumber groupingUsed="false"

                                              pattern="#{bindings...ErrorCount.format}"/>

                        </af:outputText>

                    </af:column>

                    <af:column headerText="Proposed Solution"

                               sortable="false" id="c6" width="250" noWrap="false">

                        <af:inputText value="#{row.bindings..}"

                                      label="#{bindings....label}"

                                      required="#{bindings....mandatory}"

                                      columns="#{bindings....displayWidth}"

                                      maximumLength="#{bindings....precision}"

                                      shortDesc="#{bindings....tooltip}"

                                      id="it2">

                            <f:validator binding="#{row.bindings..validator}"/>

                        </af:inputText>

                    </af:column>

                    <!--<af:column headerText="Affected Line Numbers" id="c1">

                        <af:inputText value="#{row.bindings..}"

                                      label="#{bindings....label}"

                                      required="#{bindings....mandatory}"

                                      columns="#{bindings....displayWidth}"

                                      maximumLength="#{bindings....precision}"

                                      shortDesc="#{bindings....tooltip}" id="it1">

                            <f:validator binding="#{row.bindings..validator}"/>

                            <af:convertNumber groupingUsed="false"

                                              pattern="#{bindings....format}"/>

                        </af:inputText>

                    </af:column>-->

                    <af:column headerText="Affected Line Numbers" id="c7">

                        <af:inputText value="#{row.bindings.RowsList.}"

                                      label="#{bindings...RowsList.label}"

                                      required="#{bindings...RowsList.mandatory}"

                                      columns="#{bindings...RowsList.displayWidth}"

                                      maximumLength="#{bindings...RowsList.precision}"

                                      shortDesc="#{bindings...RowsList.tooltip}" id="it4">

                            <f:validator binding="#{row.bindings.RowsList.validator}"/>

                        </af:inputText>

                    </af:column>

                </af:table>

            </af:panelCollection>

        </f:facet>

        </af:panelStretchLayout>

    </af:panelGroupLayout>

</ui:composition>

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 11 2017
Added on Sep 12 2017
5 comments
308 views