[JBoss JIRA] (RF-13114) PoC: port RichFaces 4.5 UI Components to work with RichFaces 5
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13114?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-13114:
---------------------------------
+1
> PoC: port RichFaces 4.5 UI Components to work with RichFaces 5
> --------------------------------------------------------------
>
> Key: RF-13114
> URL: https://issues.jboss.org/browse/RF-13114
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Lukáš Fryč
> Assignee: Michal Petrov
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 1 week
> Remaining Estimate: 1 week
>
> * open branches in own fork of
> ** richfaces5 (master)
> ** richfaces-components (4.5.x)
> ** richfaces-showcase (master)
> * modifications required
> ** change RF5 namespace -> http://richfaces.org/core
> ** change parents/bom in components 4.5 to depend on RF5 framework / build-bom
> *** remove all dependencies on 4.3.x (4.3.3-SNAPSHOT)
> ** change Java API of Components 4.5 to depend on RF5 Core API
> ** use the RF5 and RF4.5 UI Components in Showcase branch (4.5.0-SNAPSHOT)
--
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
12 years, 7 months
[JBoss JIRA] (RF-13151) Number of Data Fields in PopUpPanel appear to stop events for DataScroller and sorting of extendedDataTable
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13151?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13151:
------------------------------------
Do you get any errors in your browser console?
> Number of Data Fields in PopUpPanel appear to stop events for DataScroller and sorting of extendedDataTable
> -----------------------------------------------------------------------------------------------------------
>
> Key: RF-13151
> URL: https://issues.jboss.org/browse/RF-13151
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Deb Owsley
>
> In my rich:popupPanel, I have 10 elements, as follows:
> {code}
> <a4j:region id="addEquipmentRegion" status="equipmentWaitStatus">
> <rich:popupPanel id="addEquipmentModPanel" autosized="true" width="600" height="400">
> <f:facet name="header"><h:outputText value="Add Equipment"/></f:facet>
> <f:facet name="controls">
> <h:panelGrid>
> <h:graphicImage value="img/close_modal.png" styleClass="hidelink" id="hideAddEquipmentModPanel">
> <rich:componentControl target="addEquipmentModPanel" operation="hide" event="onclick"/>
> </h:graphicImage>
> </h:panelGrid>
> </f:facet>
> <rich:panel id="addEquipmentPanel">
>
> <s:decorate id="equipmentBaseIDDecoration" template="layout/edit.xhtml">
> <ui:define name="label">Base ID</ui:define>
> <rich:select id="addBaseID" enableManualInput="true" required="true"
> value="#{equipmentHome.instance.baseID}">
> <f:selectItems value="#{entityAttribute.baseIDs}"/>
> </rich:select>
> </s:decorate>
> .....
> {code}
> This popup panel is called from a button on one of my pages that contains a data scroller and an extendedDataTable.
> If I add an 11th element inside of my PopUpPanel, then all data scrolling and sorting in the extendedDataTable stops working.
> I have removed different elements from the popup and it doesn't matter. As long as I only have 10 all events fire. As soon as there are 11, everything stops.
> I get absolutely no errors in my jboss console.
--
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
12 years, 7 months
[JBoss JIRA] (RF-13151) Number of Data Fields in PopUpPanel appear to stop events for DataScroller and sorting of extendedDataTable
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13151?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13151:
-------------------------------
Labels: waiting_on_user (was: )
> Number of Data Fields in PopUpPanel appear to stop events for DataScroller and sorting of extendedDataTable
> -----------------------------------------------------------------------------------------------------------
>
> Key: RF-13151
> URL: https://issues.jboss.org/browse/RF-13151
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Deb Owsley
> Labels: waiting_on_user
>
> In my rich:popupPanel, I have 10 elements, as follows:
> {code}
> <a4j:region id="addEquipmentRegion" status="equipmentWaitStatus">
> <rich:popupPanel id="addEquipmentModPanel" autosized="true" width="600" height="400">
> <f:facet name="header"><h:outputText value="Add Equipment"/></f:facet>
> <f:facet name="controls">
> <h:panelGrid>
> <h:graphicImage value="img/close_modal.png" styleClass="hidelink" id="hideAddEquipmentModPanel">
> <rich:componentControl target="addEquipmentModPanel" operation="hide" event="onclick"/>
> </h:graphicImage>
> </h:panelGrid>
> </f:facet>
> <rich:panel id="addEquipmentPanel">
>
> <s:decorate id="equipmentBaseIDDecoration" template="layout/edit.xhtml">
> <ui:define name="label">Base ID</ui:define>
> <rich:select id="addBaseID" enableManualInput="true" required="true"
> value="#{equipmentHome.instance.baseID}">
> <f:selectItems value="#{entityAttribute.baseIDs}"/>
> </rich:select>
> </s:decorate>
> .....
> {code}
> This popup panel is called from a button on one of my pages that contains a data scroller and an extendedDataTable.
> If I add an 11th element inside of my PopUpPanel, then all data scrolling and sorting in the extendedDataTable stops working.
> I have removed different elements from the popup and it doesn't matter. As long as I only have 10 all events fire. As soon as there are 11, everything stops.
> I get absolutely no errors in my jboss console.
--
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
12 years, 7 months
[JBoss JIRA] (RF-13151) Number of Data Fields in PopUpPanel appear to stop events for DataScroller and sorting of extendedDataTable
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13151?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13151:
-------------------------------
Description:
In my rich:popupPanel, I have 10 elements, as follows:
{code}
<a4j:region id="addEquipmentRegion" status="equipmentWaitStatus">
<rich:popupPanel id="addEquipmentModPanel" autosized="true" width="600" height="400">
<f:facet name="header"><h:outputText value="Add Equipment"/></f:facet>
<f:facet name="controls">
<h:panelGrid>
<h:graphicImage value="img/close_modal.png" styleClass="hidelink" id="hideAddEquipmentModPanel">
<rich:componentControl target="addEquipmentModPanel" operation="hide" event="onclick"/>
</h:graphicImage>
</h:panelGrid>
</f:facet>
<rich:panel id="addEquipmentPanel">
<s:decorate id="equipmentBaseIDDecoration" template="layout/edit.xhtml">
<ui:define name="label">Base ID</ui:define>
<rich:select id="addBaseID" enableManualInput="true" required="true"
value="#{equipmentHome.instance.baseID}">
<f:selectItems value="#{entityAttribute.baseIDs}"/>
</rich:select>
</s:decorate>
.....
{/code}
This popup panel is called from a button on one of my pages that contains a data scroller and an extendedDataTable.
If I add an 11th element inside of my PopUpPanel, then all data scrolling and sorting in the extendedDataTable stops working.
I have removed different elements from the popup and it doesn't matter. As long as I only have 10 all events fire. As soon as there are 11, everything stops.
I get absolutely no errors in my jboss console.
was:
In my rich:popupPanel, I have 10 elements, as follows:
<code>
<a4j:region id="addEquipmentRegion" status="equipmentWaitStatus">
<rich:popupPanel id="addEquipmentModPanel" autosized="true" width="600" height="400">
<f:facet name="header"><h:outputText value="Add Equipment"/></f:facet>
<f:facet name="controls">
<h:panelGrid>
<h:graphicImage value="img/close_modal.png" styleClass="hidelink" id="hideAddEquipmentModPanel">
<rich:componentControl target="addEquipmentModPanel" operation="hide" event="onclick"/>
</h:graphicImage>
</h:panelGrid>
</f:facet>
<rich:panel id="addEquipmentPanel">
<s:decorate id="equipmentBaseIDDecoration" template="layout/edit.xhtml">
<ui:define name="label">Base ID</ui:define>
<rich:select id="addBaseID" enableManualInput="true" required="true"
value="#{equipmentHome.instance.baseID}">
<f:selectItems value="#{entityAttribute.baseIDs}"/>
</rich:select>
</s:decorate>
.....
</code>
This popup panel is called from a button on one of my pages that contains a data scroller and an extendedDataTable.
If I add an 11th element inside of my PopUpPanel, then all data scrolling and sorting in the extendedDataTable stops working.
I have removed different elements from the popup and it doesn't matter. As long as I only have 10 all events fire. As soon as there are 11, everything stops.
I get absolutely no errors in my jboss console.
> Number of Data Fields in PopUpPanel appear to stop events for DataScroller and sorting of extendedDataTable
> -----------------------------------------------------------------------------------------------------------
>
> Key: RF-13151
> URL: https://issues.jboss.org/browse/RF-13151
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Deb Owsley
>
> In my rich:popupPanel, I have 10 elements, as follows:
> {code}
> <a4j:region id="addEquipmentRegion" status="equipmentWaitStatus">
> <rich:popupPanel id="addEquipmentModPanel" autosized="true" width="600" height="400">
> <f:facet name="header"><h:outputText value="Add Equipment"/></f:facet>
> <f:facet name="controls">
> <h:panelGrid>
> <h:graphicImage value="img/close_modal.png" styleClass="hidelink" id="hideAddEquipmentModPanel">
> <rich:componentControl target="addEquipmentModPanel" operation="hide" event="onclick"/>
> </h:graphicImage>
> </h:panelGrid>
> </f:facet>
> <rich:panel id="addEquipmentPanel">
>
> <s:decorate id="equipmentBaseIDDecoration" template="layout/edit.xhtml">
> <ui:define name="label">Base ID</ui:define>
> <rich:select id="addBaseID" enableManualInput="true" required="true"
> value="#{equipmentHome.instance.baseID}">
> <f:selectItems value="#{entityAttribute.baseIDs}"/>
> </rich:select>
> </s:decorate>
> .....
> {/code}
> This popup panel is called from a button on one of my pages that contains a data scroller and an extendedDataTable.
> If I add an 11th element inside of my PopUpPanel, then all data scrolling and sorting in the extendedDataTable stops working.
> I have removed different elements from the popup and it doesn't matter. As long as I only have 10 all events fire. As soon as there are 11, everything stops.
> I get absolutely no errors in my jboss console.
--
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
12 years, 7 months
[JBoss JIRA] (RF-13151) Number of Data Fields in PopUpPanel appear to stop events for DataScroller and sorting of extendedDataTable
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13151?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13151:
-------------------------------
Description:
In my rich:popupPanel, I have 10 elements, as follows:
{code}
<a4j:region id="addEquipmentRegion" status="equipmentWaitStatus">
<rich:popupPanel id="addEquipmentModPanel" autosized="true" width="600" height="400">
<f:facet name="header"><h:outputText value="Add Equipment"/></f:facet>
<f:facet name="controls">
<h:panelGrid>
<h:graphicImage value="img/close_modal.png" styleClass="hidelink" id="hideAddEquipmentModPanel">
<rich:componentControl target="addEquipmentModPanel" operation="hide" event="onclick"/>
</h:graphicImage>
</h:panelGrid>
</f:facet>
<rich:panel id="addEquipmentPanel">
<s:decorate id="equipmentBaseIDDecoration" template="layout/edit.xhtml">
<ui:define name="label">Base ID</ui:define>
<rich:select id="addBaseID" enableManualInput="true" required="true"
value="#{equipmentHome.instance.baseID}">
<f:selectItems value="#{entityAttribute.baseIDs}"/>
</rich:select>
</s:decorate>
.....
{code}
This popup panel is called from a button on one of my pages that contains a data scroller and an extendedDataTable.
If I add an 11th element inside of my PopUpPanel, then all data scrolling and sorting in the extendedDataTable stops working.
I have removed different elements from the popup and it doesn't matter. As long as I only have 10 all events fire. As soon as there are 11, everything stops.
I get absolutely no errors in my jboss console.
was:
In my rich:popupPanel, I have 10 elements, as follows:
{code}
<a4j:region id="addEquipmentRegion" status="equipmentWaitStatus">
<rich:popupPanel id="addEquipmentModPanel" autosized="true" width="600" height="400">
<f:facet name="header"><h:outputText value="Add Equipment"/></f:facet>
<f:facet name="controls">
<h:panelGrid>
<h:graphicImage value="img/close_modal.png" styleClass="hidelink" id="hideAddEquipmentModPanel">
<rich:componentControl target="addEquipmentModPanel" operation="hide" event="onclick"/>
</h:graphicImage>
</h:panelGrid>
</f:facet>
<rich:panel id="addEquipmentPanel">
<s:decorate id="equipmentBaseIDDecoration" template="layout/edit.xhtml">
<ui:define name="label">Base ID</ui:define>
<rich:select id="addBaseID" enableManualInput="true" required="true"
value="#{equipmentHome.instance.baseID}">
<f:selectItems value="#{entityAttribute.baseIDs}"/>
</rich:select>
</s:decorate>
.....
{/code}
This popup panel is called from a button on one of my pages that contains a data scroller and an extendedDataTable.
If I add an 11th element inside of my PopUpPanel, then all data scrolling and sorting in the extendedDataTable stops working.
I have removed different elements from the popup and it doesn't matter. As long as I only have 10 all events fire. As soon as there are 11, everything stops.
I get absolutely no errors in my jboss console.
> Number of Data Fields in PopUpPanel appear to stop events for DataScroller and sorting of extendedDataTable
> -----------------------------------------------------------------------------------------------------------
>
> Key: RF-13151
> URL: https://issues.jboss.org/browse/RF-13151
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Deb Owsley
>
> In my rich:popupPanel, I have 10 elements, as follows:
> {code}
> <a4j:region id="addEquipmentRegion" status="equipmentWaitStatus">
> <rich:popupPanel id="addEquipmentModPanel" autosized="true" width="600" height="400">
> <f:facet name="header"><h:outputText value="Add Equipment"/></f:facet>
> <f:facet name="controls">
> <h:panelGrid>
> <h:graphicImage value="img/close_modal.png" styleClass="hidelink" id="hideAddEquipmentModPanel">
> <rich:componentControl target="addEquipmentModPanel" operation="hide" event="onclick"/>
> </h:graphicImage>
> </h:panelGrid>
> </f:facet>
> <rich:panel id="addEquipmentPanel">
>
> <s:decorate id="equipmentBaseIDDecoration" template="layout/edit.xhtml">
> <ui:define name="label">Base ID</ui:define>
> <rich:select id="addBaseID" enableManualInput="true" required="true"
> value="#{equipmentHome.instance.baseID}">
> <f:selectItems value="#{entityAttribute.baseIDs}"/>
> </rich:select>
> </s:decorate>
> .....
> {code}
> This popup panel is called from a button on one of my pages that contains a data scroller and an extendedDataTable.
> If I add an 11th element inside of my PopUpPanel, then all data scrolling and sorting in the extendedDataTable stops working.
> I have removed different elements from the popup and it doesn't matter. As long as I only have 10 all events fire. As soon as there are 11, everything stops.
> I get absolutely no errors in my jboss console.
--
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
12 years, 7 months
[JBoss JIRA] (RF-13144) Hello I have Rich :calender componemt Now I want to use it as input and call DataTable values from Table I am trying this but wont look like work
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13144?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-13144.
--------------------------------
Resolution: Rejected
[~asimshaikh1] please do not re-open this issue, rather post your "usage" question in the RichFaces user forums:
https://community.jboss.org/en/richfaces?view=discussions
Our issue tracker is for tracking bugs and feature requests, rather than working through use cases.
> Hello I have Rich :calender componemt Now I want to use it as input and call DataTable values from Table I am trying this but wont look like work
> ---------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-13144
> URL: https://issues.jboss.org/browse/RF-13144
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: base functionality
> Reporter: Asim Shaikh
> Assignee: Lukáš Fryč
>
> this is my code in
> {code}
> <rich:calendar value="#{eventMaster.eventDate}"
> popup="#{eventMaster.popup}"
> datePattern="#{eventMaster.pattern}"
> showApplyButton="#{eventMaster.showApply}"
> cellWidth="24px"
> cellHeight="22px"
> style="width:200px"
> disabled="#{eventMaster.disabled or eventMaster.viewMode}">
> </rich:calendar>
> <h:commandButton value="#{lbl['label.search']}"
> action="#{eventMaster.searchOutputScreenRecords}"
> id="evntrtys99rchhh"/>
> {code}
> now i wanted to call a action which will Search my Database(MySql) and display the records of selectedDate I ma calling it on commandbutton .I also write query above commandbutton works for h:inputText .Please help me in this regard
> My Bean----
> {code}
> public Date getEventDate() {
> return eventDate;
> }
> public void setEventDate(Date eventDate) {
> this.eventDate = eventDate;
> }
> Action-------
> public String searchOutputScreenRecords() {
> this.searchVariableAvailable = true;
> EventMasterOps opsObj = new EventMasterOps();
> if (this.outputSearch != null) {
> this.outputList = opsObj.searchRecordsInDatabase(this.outputSearch, ConstantsUtility.searchOutputForm);
> if (this.outputList == null) {
> this.massage = "No Search Record is found.";
> }
> }
> }
> {code}
> In this method this.outputList = opsObj.searchRecordsInDatabase(this.outputSearch, ConstantsUtility.searchOutputForm); I have write my query to find search inputs
--
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
12 years, 7 months
[JBoss JIRA] (RF-13151) Number of Data Fields in PopUpPanel appear to stop events for DataScroller and sorting of extendedDataTable
by Deb Owsley (JIRA)
Deb Owsley created RF-13151:
-------------------------------
Summary: Number of Data Fields in PopUpPanel appear to stop events for DataScroller and sorting of extendedDataTable
Key: RF-13151
URL: https://issues.jboss.org/browse/RF-13151
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Deb Owsley
In my rich:popupPanel, I have 10 elements, as follows:
<code>
<a4j:region id="addEquipmentRegion" status="equipmentWaitStatus">
<rich:popupPanel id="addEquipmentModPanel" autosized="true" width="600" height="400">
<f:facet name="header"><h:outputText value="Add Equipment"/></f:facet>
<f:facet name="controls">
<h:panelGrid>
<h:graphicImage value="img/close_modal.png" styleClass="hidelink" id="hideAddEquipmentModPanel">
<rich:componentControl target="addEquipmentModPanel" operation="hide" event="onclick"/>
</h:graphicImage>
</h:panelGrid>
</f:facet>
<rich:panel id="addEquipmentPanel">
<s:decorate id="equipmentBaseIDDecoration" template="layout/edit.xhtml">
<ui:define name="label">Base ID</ui:define>
<rich:select id="addBaseID" enableManualInput="true" required="true"
value="#{equipmentHome.instance.baseID}">
<f:selectItems value="#{entityAttribute.baseIDs}"/>
</rich:select>
</s:decorate>
.....
</code>
This popup panel is called from a button on one of my pages that contains a data scroller and an extendedDataTable.
If I add an 11th element inside of my PopUpPanel, then all data scrolling and sorting in the extendedDataTable stops working.
I have removed different elements from the popup and it doesn't matter. As long as I only have 10 all events fire. As soon as there are 11, everything stops.
I get absolutely no errors in my jboss console.
--
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
12 years, 7 months
[JBoss JIRA] (RF-13119) kitchensink-rf test-ds.xml does not use a unique datasource JNDI name
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RF-13119?page=com.atlassian.jira.plugin.s... ]
Pavol Pitonak commented on RF-13119:
------------------------------------
Verified in 4.3.4, it's ready to be closed.
> kitchensink-rf test-ds.xml does not use a unique datasource JNDI name
> ---------------------------------------------------------------------
>
> Key: RF-13119
> URL: https://issues.jboss.org/browse/RF-13119
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: examples
> Reporter: Sande Gilda
> Assignee: Brian Leathem
> Fix For: 4.3.4
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> The richfaces-quickstarts/kitchensink-rf/src/test/resources/test-ds.xml uses the same datasource JNDI name and connection URL that the kitchensink quickstart test file uses:
> <datasource jndi-name="java:jboss/datasources/KitchensinkQuickstartTestDS"
> <connection-url>jdbc:h2:mem:kitchensink-quickstart-test;DB_CLOSE_DELAY=-1</connection-url>
> This should be changed to a unique name, for example:
> <datasource jndi-name="java:jboss/datasources/KitchensinkrfQuickstartTestDS"
> <connection-url>jdbc:h2:mem:kitchensink-rf-quickstart-test;DB_CLOSE_DELAY=-1</connection-url>
--
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
12 years, 7 months
[JBoss JIRA] (RF-13117) ExtendedDataTable Sorting resets $(window).resize Events
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RF-13117?page=com.atlassian.jira.plugin.s... ]
Pavol Pitonak commented on RF-13117:
------------------------------------
Verified in 4.3.4, it's ready to be closed.
> ExtendedDataTable Sorting resets $(window).resize Events
> --------------------------------------------------------
>
> Key: RF-13117
> URL: https://issues.jboss.org/browse/RF-13117
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.3
> Environment: Tomcat 7
> JBoss 7.1
> Reporter: Thomas Zuberbuehler
> Assignee: Brian Leathem
> Labels: regression
> Fix For: 4.3.4
>
> Original Estimate: 15 minutes
> Remaining Estimate: 15 minutes
>
> Sorting removes other resize events.
> At some point following code is called:
> {code}
> // extendedDataTable.js
> deActivateResizeListener: function() {
> $(window).off(this.resizeEventName);
> }
> {code}
> Notice that this.resizeEventName is undefined.
> Before code is invoked (Chrome JavaScript console)
> {code}
> $._data(window,'events').resize
> [Object, Object]
> {code}
> After invoking
> {code}
> $._data(window,'events').resize
> TypeError: Cannot read property 'resize' of undefined
> {code}
> http://stackoverflow.com/questions/18045891/how-to-check-if-onresize-meth...
--
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
12 years, 7 months