[JBoss JIRA] Created: (RF-8770) Function rich:clientId doesn't work for nested components
by Pavol Pitonak (JIRA)
Function rich:clientId doesn't work for nested components
---------------------------------------------------------
Key: RF-8770
URL: https://jira.jboss.org/browse/RF-8770
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Alpha2
Environment: all browsers, RF 4.0.0-SNAPSHOT
Reporter: Pavol Pitonak
I have two nested rich data tables, the inner one is on the first row of outer table (see attached picture):
<rich:dataTable id="containerRichDataTable1">
...
<rich:dataTable id="richDataTable">
...
</rich:dataTable>
</richDataTable
Calling #{rich:clientId('richDataTable')} returns
form:containerRichDataTable1:richDataTable
instead of
form:containerRichDataTable1:0:richDataTable
The same problem occurs when the outer component is a4j:repeat, ui:repeat or h:dataTable.
--
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
13 years, 11 months
[JBoss JIRA] Created: (RF-2374) Draggable components and OS objects
by Nick Belaevski (JIRA)
Draggable components and OS objects
-----------------------------------
Key: RF-2374
URL: http://jira.jboss.com/jira/browse/RF-2374
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Nick Belaevski
Assigned To: Nick Belaevski
Fix For: 3.2.0
OS-drawn objects (APPLET, OBJECT, etc.) have multiple issues with draggable components. The issue can be fixed by supplying IFRAME under component's node. As for now, IFRAME is supplied for IE6 only. Fix the issue for another browsers:
- Check whether APPLET & "native" OBJECT elements (e.g. http://jira.jboss.com/jira/browse/RF-100 ) are presented on the page
- Create shimming IFRAME if some mentioned objects detected
- As detection of such objects can be done after full document load only, than we should provide special switch attribute to components that can be shown opened on page load (modalPanel with showWhenRendered="true")
--
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
13 years, 11 months