History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WET-10
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Raghu Venkataramana
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WET

Table.to_a() doesn't always show the correct value

Created: 01/Apr/06 02:55 AM   Updated: 18/Jun/07 10:15 AM
Component/s: WET DOM Interface
Affects Version/s: 0.5.3
Fix Version/s: Future

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: 0.5.3.x


 Description  « Hide
 Hue Mach Dieu had the following issue in one of his
tables.

y application table display data as like this

-----------------------------------------------
| Col 1 | Col 2 | Col 3 | ...
-----------------------------------------------
| V1 | V2 ..
| Row 1 | -------------------------------------
| V3 | V4 ..
-----------------------------------------------
| Row 3 | V5 | V6...
-----------------------------------------------
...

When I use method: table(..).to_a(), I get I got this result:
=> [["Col 1", "Col 2", "Col 3",..], ["Row 1", "V1", "V2",..],
["V3",
"V4",..],"Row 3", "V5", "V5",..] ]

Looking this result, I found this value ["V3", "V4",..]
missing 1
column.

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.