[JBoss JIRA] Created: (RF-11343) tooltip: does not work attached to parent input
by Dmitry Volkov (JIRA)
tooltip: does not work attached to parent input
-----------------------------------------------
Key: RF-11343
URL: https://issues.jboss.org/browse/RF-11343
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.0.0.Final
Environment: Firefox 6, IE 8, MyFaces 2.0.3, Websphere AS 8
Reporter: Dmitry Volkov
Tooltip does not work:
{code:xml}
<h:form>
<a4j:outputPanel id="pn">
<h:inputText>
<rich:tooltip>
Hello world!
</rich:tooltip>
</h:inputText>
<a4j:commandButton value="rerender" render="pn"/>
</a4j:outputPanel>
</h:form>
{code}
But works after ajax rerender("rerender" button click).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] Created: (RF-1107) Scrollable dataTable. Header scrolled badly on TAB button.
by Ilya Shaikovsky (JIRA)
Scrollable dataTable. Header scrolled badly on TAB button.
----------------------------------------------------------
Key: RF-1107
URL: http://jira.jboss.com/jira/browse/RF-1107
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: FF 2.0.0.6
Reporter: Ilya Shaikovsky
Assigned To: Konstantin Mishin
Fix For: 3.2.0
Two use-cases failed:
"case - 1.png"
frozenColCount=0
all the columns with inputs
last columns aren't in visible part
When I use TAB key - columns scrolled to be displayed (good) but headers jsut stays (Wrong!)
"case - 2.png"
frozenColCount=2
all the columns with inputs
last columns aren't in visible part
I use TAB key. Focused inputs changed one by one only in "frozen zone" (seems good), but after I press TAB on the last input - the focus jumps to non frozen column input and frozen columns - scrolled and shifted down(Wrong!). But headers still aren't scrolled (good in this case).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] Created: (RF-10569) MyFaces 2.0.X on Tomcat 7 does not property inject managed properties prior to calling @PostConstruct on Beans
by Jay Balunas (JIRA)
MyFaces 2.0.X on Tomcat 7 does not property inject managed properties prior to calling @PostConstruct on Beans
--------------------------------------------------------------------------------------------------------------
Key: RF-10569
URL: https://issues.jboss.org/browse/RF-10569
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: third-party
Affects Versions: 4.0.0.Milestone6
Environment: MyFaces 2.0.X
Tomcat 7
Reporter: Jay Balunas
Assignee: Jay Balunas
Fix For: 4.0.0.CR1
See https://issues.apache.org/jira/browse/MYFACES-3035 to details.
We have several jira's that are all traced back to this issue, and there seems not quick workaround. We are following the issue, and discussing with MyFaces team.
For now please be very conscious of this when testing MyFaces on Tomcat 7. If you believe an issue could be related to this please ask or investigate so we don't get overloaded with jiras related to this.
Note that to see these issues with the richfaces showcase you must turn on extra logging via the logging.properties file.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (RF-11732) packed.js rendered multiple times using myfaces
by wojtek k (Created) (JIRA)
packed.js rendered multiple times using myfaces
-----------------------------------------------
Key: RF-11732
URL: https://issues.jboss.org/browse/RF-11732
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: core
Affects Versions: 4.1.0.CR1
Environment: MyFaces (2.1.1, 2.1.4)
Reporter: wojtek k
Priority: Critical
Fix For: 4.1.0.Final
It looks like RichFaces with MyFaces only replace old js (for example richfaces-event.js) with "packed.js" when component need different javascripts.
So browser load multiple times packed.js.
Rendered Html page:
//--></script><script type="text/javascript" src="/test-app/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.1.0.20111111-CR1/PackedCompressed/packed/packed.js"><!--
//--></script><script type="text/javascript" src="/test-app/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.1.0.20111111-CR1/PackedCompressed/packed/packed.js"><!--
//--></script><script type="text/javascript" src="/test-app/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.1.0.20111111-CR1/PackedCompressed/packed/packed.js"><!--
//--></script><script type="text/javascript" src="/test-app/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.1.0.20111111-CR1/PackedCompressed/packed/packed.js"><!--
--
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, 5 months