[opencms-dev] Edition problem Opencms 9.X with new Firefox 41.0

Thorsten Duhn duhn at regio-gmbh.de
Wed Sep 30 12:12:18 CEST 2015


Hello,

> could you provide a content type schema that triggers this issue. Or 
> point out a type wihtin the demo template that causes it?
>
of course. Choosing a simpler one with no nested schemas. But showing 
the behaviour as well.

Thanks,
Thorsten

*download.xsd*

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
elementFormDefault="qualified">

     <xsd:include schemaLocation="opencms://opencms-xmlcontent.xsd"/>

     <xsd:element name="FueDownloads" type="OpenCmsFueDownloads"/>

     <xsd:complexType name="OpenCmsFueDownloads">
         <xsd:sequence>
             <xsd:element name="FueDownload" type="OpenCmsFueDownload" 
minOccurs="0" maxOccurs="unbounded" />
         </xsd:sequence>
     </xsd:complexType>

     <xsd:complexType name="OpenCmsFueDownload">
         <xsd:sequence>
             <xsd:element name="Title" type="OpenCmsString" />
             <xsd:element name="File" type="OpenCmsVfsFile" />
             <xsd:element name="Category" type="OpenCmsCategory" />
             <xsd:element name="Priority" type="OpenCmsString" />
             <xsd:element name="Description" type="OpenCmsHtml" />
             <xsd:element name="Created" type="OpenCmsDateTime" />
             <xsd:element name="Preview" type="OpenCmsVfsImage" />
         </xsd:sequence>
         <xsd:attribute name="language" type="OpenCmsLocale" 
use="optional" />
     </xsd:complexType>

     <xsd:annotation>
         <xsd:appinfo>
             <resourcebundle 
name="de.regiogmbh.fue.opencms.template.schemas" />
             <preview uri="${previewtempfile}" />
             <mappings>
                 <mapping element="Title" mapto="property:Title" />
                 <mapping element="Created" 
mapto="attribute:datereleased" />
             </mappings>
             <layouts>
                 <layout element="Description" widget="HtmlWidget" 
configuration="source,link,image,anchor,formatselect,style,table,imagegallery,downloadgallery,hidebuttons:underline;subscript;superscript;justify;anchor;blockquote;print;fitwindow,height:400px,css:/system/modules/de.regiogmbh.fue.opencms.template/resources/css/bootstrap.min.css" 
/>
                 <layout element="Preview" widget="VfsImageWidget" 
configuration="{useformat:false,usedescription:false}" />
             </layouts>
             <validationrules />
             <defaults>
                 <default element="Created" value="%(currenttime)" />
             </defaults>
             <searchsettings containerPageOnly="false">
                 <searchsetting element="Title" searchcontent="false">
                     <solrfield targetfield="sorttitle" sourcefield="*_s" />
                 </searchsetting>
                 <searchsetting element="Priority" searchcontent="false">
                     <solrfield targetfield="priority" 
sourcefield="*_sint" />
                 </searchsetting>
                 <searchsetting element="Category" searchcontent="false">
                     <solrfield targetfield="category" sourcefield="*_s" />
                 </searchsetting>
                 <searchsetting element="Created" searchcontent="false">
                     <solrfield targetfield="uploaddate" 
sourcefield="*_dt" />
                 </searchsetting>
             </searchsettings>
         </xsd:appinfo>
     </xsd:annotation>
</xsd:schema>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20150930/a08ea3fb/attachment.htm>


More information about the opencms-dev mailing list