You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Rob Gagne (JIRA)" <xa...@incubator.apache.org> on 2006/12/02 20:38:21 UTC

[jira] Commented: (XAP-183) Table: Data in column cells overflows into ajacent cells when the data is loaded asynchronously

    [ http://issues.apache.org/jira/browse/XAP-183?page=comments#action_12455127 ] 
            
Rob Gagne commented on XAP-183:
-------------------------------

Different problem in IE (using version 7).  I'm setting the column explicitly but the data is not going into the column I've set.  Screen shot attached.

Code for the XAL file.  This happens in quirks mode and non quirks mode.

<xal xmlns="http://openxal.org/ui/html">
  <data:documentDataSource xmlns:data="http://openxal.org/core/data" id="newsSource"
    source="http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml"/>
  <mco xmlns="http://openxal.org/core/mco" id="testMCO" src="DisplayUIDocument"/>
  <verticalBoxPane align="start" height="800px">
    <label height="20px" text="BBC News Feed" fontSize="12px"/>
    <table width="980px" height="600px">
      <column>
        <header text="Title" width="770px"/>
      </column>
      <column>
        <header text="Date" width="190px"/>
      </column>
      <data:iterator xmlns:data="http://openxal.org/core/data" dataSource="newsSource"
        type="ONE_WAY" name="newsTable" select="rss/channel/item">
        <row xmlns="http://openxal.org/ui/html" cursor="hand">
          <cell myLink="{*('link')}" onMouseUp="mco:testMCO.browseTo(event)" text="{*('description')}"/>
          <cell text="{*('pubDate')}"/>
        </row>
      </data:iterator>
    </table>
  </verticalBoxPane>
</xal>


> Table: Data in column cells overflows into ajacent cells when the data is loaded asynchronously
> -----------------------------------------------------------------------------------------------
>
>                 Key: XAP-183
>                 URL: http://issues.apache.org/jira/browse/XAP-183
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>         Environment: Mozilla
>            Reporter: Rob Gagne
>            Priority: Critical
>
> If loaded when the table is constructed, the column expands to the data.  If loaded asynchronously the column width does not change, but the data overflows.
> The correct behavior is probably to truncate the display of the data with "..." or something.

-- 
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