Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#4636 closed defect (fixed)

Mythweb delete button in recorded doesn't for IE

Reported by: Bill <level42@…> 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 Changed 16 years ago by vadim

same problem here, does not work in 15999, worked before.

comment:2 Changed 16 years ago by Joe Ripley <vitaminjoe@…>

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 Changed 16 years ago by Rob Smith

Resolution: fixed
Status: newclosed

(In [16075]) Fixes #4636, this should fix the delete buttons for IE and firefox 1.5

comment:4 Changed 16 years ago by Rob Smith

(In [16076]) [16075] from trunk to fixes, Fixes #4636, this should fix the delete buttons for IE and firefox 1.5

Note: See TracTickets for help on using tickets.