You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Nathan Jantz (JIRA)" <be...@incubator.apache.org> on 2005/05/03 01:02:04 UTC

[jira] Updated: (BEEHIVE-593) Datagrid rows tag not rendering HTML attributes

     [ http://issues.apache.org/jira/browse/BEEHIVE-593?page=all ]

Nathan Jantz updated BEEHIVE-593:
---------------------------------

    Attachment: rowsTagAttributes.zip

Attaching repro.

> Datagrid rows tag not rendering HTML attributes
> -----------------------------------------------
>
>          Key: BEEHIVE-593
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-593
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>  Environment: Windows XP, Weblogic 9.0, Tomcat 5.0
>     Reporter: Nathan Jantz
>     Assignee: Eddie O'Neil
>      Fix For: V1
>  Attachments: rowsTagAttributes.zip
>
> When a datagrid renders <tr> data rows, all attributes set in the <netui-data:rows> tag do not get rendered to the <tr> element.
> Test Case:
> <netui-data:rows
>     align="left"
>     char="foo"
>     charoff="foo"
>     dir="LTR"
>     lang="en"
>     onClick="foo()"
>     onDblClick="foo()"
>     onKeyDown="foo()"
>     onKeyPress="foo()"
>     onKeyUp="foo()"
>     onMouseDown="foo()"
>     onMouseMove="foo()"
>     onMouseOut="foo()"
>     onMouseOver="foo()"
>     onMouseUp="foo()"
>     style="foo"
>     styleClass="foo"
>     title="foo"
>     valign="top"
> >
> Expected Result:
> <tr align="left"
>     char="foo"
>     charoff="foo"
>     dir="LTR"
>     lang="en"
>     onClick="foo()"
>     onDblClick="foo()"
>     onKeyDown="foo()"
>     onKeyPress="foo()"
>     onKeyUp="foo()"
>     onMouseDown="foo()"
>     onMouseMove="foo()"
>     onMouseOut="foo()"
>     onMouseOver="foo()"
>     onMouseUp="foo()"
>     style="foo"
>     class="foo"
>     title="foo"
>     valign="top"
> >
> Actual results:
> <tr class="datagrid-even">
> Attaching repro here shortly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira