Bug 1013102 - Cumulative patch for RF-13086 and RF-11275
Summary: Cumulative patch for RF-13086 and RF-11275
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise WFK Platform 2
Classification: Retired
Component: RichFaces
Version: 2.3.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: GA
: One-off release
Assignee: Pavol Pitonak
QA Contact: Pavol Pitonak
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-27 20:34 UTC by ivassile
Modified: 2018-12-04 15:56 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Release Note
Doc Text:
PATCH NAME: 1013102 PRODUCT NAME: Web Framework Kit VERSION: 2.3 SHORT DESCRIPTION: RF-13086: Popup panel: button's label is invisible in IE8 RF-11275: Popup panel: after changing the size of popup there is double shadow LONG DESCRIPTION: See RF-13086 (https://issues.jboss.org/browse/RF-13086) for details. See RF-11275 (https://issues.jboss.org/browse/RF-11275) for details. MANUAL INSTALL INSTRUCTIONS: Follow the required actions to apply this patch: Replace jar in binary distribution 1 - Locate the "richfaces-components-ui-4.3.2.Final-redhat-1.jar" coming from jboss-wfk-2.3.0-richfaces-bin.zip (./jboss-wfk-2.3.0/richfaces-4.3.2.Final-redhat-1/artifacts/ui/richfaces-components-ui-4.3.2.Final-redhat-1.jar) 2 - Replace the "richfaces-components-ui-4.3.2.Final-redhat-1.jar" with file "richfaces-components-ui-4.3.2.Final-redhat-1-bz-1013102.jar" from this patch. Add artifact to WFK Maven repository 1 - install artifact into your local Maven repository using mvn install:install-file -Dfile=./richfaces-components-ui-4.3.2.Final-redhat-1-bz-1013102.jar -DpomFile=./richfaces-components-ui-4.3.2.Final-redhat-1-bz-1013102.pom Use patched artifact (as dependency) in your Maven builds 1 - overide dependency with following snipet in your application pom.xml <dependencyManagement> <dependencies> <dependency> <groupId>org.richfaces.ui</groupId> <artifactId>richfaces-components-ui</artifactId> <version>4.3.2.Final-redhat-1-bz-1013102</version> </dependency> </dependencies> </dependencyManagement> Note, if there is already a <dependencyManagement> section in you pom.xml, you need to place this snippet to appear on the top of the section COMPATIBILITY: None DEPENDENCIES: None SUPERSEDES: None SUPERSEDED BY: None CREATOR: Ilia Vassilev DATE: 9/27/2013
Clone Of:
Environment:
Last Closed: 2013-10-01 15:17:57 UTC
Type: Support Patch
Embargoed:


Attachments (Terms of Use)
patch (6.23 MB, patch)
2013-09-30 15:39 UTC, ivassile
no flags Details | Diff

Description ivassile 2013-09-27 20:34:30 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 ivassile 2013-09-30 15:39:11 UTC
Created attachment 805276 [details]
patch

Comment 2 ivassile 2013-09-30 15:40:26 UTC
To QA: Please verify the patch.

Comment 3 Pavol Pitonak 2013-10-01 14:09:25 UTC
QA passed. Please upload the patch to the customer portal.


Note You need to log in before you can comment on or make changes to this bug.