[JBoss JIRA] (RF-13010) Popup panel inside popup panel: button not rendered in IE10
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13010?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13010:
-------------------------------
Labels: needs-qe regression (was: regression)
> Popup panel inside popup panel: button not rendered in IE10
> -----------------------------------------------------------
>
> Key: RF-13010
> URL: https://issues.jboss.org/browse/RF-13010
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.3.2, 5.0.0.Alpha1
> Environment: RichFaces 5.0.0-SNAPSHOT
> Metamer 5.0.0-SNAPSHOT
> Mojarra 2.1.13
> EAP 6.0.1
> Java(TM) SE Runtime Environment 1.6.0_32-b05 @ Linux
> works in Chrome 27.0.1453.93 @ Linux x86_64
> broken in IE10 @ Win 8, IE9 @ Win 7
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Labels: needs-qe, regression
> Fix For: 4.3.4
>
> Attachments: buttonInPopupPanel.png
>
>
> # deploy Metamer and open http://192.168.122.1:8080/metamer/faces/components/richPopupPanel/simple....
> # change template to "Rich Popup Panel"
> # click the "Call the popup" button
> result:
> * the is a button between paragraph and link inside popup panel in Chrome/Firefox
> * the button is missing in IE 10
> * it might be related to RF-12850 or RF-12958
> * worked fine in 4.3.1.Final
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 4 months
[JBoss JIRA] (RF-13086) Popup panel: button's label is invisible in IE8
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13086?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-13086.
--------------------------------
Resolution: Done
> Popup panel: button's label is invisible in IE8
> -----------------------------------------------
>
> Key: RF-13086
> URL: https://issues.jboss.org/browse/RF-13086
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.3.1, 4.3.2
> Environment: jboss 7.1.1 gatein 3.5 portletbridge 3.2 jsf 2.1.7 (jboss7.1.1 embedded) richfaces 4.3.1(2)
> Reporter: Sergey Zubarev
> Assignee: Brian Leathem
> Fix For: 4.3.4
>
>
> {noformat}
> <!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>
> <ui:composition xmlns="http://www.w3.org/1999/xhtml"
> xmlns:ui="http://java.sun.com/jsf/facelets"
> xmlns:h="http://java.sun.com/jsf/html"
> xmlns:f="http://java.sun.com/jsf/core"
> xmlns:a4j="http://richfaces.org/a4j"
> xmlns:rich="http://richfaces.org/rich">
> <h:form id="planningCPPRTableSettingForm">
> <rich:popupPanel modal="true" id="planningCPPRTableSettingsPanel" width="450" height="500"
> showWhenRendered="false" domElementAttachment="form">
> <f:facet name="header">
> <h:outputText value="#{msg.tableConfig_header}" />
> </f:facet>
> <f:facet name="controls">
> <h:graphicImage name="images/fil_close.png"
> style="cursor:pointer"
> onclick="#{rich:component('planningCPPRTableSettingsPanel')}.hide()" />
> </f:facet>
> <a4j:commandButton id="apply_btn" value="apply"/>
> <a4j:commandButton id="reset_btn" value="reset"/>
> <input type="button" value="cancel"
> onclick="#{rich:component('planningCPPRTableSettingsPanel')}.hide();" />
> </rich:popupPanel>
> </h:form>
> </ui:composition>
> {noformat}
> IE 8 not rendered labels for buttons.
> In HTML all ok - all buttons have labels (value tag). In IE 7,9,10 all ok. If I removed header facet from popupPanel or add autosized="true" attribute for popupPanel - button text is displayed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 4 months
[JBoss JIRA] (RF-13086) Popup panel: button's label is invisible in IE8
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13086?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13086:
-------------------------------
Labels: needs-qe (was: )
> Popup panel: button's label is invisible in IE8
> -----------------------------------------------
>
> Key: RF-13086
> URL: https://issues.jboss.org/browse/RF-13086
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.3.1, 4.3.2
> Environment: jboss 7.1.1 gatein 3.5 portletbridge 3.2 jsf 2.1.7 (jboss7.1.1 embedded) richfaces 4.3.1(2)
> Reporter: Sergey Zubarev
> Assignee: Brian Leathem
> Labels: needs-qe
> Fix For: 4.3.4
>
>
> {noformat}
> <!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>
> <ui:composition xmlns="http://www.w3.org/1999/xhtml"
> xmlns:ui="http://java.sun.com/jsf/facelets"
> xmlns:h="http://java.sun.com/jsf/html"
> xmlns:f="http://java.sun.com/jsf/core"
> xmlns:a4j="http://richfaces.org/a4j"
> xmlns:rich="http://richfaces.org/rich">
> <h:form id="planningCPPRTableSettingForm">
> <rich:popupPanel modal="true" id="planningCPPRTableSettingsPanel" width="450" height="500"
> showWhenRendered="false" domElementAttachment="form">
> <f:facet name="header">
> <h:outputText value="#{msg.tableConfig_header}" />
> </f:facet>
> <f:facet name="controls">
> <h:graphicImage name="images/fil_close.png"
> style="cursor:pointer"
> onclick="#{rich:component('planningCPPRTableSettingsPanel')}.hide()" />
> </f:facet>
> <a4j:commandButton id="apply_btn" value="apply"/>
> <a4j:commandButton id="reset_btn" value="reset"/>
> <input type="button" value="cancel"
> onclick="#{rich:component('planningCPPRTableSettingsPanel')}.hide();" />
> </rich:popupPanel>
> </h:form>
> </ui:composition>
> {noformat}
> IE 8 not rendered labels for buttons.
> In HTML all ok - all buttons have labels (value tag). In IE 7,9,10 all ok. If I removed header facet from popupPanel or add autosized="true" attribute for popupPanel - button text is displayed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 4 months
[JBoss JIRA] (RF-13010) Popup panel inside popup panel: button not rendered in IE10
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13010?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-13010.
--------------------------------
Fix Version/s: (was: 5-Tracking)
Resolution: Done
> Popup panel inside popup panel: button not rendered in IE10
> -----------------------------------------------------------
>
> Key: RF-13010
> URL: https://issues.jboss.org/browse/RF-13010
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.3.2, 5.0.0.Alpha1
> Environment: RichFaces 5.0.0-SNAPSHOT
> Metamer 5.0.0-SNAPSHOT
> Mojarra 2.1.13
> EAP 6.0.1
> Java(TM) SE Runtime Environment 1.6.0_32-b05 @ Linux
> works in Chrome 27.0.1453.93 @ Linux x86_64
> broken in IE10 @ Win 8, IE9 @ Win 7
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Labels: regression
> Fix For: 4.3.4
>
> Attachments: buttonInPopupPanel.png
>
>
> # deploy Metamer and open http://192.168.122.1:8080/metamer/faces/components/richPopupPanel/simple....
> # change template to "Rich Popup Panel"
> # click the "Call the popup" button
> result:
> * the is a button between paragraph and link inside popup panel in Chrome/Firefox
> * the button is missing in IE 10
> * it might be related to RF-12850 or RF-12958
> * worked fine in 4.3.1.Final
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 4 months
[JBoss JIRA] (RF-13086) Popup panel: button's label is invisible in IE8
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13086?page=com.atlassian.jira.plugin.s... ]
Brian Leathem reassigned RF-13086:
----------------------------------
Assignee: Brian Leathem
> Popup panel: button's label is invisible in IE8
> -----------------------------------------------
>
> Key: RF-13086
> URL: https://issues.jboss.org/browse/RF-13086
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.3.1, 4.3.2
> Environment: jboss 7.1.1 gatein 3.5 portletbridge 3.2 jsf 2.1.7 (jboss7.1.1 embedded) richfaces 4.3.1(2)
> Reporter: Sergey Zubarev
> Assignee: Brian Leathem
> Fix For: 4.3.4
>
>
> {noformat}
> <!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>
> <ui:composition xmlns="http://www.w3.org/1999/xhtml"
> xmlns:ui="http://java.sun.com/jsf/facelets"
> xmlns:h="http://java.sun.com/jsf/html"
> xmlns:f="http://java.sun.com/jsf/core"
> xmlns:a4j="http://richfaces.org/a4j"
> xmlns:rich="http://richfaces.org/rich">
> <h:form id="planningCPPRTableSettingForm">
> <rich:popupPanel modal="true" id="planningCPPRTableSettingsPanel" width="450" height="500"
> showWhenRendered="false" domElementAttachment="form">
> <f:facet name="header">
> <h:outputText value="#{msg.tableConfig_header}" />
> </f:facet>
> <f:facet name="controls">
> <h:graphicImage name="images/fil_close.png"
> style="cursor:pointer"
> onclick="#{rich:component('planningCPPRTableSettingsPanel')}.hide()" />
> </f:facet>
> <a4j:commandButton id="apply_btn" value="apply"/>
> <a4j:commandButton id="reset_btn" value="reset"/>
> <input type="button" value="cancel"
> onclick="#{rich:component('planningCPPRTableSettingsPanel')}.hide();" />
> </rich:popupPanel>
> </h:form>
> </ui:composition>
> {noformat}
> IE 8 not rendered labels for buttons.
> In HTML all ok - all buttons have labels (value tag). In IE 7,9,10 all ok. If I removed header facet from popupPanel or add autosized="true" attribute for popupPanel - button text is displayed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 4 months
[JBoss JIRA] (RF-13113) org.richfaces.cdk.parent depends on older org.jboss.spec.jboss-javaee-web-6.0
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13113?page=com.atlassian.jira.plugin.s... ]
Brian Leathem moved WFK2-126 to RF-13113:
-----------------------------------------
Project: RichFaces (was: JBoss WFK 2)
Key: RF-13113 (was: WFK2-126)
Workflow: GIT Pull Request workflow (was: CDW v1)
Affects Version/s: (was: 2.3.0.GA)
Component/s: cdk
(was: Maven Repository)
Target Release: (was: 2.4.0.GA)
> org.richfaces.cdk.parent depends on older org.jboss.spec.jboss-javaee-web-6.0
> -----------------------------------------------------------------------------
>
> Key: RF-13113
> URL: https://issues.jboss.org/browse/RF-13113
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: cdk
> Reporter: Tomas Repel
> Assignee: Brian Leathem
>
> Description of problem:
> org.richfaces.cdk.parent depends on older org.jboss.spec.jboss-javaee-web-6.0:3.0.1.Final-redhat-1, which is available only in jboss-eap-6.0.1-maven repository.
> This causes failure when building Seam distribution from sources. In EAP 6.1 repository there is available org.jboss.spec : jboss-javaee-web-6.0 : 3.0.2.Final-redhat-3
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 4 months
[JBoss JIRA] (RF-13112) ScrollableDataTable: throws SCRIPT16389: Unspecified error after re-rendering and updating layout (e.g. when placed in TogglePanel)
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13112?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13112:
-------------------------------
Fix Version/s: 3.Future
> ScrollableDataTable: throws SCRIPT16389: Unspecified error after re-rendering and updating layout (e.g. when placed in TogglePanel)
> -----------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-13112
> URL: https://issues.jboss.org/browse/RF-13112
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-ScrollableDataTable
> Affects Versions: 3.3.1.SP3, 3.3.3.Final
> Environment: Internet Explorer 8
> Reporter: Lukáš Fryč
> Fix For: 3.Future
>
>
> Use following example in richfaces-demo:
> {code}
> <ui:composition xmlns="http://www.w3.org/1999/xhtml"
> xmlns:ui="http://java.sun.com/jsf/facelets"
> xmlns:h="http://java.sun.com/jsf/html"
> xmlns:f="http://java.sun.com/jsf/core"
> xmlns:a4j="http://richfaces.org/a4j"
> xmlns:rich="http://richfaces.org/rich">
> <style>
> </style>
> <rich:simpleTogglePanel switchType="client" label="Add AJAX capability to existing JSF applications">
> <h:form>
> <rich:spacer height="30" />
> <rich:scrollableDataTable rowKeyVar="rkv" frozenColCount="1" height="400px" width="700px" id="carList" rows="40" columnClasses="col"
> value="#{dataTableScrollerBean.allCars}" var="category" sortMode="multi">
> <rich:column id="make" sortable="true">
> <f:facet name="header">
> <h:outputText styleClass="headerText" value="Make" />
> </f:facet>
> <h:outputText value="#{category.make}" />
> </rich:column>
> <rich:column id="model" sortable="true">
> <f:facet name="header">
> <h:outputText styleClass="headerText" value="Model" />
> </f:facet>
> <h:outputText value="#{category.model}" />
> </rich:column>
> <rich:column id="price" sortable="true">
> <f:facet name="header">
> <h:outputText styleClass="headerText" value="Price" />
> </f:facet>
> <h:outputText value="#{category.price}" />
> </rich:column>
> <rich:column id="mileage" sortable="true">
> <f:facet name="header">
> <h:outputText styleClass="headerText" value="Mileage" />
> </f:facet>
> <h:outputText value="#{category.mileage}" />
> </rich:column>
> <rich:column width="200px" id="vin" sortable="true">
> <f:facet name="header">
> <h:outputText styleClass="headerText" value="VIN" />
> </f:facet>
> <h:outputText value="#{category.vin}" />
> </rich:column>
> <rich:column id="stock" sortable="true">
> <f:facet name="header">
> <h:outputText styleClass="headerText" value="Stock" />
> </f:facet>
> <h:outputText value="#{category.stock}" />
> </rich:column>
> </rich:scrollableDataTable>
> <rich:datascroller align="left" for="carList" maxPages="20"
> page="#{dataTableScrollerBean.scrollerPage}" id="sc2" />
> </h:form>
> </rich:simpleTogglePanel>
> <button onclick="var table=#{rich:component('carList')};console.log(table);)">Click me</button>
> </ui:composition>
> {code}
> Steps to reproduce:
> 1. open http://localhost:8080/patchtest/richfaces/dataTableScroller/examples/scro... in IE8
> 2. Click "»" or page 2 of the dataTableScroller
> 3. Shade the simpleTogglePanel.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 4 months