Bug Tracker

Ticket #1328 (closed bug: wontfix)

Opened 2 years ago

Last modified 9 months ago

Real Player Plugin remove trows error

Reported by: dmc Assigned to: stefan
Type: bug Priority: minor
Milestone: 1.2 Component: interface
Version: 1.1.2 Keywords: Real player DOM Remove 733 Internet Explorer
Cc: Needs: Test Case

Description

On line 733 in jquery Basecode

empty: function() {

while ( this.firstChild ) {

this.removeChild( this.firstChild );

}

}

Trows en Exception in Internet Explorer 7 when used to delete an Real Player Plugin instance.

I do later an post with an special testcase..

Attachments

Change History

Changed 9 months ago by scott.gonzal

  • status changed from new to closed
  • resolution set to wontfix

Interface is no longer supported.

Note: See TracTickets for help on using tickets.