cancel
Showing results for 
Search instead for 
Did you mean: 

Filepicker widget hangs in IE 6 and 7

alfresco_gopesh
Champ in-the-making
Champ in-the-making
Hi,

We have made dashlets using the wcm tld for handling the alfresco web forms controlling with the same dashlet using extjs and jsf.


While working with in built web forms ,it works nice..but if we try to open the same using our code it hangs in IE 6 and 7..It works fine with the mozilla firefox browser.

We are facing problem when xsd having any field using <xs:Anyurl> .

If we want to change the path using web form using our dashlet it hangs when changing the path using the image on the left.

after debugging we found that in both cases one difference we point out was the current path variable in dojo ajax was returning null if webform was open with our dashlet application.

Anyone please help me out with this.The call to filepickerbean.getfilepickerdata() was made.using ajax servet's invoke method.

the following is the XSD file and the problem occurs with the bold line.

<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:alf="http://www.alfresco.org" xmlns:download="http://www.alfresco.org/alfresco/download" targetNamespace="http://www.alfresco.org/alfresco/download" elementFormDefault="qualified">

   <!– defines type for content link type –>
   <xs:complexType name="titlelinktype">
      <xs:sequence>
         <xs:element name="downloadtitle" type="xs:normalizedString"/>
         <xs:element name="link" type="xs:anyURI" default="/docs" />         
      </xs:sequence>
   </xs:complexType>
   <!– defines type for content link –>
   <!– defines type for first level channel –>
   <xs:complexType name="downloadtype">
      <xs:sequence>
         <xs:element name="title" type="download:titlelinktype"/>
         <xs:element name="date" type="xs:normalizedString"/>
         <xs:element name="size" type="xs:normalizedString"/>
         <xs:element name="publish" type="xs:boolean" default="false"/>
      </xs:sequence>
   </xs:complexType>

   <!– defines the form for creating a navigation hierarchy –>
   <xs:element name="list">
      <xs:complexType>
         <xs:sequence>
            <xs:element name="download" type="download:downloadtype" minOccurs="0" maxOccurs="unbounded"/>
         </xs:sequence>
      </xs:complexType>
   </xs:element>
</xs:schema>
1 REPLY 1

alfresco_gopesh
Champ in-the-making
Champ in-the-making
// this.headerMenuTriggerLink.style.borderStyle = "solid";

comment this line in _closeParentPathMenu: function() method will solve the problem.
comment this line in file_picker_widget.js in script/ajax folder.

Thanx,
Gopesh.
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.