error loading Inkscape page on IE9

Bug #937722 reported by Alvin Penner
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Triaged
Critical
Unassigned

Bug Description

- running Windows 7 (32 bit) and IE9
- load website https://bugs.launchpad.net/inkscape
- get error message :

Line: 2
Error: Invalid target element for this operation.

- the first few lines of the source code for this page are:
- note that line 2 is broken:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
      lang="en" dir="ltr">
  <head>
<base href="https://bugs.launchpad.net/inkscape/+bugs" />

screenshot attached:

Revision history for this message
Alvin Penner (apenner) wrote :
Changed in launchpad:
status: New → Triaged
importance: Undecided → Critical
Revision history for this message
Alvin Penner (apenner) wrote :

running Windows XP and IE8 the behaviour is better. I still get an error message in line 2,

Line: 2
Error: Unknown runtime error

 but the screen shot is as follows. This screen is much more informative than the one in IE9.

Curtis Hovey (sinzui)
tags: added: bugs ie javascript
Revision history for this message
Curtis Hovey (sinzui) wrote :

The doctype and html element are not broken. XML and the older SGML rules permit tags to be written over many lines. This issue is more like about an insert of invalid markup/nodes into another node. There have been mistakes in the past where code inserted block elements into a <p> or non-table structure into a table.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.