in partnership with mediatemple

Ticket #869 (closed defect: invalid)

Opened 3 months ago

Last modified 3 months ago

Array.join misses last item in IE7

Reported by: erickoh Owned by:
Type: defect Priority: trivial
Milestone: Mootools version 1.2 Component: Core
Keywords: array,join Cc:

Description

$('result').set('html',['1','2'].join('&'));

output in Firefox

1&2

output in IE7

1

Change History

Changed 3 months ago by magmoro@…

try 1&2

Changed 3 months ago by kamicane

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

sorry, this is not a valid ticket.

  • Please be precise about the MooTools version you're using.
  • Please include a testcase where applicable.
  • We do not accept bug reports for beta browser versions.
  • Please include the full browser version.
  • Please test with trunk, as the bug might be already fixed.
Note: See TracTickets for help on using tickets.