Modify ↓
Ticket #1328 (closed bug: wontfix)
Real Player Plugin remove trows error
| Reported by: | dmc | Owned by: | stefan |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2 |
| Component: | interface | Version: | 1.1.2 |
| Keywords: | Real player DOM Remove 733 Internet Explorer | Cc: | |
| Blocking: | Blocked by: |
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..
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Interface is no longer supported.