Ticket #1304 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Dialog code is horribly broken in IE

Reported by: douglas Owned by: douglas
Priority: normal Milestone: 0.96
Component: Xinha Core Version: trunk
Severity: normal Keywords:
Cc:

Description

Dialogs on trunk generate a javascript error on every call. This is because you can't call Array's slice method on a Nodelist

Change History

Changed 3 years ago by douglas

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

r1088 Fixes this by using the Xinha internal function for converting a collection into an array, which has been updated with the Array.slice speed trick

Note: See TracTickets for help on using tickets.