[mythtv-commits] Ticket #4636: Mythweb delete button in recorded doesn't for IE

MythTV mythtv at cvs.mythtv.org
Thu Feb 14 05:41:57 UTC 2008


#4636: Mythweb delete button in recorded doesn't for IE
-----------------------------------------+----------------------------------
 Reporter:  Bill <level42 at sympatico.ca>  |        Owner:  xris   
     Type:  defect                       |       Status:  new    
 Priority:  minor                        |    Milestone:  unknown
Component:  mythweb                      |      Version:  unknown
 Severity:  medium                       |   Resolution:         
  Mlocked:  0                            |  
-----------------------------------------+----------------------------------

Comment(by Joe Ripley <vitaminjoe at gmail.com>):

 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 at gmail.com

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4636#comment:2>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list