Opened 18 years ago
Closed 18 years ago
Last modified 18 years ago
#4636 closed defect (fixed)
Mythweb delete button in recorded doesn't for IE
Reported by: | Owned by: | xris | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythweb | Version: | unknown |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Delete button does not work in Mythweb in Recorded Programs page in IE 7 in SVN 15928. Works in firefox. This did previously work in IE in SVN 15568.
IE gives an error message "rowcount undefined", line 6307
Change History (4)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
I tried it in IE6 just for fun. I thought it might be helpful for debugging in IE7. These are the errors I get on loading the /tv/recorded module:
Line: 290 Char: 51 Error: Expected identifier, string or number Code: 0
This translates to this section of code for this particular error:
289: parameters: { ajax: 'yes', 290: delete: 'yes', 291: chanid: file.chanid,
After the initial error, I get this one:
Line: 704 Char: 1 Error: 'rowcount' is undefined Code: 0
Line 704 translates to this code:
703:<script type="text/javascript"> 704:rowcount.push(['2']); 705:rowcount.push(['1']);
This <script> block is near the end of the HTML code. My MythWeb is currently at [15887].
Hope this helps.
-- Joe Ripley vitaminjoe@…
comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
same problem here, does not work in 15999, worked before.