Opened 15 years ago
Closed 15 years ago
#3570 closed defect (fixed)
0.9: HtmlTableStore getIdentity doesn't work on Opera 9.2
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Date | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
0.9: HtmlTableStore? getIdentity doesn't work on Opera 9.2
This is because Opera doesn't assign the indexes to sectionRowIndex, so have to do an alternate flow on Opera. Simple fix.
Attachments (1)
Change History (2)
Changed 15 years ago by
Attachment: | dojox.data_HtmlTableStore_20070629.patch added |
---|
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [9391]) Fixes to HtmlTableStore? for Opera 9.2. fixes #3570
Note: See
TracTickets for help on using
tickets.
Patch to fix the store on Opera + remove some debug lines.