[JBoss JIRA] (RF-12659) ExtendedDataTable layout breaks when table element width set to 100%
by Ken Finnigan (JIRA)
[ https://issues.jboss.org/browse/RF-12659?page=com.atlassian.jira.plugin.s... ]
Ken Finnigan updated RF-12659:
------------------------------
Description:
If a rich:extendedDataTable is present on a page in which the following stylesheet rule is present, then each column width is stretched but the actual cell width isn't which causes the row lines to not stretch to the next column:
{code}
table {
width: 100%;
}
{code}
was:
If a rich:extendedDataTable is present on a page in which the following stylesheet rule is present, then each column width is stretched but the actual cell width isn't which causes the row lines to not stretch to the next column:
{code}
table {
width: 100%;
}
{code}
> ExtendedDataTable layout breaks when table element width set to 100%
> --------------------------------------------------------------------
>
> Key: RF-12659
> URL: https://issues.jboss.org/browse/RF-12659
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.0.M2
> Reporter: Ken Finnigan
> Assignee: Ken Finnigan
> Fix For: 4.3-Tracking
>
>
> If a rich:extendedDataTable is present on a page in which the following stylesheet rule is present, then each column width is stretched but the actual cell width isn't which causes the row lines to not stretch to the next column:
> {code}
> table {
> width: 100%;
> }
> {code}
--
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
13 years, 4 months
[JBoss JIRA] (RF-12659) ExtendedDataTable layout breaks when table element width set to 100%
by Ken Finnigan (JIRA)
Ken Finnigan created RF-12659:
---------------------------------
Summary: ExtendedDataTable layout breaks when table element width set to 100%
Key: RF-12659
URL: https://issues.jboss.org/browse/RF-12659
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.3.0.M2
Reporter: Ken Finnigan
Assignee: Ken Finnigan
Fix For: 4.3-Tracking
If a rich:extendedDataTable is present on a page in which the following stylesheet rule is present, then each column width is stretched but the actual cell width isn't which causes the row lines to not stretch to the next column:
{code}
table {
width: 100%;
}
{code}
--
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
13 years, 4 months
[JBoss JIRA] (RF-12658) NotifyStack generates invalid JS
by Ken H (JIRA)
[ https://issues.jboss.org/browse/RF-12658?page=com.atlassian.jira.plugin.s... ]
Ken H updated RF-12658:
-----------------------
Issue Type: Bug (was: Feature Request)
> NotifyStack generates invalid JS
> --------------------------------
>
> Key: RF-12658
> URL: https://issues.jboss.org/browse/RF-12658
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.0.M2
> Reporter: Ken H
>
> Including a notify stack such as:
> {code}
> <rich:notifyStack>
> <rich:notifyMessages stayTime="60000" ajaxRendered="true" />
> </rich:notifyStack>
> {code}
> Generates the following invalid JS block:
> {code}
> <script type="text/javascript">
> new RichFaces.ui.NotifyStack('j_idt13', );
> </script>
> {code}
> This does not appear to affect functionality but does generate a console error in Chrome (unexpected close-paren). Resolving RF-12620 will probably also resolve this issue.
--
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
13 years, 4 months
[JBoss JIRA] (RF-12658) NotifyStack generates invalid JS
by Ken H (JIRA)
Ken H created RF-12658:
--------------------------
Summary: NotifyStack generates invalid JS
Key: RF-12658
URL: https://issues.jboss.org/browse/RF-12658
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 4.3.0.M2
Reporter: Ken H
Including a notify stack such as:
{code}
<rich:notifyStack>
<rich:notifyMessages stayTime="60000" ajaxRendered="true" />
</rich:notifyStack>
{code}
Generates the following invalid JS block:
{code}
<script type="text/javascript">
new RichFaces.ui.NotifyStack('j_idt13', );
</script>
{code}
This does not appear to affect functionality but does generate a console error in Chrome (unexpected close-paren). Resolving RF-12620 will probably also resolve this issue.
--
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
13 years, 4 months