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 7108 - xt:use single component choice
Summary: xt:use single component choice
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-15 13:50 UTC by FAUCHEUR Guillaume
Modified: 2009-08-13 16:23 UTC (History)
5 users (show)

See Also:


Attachments
Image single component choice (73.36 KB, image/png)
2009-07-15 13:50 UTC, FAUCHEUR Guillaume
Details

Description FAUCHEUR Guillaume 2009-07-15 13:50:13 UTC
Created attachment 723 [details]
Image single component choice

Hello,

During the creation of a document containing a tag "xt:use" having for type a single component XTiger, there is an icon allowing of selected player (as a multiple choice) while it should not be there (see image).

Source code:
<?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">Use test</xt:use></title>

  <meta http-equiv="content-type" content="text/html; charset=utf-8" />

  <link rel="stylesheet" type="text/css" href="style.css" />



  <xt:head version="1.0" templateVersion="1.0">

    <xt:component name="my_struct">

      	<xt:use types="string" label="str_struct">My content</xt:use>

    </xt:component>

  </xt:head>

</head>



<body>

   <p>

	 <xt:use types="my_struct" label="struct"></xt:use>

   </p>

</body>

</html>

Thanks.
Comment 1 Vatton 2009-08-13 16:23:20 UTC
It's fixed now