[JBoss JIRA] (RF-13117) ExtendedDataTable Sorting resets $(window).resize Events
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13117?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13117:
-------------------------------
Original Estimate: 15 minutes
Remaining Estimate: 15 minutes
> 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
> Priority: Critical
> 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
11 years, 3 months
[JBoss JIRA] (RF-13106) Quickstart names in the POM files are not consistent and often are not clear
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13106?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13106:
-------------------------------
Original Estimate: 30 minutes
Remaining Estimate: 30 minutes
> Quickstart names in the POM files are not consistent and often are not clear
> ----------------------------------------------------------------------------
>
> Key: RF-13106
> URL: https://issues.jboss.org/browse/RF-13106
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: examples
> Reporter: Sande Gilda
> Fix For: 4.3.4
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> Quickstart names in the pom.xml files are not consistent and often are too generic and not clear which quickstart is building.
> When you run `mvn clean install '-Pdefault,!complex-dependencies'` from the root directory of the quickstarts, it often is not clear which quickstart is compiling. Some start with "JBoss AS Quickstarts" and some do not. Some use the quickstart folder name in the description, some don't.
> As described in the CONTRIBUTING.md file, the <name> in the quickstart pom.xml file should follow the template:
> JBoss <target-product> Quickstart: <quickstart-name> < - optional-subfolder-name> where target-product is the Target Product metadata specified in the README.md file, quickstart-name is the quickstart folder name, and optional-subfolder-name is the name of any nested subfolder containing a pom.xml file.
> JDF-430 addressed the EAP and WFK quickstarts. The root build not displays the following. Note the RichFaces and JDG quickstarts need to be updated.
> [INFO] Reactor Build Order:
> [INFO]
> [INFO] JBoss EAP Quickstart: bean-validation
> [INFO] JBoss EAP Quickstart: bmt
> [INFO] JBoss WFK Quickstart: cdi-add-interceptor-binding
> [INFO] JBoss EAP Quickstart: cdi-alternative
> [INFO] JBoss EAP Quickstart: cdi-decorator
> [INFO] JBoss EAP Quickstart: cdi-interceptors
> [INFO] JBoss EAP Quickstart: cdi-injection
> [INFO] JBoss EAP Quickstart: cdi-portable-extension
> [INFO] JBoss EAP Quickstart: cdi-stereotype
> [INFO] JBoss EAP Quickstart: cdi-veto
> [INFO] JBoss WFK Quickstart: deltaspike-authorization
> [INFO] JBoss WFK Quickstart: deltaspike-beanbuilder
> [INFO] JBoss WFK Quickstart: deltaspike-beanmanagerprovider
> [INFO] JBoss WFK Quickstart: deltaspike-deactivatable
> [INFO] JBoss WFK Quickstart: deltaspike-exception-handling
> [INFO] JBoss WFK Quickstart: deltaspike-helloworld-jms
> [INFO] JBoss WFK Quickstart: deltaspike-partialbean-basic
> [INFO] JBoss WFK Quickstart: deltaspike-partialbean-advanced
> [INFO] JBoss WFK Quickstart: deltaspike-projectstage
> [INFO] JBoss EAP Quickstart: ejb-asynchronous
> [INFO] JBoss EAP Quickstart: ejb-asynchronous - ejb
> [INFO] JBoss EAP Quickstart: ejb-asynchronous - client
> [INFO] JBoss EAP Quickstart: ejb-in-ear
> [INFO] JBoss EAP Quickstart: ejb-in-ear - ejb
> [INFO] JBoss EAP Quickstart: ejb-in-ear - web
> [INFO] JBoss EAP Quickstart: ejb-in-ear - ear
> [INFO] JBoss EAP Quickstart: ejb-in-war
> [INFO] JBoss EAP Quickstart: ejb-remote - server-side
> [INFO] JBoss EAP Quickstart: ejb-remote - client
> [INFO] JBoss EAP Quickstart: ejb-remote
> [INFO] JBoss EAP Quickstart: ejb-security
> [INFO] JBoss EAP Quickstart: ejb-security-plus
> [INFO] JBoss EAP Quickstart: ejb-security-interceptors
> [INFO] JBoss EAP Quickstart: ejb-throws-exception
> [INFO] JBoss EAP Quickstart: ejb-throws-exception - ejb-api
> [INFO] JBoss EAP Quickstart: ejb-throws-exception - ejb
> [INFO] JBoss EAP Quickstart: ejb-throws-exception - web
> [INFO] JBoss EAP Quickstart: ejb-throws-exception - ear
> [INFO] JBoss EAP Quickstart: ejb-multi-server
> [INFO] JBoss EAP Quickstart: ejb-multi-server - app-one
> [INFO] JBoss EAP Quickstart: ejb-multi-server - app-one - ejb
> [INFO] JBoss EAP Quickstart: ejb-multi-server - app-one - ear
> [INFO] JBoss EAP Quickstart: ejb-multi-server - app-two
> [INFO] JBoss EAP Quickstart: ejb-multi-server - app-two - ejb
> [INFO] JBoss EAP Quickstart: ejb-multi-server - app-two - ear
> [INFO] JBoss EAP Quickstart: ejb-multi-server - app-main
> [INFO] JBoss EAP Quickstart: ejb-multi-server - app-main - ejb
> [INFO] JBoss EAP Quickstart: ejb-multi-server - app-main - web
> [INFO] JBoss EAP Quickstart: ejb-multi-server - app-main - ear
> [INFO] JBoss EAP Quickstart: ejb-multi-server - app-web
> [INFO] JBoss EAP Quickstart: ejb-multi-server - client
> [INFO] JBoss EAP Quickstart: greeter
> [INFO] JBoss EAP Quickstart: greeter-spring
> [INFO] JBoss EAP Quickstart: helloworld
> [INFO] JBoss WFK Quickstart: helloworld-errai
> [INFO] JBoss WFK Quickstart: helloworld-gwt
> [INFO] JBoss WFK Quickstart: helloworld-html5
> [INFO] JBoss EAP Quickstart: helloworld-jms
> [INFO] JBoss EAP Quickstart: helloworld-mdb
> [INFO] JBoss EAP Quickstart: helloworld-osgi
> [INFO] JBoss EAP Quickstart: helloworld-rs
> [INFO] JBoss EAP Quickstart: helloworld-singleton
> [INFO] JBoss EAP Quickstart: helloworld-ws
> [INFO] JBoss EAP Quickstart: hibernate3
> [INFO] JBoss EAP Quickstart: hibernate4
> [INFO] CarMart Single Node (No Cluster)
> [INFO] Transactional CarMart
> [INFO] JBoss AS Quickstarts: JBoss Data Grid HelloWorld
> [INFO] HotRod Endpoint Example
> [INFO] Memcached Endpoint Example
> [INFO] REST Endpoint Example
> [INFO] JBoss Data Grid Quickstart Parent
> [INFO] JBoss EAP Quickstart: kitchensink
> [INFO] JBoss WFK Quickstart: kitchensink-angularjs
> [INFO] JBoss WFK Quickstart: kitchensink-backbone
> [INFO] JBoss WFK Quickstart: kitchensink-deltaspike
> [INFO] JBoss EAP Quickstart: kitchensink-ear
> [INFO] JBoss EAP Quickstart: kitchensink-ear - ejb
> [INFO] JBoss EAP Quickstart: kitchensink-ear - web
> [INFO] JBoss EAP Quickstart: kitchensink-ear - ear
> [INFO] JBoss WFK Quickstart: kitchensink-html5-mobile
> [INFO] JBoss EAP Quickstart: kitchensink-jsp
> [INFO] JBoss EAP Quickstart: kitchensink-ml
> [INFO] JBoss EAP Quickstart: kitchensink-ml-ear
> [INFO] JBoss EAP Quickstart: kitchensink-ml-ear - ejb
> [INFO] JBoss EAP Quickstart: kitchensink-ml-ear - web
> [INFO] JBoss EAP Quickstart: kitchensink-ml-ear - ear
> [INFO] JBoss EAP Quickstart: kitchensink-spring-asyncrequestmapping
> [INFO] JBoss EAP Quickstart: kitchensink-spring-basic
> [INFO] JBoss EAP Quickstart: kitchensink-spring-controller
> [INFO] JBoss EAP Quickstart: kitchensink-spring-matrixvariables
> [INFO] JBoss EAP Quickstart: kitchensink-spring-springmvctest
> [INFO] JBoss EAP Quickstart: log4j
> [INFO] JBoss EAP Quickstart: logging
> [INFO] JBoss EAP Quickstart: logging-tools
> [INFO] JBoss EAP Quickstart: mail
> [INFO] JBoss EAP Quickstart: numberguess
> [INFO] JBoss EAP Quickstart: payment-cdi-event
> [INFO] JBoss EAP Quickstart: picketlink-authentication-http-basic
> [INFO] JBoss EAP Quickstart: picketlink-authentication-http-digest
> [INFO] JBoss EAP Quickstart: petclinic-spring
> [INFO] JBoss EAP Quickstart: picketlink-authentication-idm-jsf
> [INFO] JBoss EAP Quickstart: picketlink-authentication-idm-multi-tenancy
> [INFO] JBoss EAP Quickstart: picketlink-authentication-jsf
> [INFO] JBoss EAP Quickstart: picketlink-authentication-rs-endpoint
> [INFO] JBoss EAP Quickstart: picketlink-authentication-two-factor
> [INFO] JBoss EAP Quickstart: picketlink-authorization-idm-jpa
> [INFO] JBoss EAP Quickstart: picketlink-authorization-rs-rbac
> [INFO] JBoss WFK Quickstart: picketlink-deltaspike-authorization
> [INFO] JBoss AS Quickstarts: Hello world with JSF front end
> [INFO] JBoss AS Quickstarts: Kitchensink-rf
> [INFO] JBoss AS Quickstarts: RichFaces Bean Validation
> [INFO] JBoss EAP Quickstart: servlet-async
> [INFO] JBoss EAP Quickstart: servlet-filterlistener
> [INFO] JBoss EAP Quickstart: servlet-security
> [INFO] JBoss EAP Quickstart: shopping-cart
> [INFO] JBoss EAP Quickstart: shopping-cart - server
> [INFO] JBoss EAP Quickstart: shopping-cart - client
> [INFO] JBoss WFK Quickstart: shrinkwrap-resolver
> [INFO] JBoss EAP Quickstart: tasks
> [INFO] JBoss EAP Quickstart: tasks-jsf
> [INFO] JBoss EAP Quickstart: tasks-rs
> [INFO] JBoss EAP Quickstart: temperature-converter
> [INFO] JBoss EAP Quickstart: wicket-ear
> [INFO] JBoss EAP Quickstart: wicket-ear - ejb
> [INFO] JBoss EAP Quickstart: wicket-ear - war
> [INFO] JBoss EAP Quickstart: wicket-ear - ear
> [INFO] JBoss EAP Quickstart: wicket-war
> [INFO] JBoss EAP Quickstart: xml-dom4j
> [INFO] JBoss EAP Quickstart: xml-jaxp
> [INFO] JBoss EAP Quickstart: cmt
> [INFO] JBoss EAP Quickstart: jts
> [INFO] JBoss EAP Quickstart: jts - application-component-2
> [INFO] JBoss EAP Quickstart: jts - application-component-1
> [INFO] JBoss EAP Quickstart: jta-crash-rec
> [INFO] JBoss EAP Quickstart: wsat-simple
> [INFO] JBoss EAP Quickstart: wsba-coordinator-completion-simple
> [INFO] JBoss EAP Quickstart: wsba-participant-completion-simple
--
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, 3 months
[JBoss JIRA] (RF-13060) Issue in initializing the list of selected items in a Picklist
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13060?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13060:
-------------------------------
Original Estimate: 30 minutes
Remaining Estimate: 30 minutes
> Issue in initializing the list of selected items in a Picklist
> --------------------------------------------------------------
>
> Key: RF-13060
> URL: https://issues.jboss.org/browse/RF-13060
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 4.3.2
> Reporter: Jean-Noel Colin
> Assignee: Brian Leathem
> Fix For: 4.3.4, 5-Tracking
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> A picklist uses two list of items: a list of available items and a list of selected items. If this second list has to be initialized, it has to contain the same object instances as those in the available items. So both lists can't be built from two separate DB queries, since they would refer to distinct objects, and in this case, the list of selected items would always be empty. Upon request of Brian Leathem, I have created this JIRA issue after providing a sample application that illustrates the problem.
> /Items.xhtml is the frontend
> Item is the element to be displayed in the list
> ItemBean is the managed bean that builds the available and selected lists
> ItemConverter is the converter
>
> As you see in ItemBean's constructor, depending on the way I build the selectedList, it gets displayed properly or not
>
> the project is using ivy for dependencies, and is build using ant tasks
> ant resolve-dependencies
> ant package
>
> should build the war file in /dist
--
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, 3 months
[JBoss JIRA] (RF-13094) Wrong extendedDataTable header widths when narrowing columns
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13094?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13094:
-------------------------------
Original Estimate: 2 hours
Remaining Estimate: 2 hours
> Wrong extendedDataTable header widths when narrowing columns
> ------------------------------------------------------------
>
> Key: RF-13094
> URL: https://issues.jboss.org/browse/RF-13094
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.2
> Environment: GlassFish 3.1.2.2 with Mojarra 2.1.23, tested on Firefox 22 and Chrome 28.
> Reporter: Salvo Isaja
> Fix For: 4.3.4
>
> Attachments: Layout.jpg
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> When reducing column widths on an extendedDataTable narrower than the viewport, columns of the table body are resized correctly, but the columns in the table header stay larger, until the viewport is narrowed too.
> This is reproducible in the online RichFaces 4.3.2 showcase with no modifications.
--
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, 3 months
[JBoss JIRA] (RF-13046) EDT in EDT: when @frozenColumns is equal to number of columns then there is no vertical scroller in EDT
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13046?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13046:
-------------------------------
Original Estimate: 45 minutes
Remaining Estimate: 45 minutes
> EDT in EDT: when @frozenColumns is equal to number of columns then there is no vertical scroller in EDT
> -------------------------------------------------------------------------------------------------------
>
> Key: RF-13046
> URL: https://issues.jboss.org/browse/RF-13046
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Environment: RichFaces 5.0.0-SNAPSHOT
> Metamer 5.0.0-SNAPSHOT
> GlassFish Server Open Source Edition 3.1.2.2
> Java(TM) SE Runtime Environment 1.7.0_21-b11 @ Linux
> Firefox 18.0 @ Linux x86_64
> Reporter: Jiří Štefek
> Assignee: Brian Leathem
> Fix For: 4.3.4, 5-Tracking
>
> Attachments: EDTinEDTmaxFrozenColumnsNoScrollers.png, EDTinEDTmaxFrozenColumnsScrollersAfterColumnReposition.png, EDTinEDTWhenNoFrozenColsOrWhenFrozenColsLesserThanMaxCols.png
>
> Original Estimate: 45 minutes
> Remaining Estimate: 45 minutes
>
> EDT(1st) in EDT(2nd), when @frozenColumns (of 1st) is equal to number of columns (of 1st), then there is no vertical scroller in EDT (1st). But when you reorganize the columns (of 1st), the scroller and the 'footer' facet appears (1st).
--
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, 3 months
[JBoss JIRA] (RF-13042) Render h:commandlink: keeps reloading js
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13042?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13042:
-------------------------------
Priority: Major (was: Critical)
> Render h:commandlink: keeps reloading js
> ----------------------------------------
>
> Key: RF-13042
> URL: https://issues.jboss.org/browse/RF-13042
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: core
> Affects Versions: 4.2.3.Final, 4.3.2
> Reporter: Nicolas Daniels
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> Javascript resource is reloaded at each render, and so javascript was becoming heavier and heavier to run (to end by a not responsive alter on FF -or even FF hangs forever).
>
> After more investigation, I noticed it is due to the h:commandlink tag which was inside my rerendered part.
> Workaround:
> Add:
> {code:xml}
> <h:inputText rendered="false">
> <f:ajax />
> </h:inputText>
> {code}
> in your page, Js is not reloading anymore. (I inserted it at the end but I guess it works anywhere)
> See forum link for more details.
--
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, 3 months