Ticket #141 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
