[opencms-dev] Edition problem Opencms 9.X with new Firefox 41.0
Tobias Herrmann
t.herrmann at alkacon.com
Wed Sep 30 12:14:19 CEST 2015
Thanks, I will look into it.
Regards,
Tobias
--
Alkacon Software GmbH - The OpenCms Experts
http://www.alkacon.com
http://www.opencms.org
Am 30.09.2015 um 12:12 schrieb Thorsten Duhn:
> 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>
>
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
>
>
>
---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus
More information about the opencms-dev
mailing list