As always: Thank you Derrell for the quick response/fix!

For those who don't want to wait for a new release, here's a runtime-patch for
qooxdoo 1.1:

<code class="JavaScript">

  qx.Class.patch(qx.ui.table.Table,
    qx.Mixin.define("patches.Table",
    {
      members :
      {
        updateContent : function() {
          var scrollerArr = this._getPaneScrollerArr();
          for (var i=0; i<scrollerArr.length; i++) {
            scrollerArr[i].getTablePane().updateContent(true);
          }
        }
      }
    })
  );

</code>

/Peter

On 2010-06-23 17:25 Derrell Lipman wrote:
> On Wed, Jun 23, 2010 at 07:38, Peter Schneider <[email protected]>wrote:
> 
>> Hi Derrell,
>>
>> your wish is my command ;)
>> http://bugzilla.qooxdoo.org/show_bug.cgi?id=3794
>>
>> Playground Exampe: http://tinyurl.com/32gv72n
>>
>> *Expected behavior*
>> When clicking on the "Toggle Locale" Button, all dates should change.
>>
>> *Failure observed*
>> When clicking on the "Toggle Locale" Button, only the date of a selected
>> row
>> changes.
>>
> 
> Fixed in svn, and tested using your playground example to confirm the fix
> worked as expected.
> 
> Derrell
> [...]

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to