[ http://jira.codehaus.org/browse/DISPL-296?page=comments#action_59745 ]
Wallace Mu commented on DISPL-296: ---------------------------------- In DISPL-103, I found that "nowrap" is replace by style="{whitespace: nowrap; }" I don't understand why. I think style="{whitespace: nowrap; }" can not replace nowrap. Here is a test html, showing that nowrap is different from style="{whitespace: nowrap; }" : <table width="200" border="1" cellpadding="15"> <tr> <th scope="col"> </th> <th scope="col" nowrap>This is a test for 'nowrap'attribute. In this field, it will no wrap. </th> </tr> </table> <p> </p> <table width="200" border="1" cellpadding="15"> <tr> <th scope="col"> </th> <th scope="col" style="whitespace: nowrap;">This is a test for "style='{whitespace: nowrap; }' " attribute. In this field, it will wrap.</th> </tr> </table> > Support 'nowrap' attributes in <display:column> > ----------------------------------------------- > > Key: DISPL-296 > URL: http://jira.codehaus.org/browse/DISPL-296 > Project: DisplayTag > Type: Improvement > Components: Tag Library > Versions: After 1.1 > Reporter: Wallace Mu > Fix For: After 1.1 > > Original Estimate: 6 hours > Remaining: 6 hours > > I use style="whitespace: nowrap;" in the "<display:column>",but it is still > wrap. ( I am using IE6.0 to access the page). > Wish to support "nowrap" attribute in "<display:column>". > Or add a new attribute that can pass through all the configuration to "<th>" > in html. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ displaytag-devel mailing list displaytag-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-devel