This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 8779 - This document closes Amaya: div with border inside a div with background image
Summary: This document closes Amaya: div with border inside a div with background image
Status: NEW
Alias: None
Product: Amaya
Classification: Unclassified
Component: Editing (show other bugs)
Version: 11.3.1
Hardware: PC Windows XP
: P2 major
Target Milestone: ---
Assignee: Vatton
QA Contact: Vatton
URL: http://www.mclibre.org/prueba/test_10...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-18 18:23 UTC by Bartolom
Modified: 2010-12-14 15:33 UTC (History)
6 users (show)

See Also:


Attachments
Document that closes Amaya (983 bytes, application/zip)
2010-01-18 18:23 UTC, Bartolom
Details

Description Bartolom 2010-01-18 18:23:40 UTC
Created attachment 804 [details]
Document that closes Amaya

When Amaya opens the following document, Amaya closes giving an error:
HTML:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
  <title>This documents closes Amaya</title>
  <meta name="generator" content="Amaya, see http://www.w3.org/Amaya/" />
  <link href="test.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="test">
<div>
<p>This is a paragraph</p>
</div>
</div>
</body>
</html>

CSS:
div {
  border: 7px black solid; 
}
div#test {
  background-image: url("test.png");
}

Tested in Amaya 11.3.1 and Amaya 11.2 in Windows XP. 
I have attached a copy of the document. 
A copy of the document is in http://www.mclibre.org/prueba/test_100118/test.html. Amaya closes when opening this url.
Comment 1 fred.wang 2010-12-14 15:33:02 UTC
I can't reproduce this bug with a CVS build on Linux.