Opened 15 years ago
Closed 15 years ago
#1333 closed defect (duplicate)
SortableTable fails to honor selected="true" when parsing from table
Reported by: | Owned by: | bill | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Since reset() is called from parseColumns(), we lose the preselected (with selected="true") elements by wiping down the attribute from all rows.
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Ooops, Sorry for littering. This is a duplicate of #803.
Blago
Note: See
TracTickets for help on using
tickets.
Not sure if it makes sense to have preselected elements, but the above refers to rows with selected="true" attribute during the initial table parsing.