Opened 14 years ago
Closed 14 years ago
#2400 closed defect (wontfix)
Updating FilteringTable property values in Opera is broken
Reported by: | alex | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Widgets | Version: | 0.4.1 |
Keywords: | filteringtable, widget, data, opera | Cc: | bill, Tom Trenka |
Blocked By: | Blocking: |
Description
The FIlteringTable widget incorrectly gets and sets the "value" attribute of DOM rows. As a result, the nodeValue property is returned in Opera, resulting in incorrect updates as queries to find node-associated data set values fail. The attached patch fixes it, although serious performance concerns about the wisdom of a linear node search remain.
I'm clearing this ticket for inclusion in 0.4.2, but it will need to be reviewed by at least ttrenka and probably also bill.
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | opera_fix.diff added |
---|
comment:1 Changed 14 years ago by
comment:3 Changed 14 years ago by
Component: | General → Widgets |
---|
comment:4 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This is all being redone for the new Table widget.
Note: See
TracTickets for help on using
tickets.
tom, are you going to apply this?