Side navigation
#1696 closed bug (invalid)
Opened September 20, 2007 03:08PM UTC
Closed March 14, 2008 04:04PM UTC
Javascript Errors Using Table Sort When The Table Has Zero Rows In Its Body
Reported by: | kirkcerny501 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | ui | Version: | 1.2.1 |
Keywords: | empty table | Cc: | |
Blocked by: | Blocking: |
Description
I recently downloaded the new UI table sorter, and it was working great until i came across a table without any body rows.
There were a number of errors where a row was assumed to exist such as.
cells = table.tBodies[0].rows[0].cells;
Error table.tBodies[0].rows[0] has no properties.
I am using Firefox 2
Attachments (0)
Change History (1)
Changed March 14, 2008 04:04PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |