[JBoss JIRA] (RF-11728) Support % column widths in extenedDataTable
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-11728?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-11728:
------------------------------------
The attribute is already in place, but the EDT only respects "px" width for columns, not "%" width. I experimented with enabling "%" widths, but this will require substantial changes to the client-side calculations that calculate the column widths across the multiple html tables used to implement the EDT.
I'm going to bump this to RF 5, where we will look at a re-write of the EDIT client-side code to work with the new standalone javascript widget architecture.
> Support % column widths in extenedDataTable
> -------------------------------------------
>
> Key: RF-11728
> URL: https://issues.jboss.org/browse/RF-11728
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.1.0.Milestone4
> Reporter: hantsy bai
> Assignee: Brian Leathem
> Priority: Minor
> Fix For: 4.3.0.M3
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
> I tried to use extendedDataTable...there is no width attribute...and I set a style="width:100%"...and set column width="30%"...there is no effect...when I dig the code in firebug...I found extenedDataTable use a fixed width...
--
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, 12 months
[JBoss JIRA] (RF-11728) Support % column widths in extenedDataTable
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-11728?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-11728:
-------------------------------
Fix Version/s: 5-Tracking
(was: 4.3.0.M3)
> Support % column widths in extenedDataTable
> -------------------------------------------
>
> Key: RF-11728
> URL: https://issues.jboss.org/browse/RF-11728
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.1.0.Milestone4
> Reporter: hantsy bai
> Assignee: Brian Leathem
> Priority: Minor
> Fix For: 5-Tracking
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
> I tried to use extendedDataTable...there is no width attribute...and I set a style="width:100%"...and set column width="30%"...there is no effect...when I dig the code in firebug...I found extenedDataTable use a fixed width...
--
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, 12 months
[JBoss JIRA] (RF-11728) Support % column widths in extenedDataTable
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-11728?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-11728:
-------------------------------
Summary: Support % column widths in extenedDataTable (was: Provide width attribute of extenedData table and columns)
> Support % column widths in extenedDataTable
> -------------------------------------------
>
> Key: RF-11728
> URL: https://issues.jboss.org/browse/RF-11728
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.1.0.Milestone4
> Reporter: hantsy bai
> Assignee: Brian Leathem
> Priority: Minor
> Fix For: 4.3.0.M3
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
> I tried to use extendedDataTable...there is no width attribute...and I set a style="width:100%"...and set column width="30%"...there is no effect...when I dig the code in firebug...I found extenedDataTable use a fixed width...
--
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, 12 months
[JBoss JIRA] (RF-12644) Improve CoreUtils/JSEncoder performance by character escape improvements
by Darius Ski (JIRA)
Darius Ski created RF-12644:
-------------------------------
Summary: Improve CoreUtils/JSEncoder performance by character escape improvements
Key: RF-12644
URL: https://issues.jboss.org/browse/RF-12644
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: core
Affects Versions: 4.3.0.M2
Reporter: Darius Ski
Priority: Minor
In JSUtils, character escaping is done a char at a time. Also in JSEncoder there is opportunity to add encode method that operates with CharBuffer constants and making encode/compile methods static.
Improves partial rendering performance, when large Strings are coming from user beans (for example custom generated JSON), that need escaping.
--
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, 12 months
[JBoss JIRA] (RF-12145) RF4.2: Oncomplete not evaluated after invokeApplication if command is not rendered anymore
by Michael Heinen (JIRA)
Michael Heinen created RF-12145:
-----------------------------------
Summary: RF4.2: Oncomplete not evaluated after invokeApplication if command is not rendered anymore
Key: RF-12145
URL: https://issues.jboss.org/browse/RF-12145
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.2.0.Final
Environment: MyFaces 2.1.6
Tomcat 6.0.35
Reporter: Michael Heinen
Priority: Critical
Sample use case:
The last page of a wizard contains a commandButton with an EL expression in the oncomplete attribute.
This button renders an outer component in order to close the wizard. The button itself is not rendered anymore after clicking it.
As a consequence the EL expression of the oncomplete attribute is not evaluated after the invocation of an actionListener.
This worked well with richfaces 3.3.3, therefore it's a critical regression.
I'll attach a sample webApp for richfaces 4.2 and for riochfaces 3.3.3
--
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
11 years, 12 months
[JBoss JIRA] (RF-12643) Fix deprecations warnings in Java code
by Lukáš Fryč (JIRA)
Lukáš Fryč created RF-12643:
-------------------------------
Summary: Fix deprecations warnings in Java code
Key: RF-12643
URL: https://issues.jboss.org/browse/RF-12643
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component, core
Affects Versions: 4.2.3.Final
Reporter: Lukáš Fryč
There are many deprecations warnings when compiling whole framework code.
Those should be resolved to allow safe third-party artifacts upgrades.
--
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, 12 months
[JBoss JIRA] Created: (RF-9428) 'render' is not processed for non-rendered component
by Nick Belaevski (JIRA)
'render' is not processed for non-rendered component
----------------------------------------------------
Key: RF-9428
URL: https://jira.jboss.org/browse/RF-9428
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core
Affects Versions: 4.0.0.Milestone3
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: 4.0.0.Milestone4
Test case:
<h:form>
<h:commandLink action="#{testBean.toggle}" value="Toggle" rendered="#{testBean.rendered}">
<a4j:ajax render="timePanel" />
</h:commandLink>
</h:form>
<h:panelGroup id="timePanel">
#{testBean.time}
</h:panelGroup>
package org.richfaces.demo;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.SessionScoped;
@ManagedBean
@SessionScoped
public class TestBean {
private boolean rendered = true;
public void toggle() {
rendered = !rendered;
}
public boolean isRendered() {
return rendered;
}
public String getTime() {
return System.currentTimeMillis() + "";
}
}
Time should be updated when link is clicked, but it isn't.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 12 months