Ticket #141 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

Periodic Table doesn't display in Opera

Reported by: UdoBorkowski Owned by: JeremyRuston
Priority: minor Milestone: 2.1
Component: core Version:
Severity: low Keywords:
Cc:

Description

from  post:

The example Periodic Table doesn't display because Opera doesn't like inserting an element before itself. Fix: search for the code "table.insertBefore(rowContainer,table.firstChild);" and add "if (rowContainer != table.firstChild)" in front of it.

Change History

Changed 7 years ago by JeremyRuston

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

Fixed in changeset:517

Note: See TracTickets for help on using tickets.