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 7111 - Constraint component
Summary: Constraint component
Status: RESOLVED FIXED
Alias: None
Product: Amaya
Classification: Unclassified
Component: Editing (show other bugs)
Version: 11.2
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Vatton
QA Contact: Vatton
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-16 08:11 UTC by FAUCHEUR Guillaume
Modified: 2009-08-28 14:17 UTC (History)
5 users (show)

See Also:


Attachments

Description FAUCHEUR Guillaume 2009-07-16 08:11:14 UTC
Hello,

When we use the tag "xt:bag" and when we define a list of deliberate type (ex: types = " h1 h2 h3 h4 "). The tab of choice by clicking the icon "+" march correctly however if we click one of them nothing takes place. On the other hand if we click via the right menu T1, T2, T3 or T4 (in the case of our example), it not there no problem.
I also made out a will in an exclude without result, none of the elements writes inside was to delete of the list.

<?xml version="1.0" encoding="utf-8"?> 
<html xmlns="http://www.w3.org/1999/xhtml" 
 xmlns:xt="http://ns.inria.org/xtiger" xml:lang="en" lang="en"> 
<head> 
  <title><xt:use types="string" label="title">Constraint test</xt:use></title> 
  <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 

</head> 

<body> 
   <div> 
	 <xt:bag types="anyElement" exclude="h1 h2 h3" label="exclude_test"><p>My content</p></xt:bag> 
   </div> 
   <div> 
	 <xt:bag types="h1 h2 p div img object string" label="list_test"> <p>My content2</p> </xt:bag> 
   </div> 
</body> 
</html>

Thanks.
Comment 1 Vatton 2009-08-28 14:17:53 UTC
The problem is now fixed