[
https://jira.jboss.org/jira/browse/RF-7451?page=com.atlassian.jira.plugin...
]
Denis Petrunin updated RF-7451:
-------------------------------
Workaround Description:
use domElementAttachment attribute:
<rich:modalPanel showWhenRendered="true"
domElementAttachment="parent">
Description:
Can't resize scrollableDataTable columns if scrollableDataTable is placed in modal
panel. Try the following code in Firefox 3.0.11. I'd like to note that there is no
such issue in IE 6/7.
<rich:modalPanel showWhenRendered="true">
<rich:scrollableDataTable width="200" height="100">
<rich:column>
<f:facet name="header">
COLUMN
</f:facet>
</rich:column>
</rich:scrollableDataTable>
</rich:modalPanel>
I don't want you to close issue due to workaround, because
domElementAttachment="parent" isn't always acceptable.
was:
Can't resize scrollableDataTable columns if scrollableDataTable is placed in modal
panel. Try the following code in Firefox 3.0.11. I'd like to note that there is no
such issue in IE 6/7.
<rich:modalPanel showWhenRendered="true">
<rich:scrollableDataTable width="200" height="100">
<rich:column>
<f:facet name="header">
COLUMN
</f:facet>
</rich:column>
</rich:scrollableDataTable>
</rich:modalPanel>
Workaround is found.
Can't resize scrollableDataTable columns if scrollableDataTable
is placed in modal panel
----------------------------------------------------------------------------------------
Key: RF-7451
URL:
https://jira.jboss.org/jira/browse/RF-7451
Project: RichFaces
Issue Type: Bug
Components: component-ScrollableDataTable
Affects Versions: 3.3.1
Environment: RichFaces 3.3.1, Firefox 3.0.11
Reporter: Denis Petrunin
Assignee: Konstantin Mishin
Priority: Minor
Fix For: Future
Can't resize scrollableDataTable columns if scrollableDataTable is placed in modal
panel. Try the following code in Firefox 3.0.11. I'd like to note that there is no
such issue in IE 6/7.
<rich:modalPanel showWhenRendered="true">
<rich:scrollableDataTable width="200" height="100">
<rich:column>
<f:facet name="header">
COLUMN
</f:facet>
</rich:column>
</rich:scrollableDataTable>
</rich:modalPanel>
I don't want you to close issue due to workaround, because
domElementAttachment="parent" isn't always acceptable.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira