Repeat value put to table row does not seem to clear cells

Bug #283237 reported by Charles Goodwin
2
Affects Status Importance Assigned to Milestone
Vexi
Fix Released
Medium
Charles Goodwin

Bug Description

var r = table.row(vexi.box);
r.v_head = tablehead; // I don't like this
r.value = [null, "foo"];
r.value = ["foo", null]; // this displays the row as [foo,foo]

Changed in vexi:
assignee: nobody → charlesgoodwin
importance: Undecided → Medium
milestone: none → 3.0.0
status: New → Confirmed
Revision history for this message
Charles Goodwin (charlesgoodwin) wrote :

After investigating, there were two problems. 1 was a dirtying issue when the table align changed (fixed in the core) and the other was that dates did not clear on null puts (fixed in widgets) - all other types were fine.

Changed in vexi:
status: Confirmed → Fix Committed
Changed in vexi:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.