[JBoss JIRA] (RF-12266) progressBar: CSS contains text-color and color
by Christophe Roussy (JIRA)
Christophe Roussy created RF-12266:
--------------------------------------
Summary: progressBar: CSS contains text-color and color
Key: RF-12266
URL: https://issues.jboss.org/browse/RF-12266
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-misc
Affects Versions: 4.2.1.Final
Environment: Firefox, Windows
Reporter: Christophe Roussy
text-color in progressbar css, is this standard css ?
*.rf-pb-rmng {
height: 13px;
white-space: nowrap;
width: 200px;
position: relative;
border-width: 1px;
border-style: solid;
border-color: #C4C0B9;
border-radius: 0px;
overflow: hidden;
color: #000000;
font-family: Arial, Verdana, sans-serif ;
font-size: 11px;
font-weight: bold;
text-color: #000000;
background-color: #ffffff;
padding: 0px;
}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (RF-12317) maven-cdk-plugin: two phase source compilation needed for consuming projects to determine types during CDK build
by Lukáš Fryč (JIRA)
Lukáš Fryč created RF-12317:
-------------------------------
Summary: maven-cdk-plugin: two phase source compilation needed for consuming projects to determine types during CDK build
Key: RF-12317
URL: https://issues.jboss.org/browse/RF-12317
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Lukáš Fryč
With current setup of UI builds, CDK features
* {{component-base-class}}
* {{<cdk:object />}} or {{<c:forEach />}}
can't properly determine the type of component (if not explicitly defined),
since the type is not known in the time of the CDK generation step.
See following log:
{code}
~/cdk/test-component$ mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building RichFaces CDK: Test Component 4.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
...
[INFO] --- maven-cdk-plugin:4.3.0-SNAPSHOT:generate (cdk-generate-sources) @ cdk-test-component ---
[WARNING] Could not determine if the renderer-base-class extends org.richfaces.renderkit.RendererBase: org.richfaces.renderkit.TestComponentRendererBase
[INFO] Cannot determine the type of org.richfaces.cdk.templatecompiler.el.types.ReferencedType: org.richfaces.renderkit.TestComponentRendererBase, it will be treated as generic Object.
[INFO] The <foreach> expression #{msgs} is not array, Iterable nor Iterator. It will be treated as single object.
...
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ cdk-test-component ---
[INFO] Compiling 5 source files to /home/lfryc/workspaces/richfaces/cdk/test-component/target/classes
...
{code}
Give attention especially to following part:
{code}
[WARNING] Could not determine if the renderer-base-class extends org.richfaces.renderkit.RendererBase: org.richfaces.renderkit.TestComponentRendererBase
[INFO] Cannot determine the type of org.richfaces.cdk.templatecompiler.el.types.ReferencedType: org.richfaces.renderkit.TestComponentRendererBase, it will be treated as generic Object.
{code}
It says {{TestComponentRendererBase}} type cannot be determined, which basically means {{Class.forName(...)}} fails even though the project's {{target/classes}} directory is on classpath.
Then note the compilation of sources ({{maven-compiler-plugin}}) is done after the CDK generation, which is the root cause of this problem.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (RF-11924) showcase - rich:context - tree ContextMenu - header of popup should be bigger
by Juraj Huska (JIRA)
Juraj Huska created RF-11924:
--------------------------------
Summary: showcase - rich:context - tree ContextMenu - header of popup should be bigger
Key: RF-11924
URL: https://issues.jboss.org/browse/RF-11924
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-menu, component-output, component-panels-layout-themes, showcase, skinning
Affects Versions: 4.1.0.Final
Environment: showcase app - 4.2.0-SNAPSHOT
all browsers
Reporter: Juraj Huska
Priority: Trivial
Attachments: contextMenuPopup.png
The header of popup invoked from contextMenu in demos for rich:contextMenu, sample tree contextMenu is in some cases too small, and the cross for hiding the popup overlap with the header label.
It is when the body of the popup is small in width. For example it is so when user select node USA, then the header of popup adapts the size of body, and the problem is there. Please see the screenshot for further reference.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months