Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 562EA17A7D for ; Fri, 13 Mar 2015 08:30:38 +0000 (UTC) Received: (qmail 94094 invoked by uid 500); 13 Mar 2015 08:30:38 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 94035 invoked by uid 500); 13 Mar 2015 08:30:38 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 94025 invoked by uid 99); 13 Mar 2015 08:30:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2015 08:30:38 +0000 Date: Fri, 13 Mar 2015 08:30:38 +0000 (UTC) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DIRSTUDIO-706) Ldif editor folding/unfolding does not work when a DN is split on more than one line MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DIRSTUDIO-706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14360104#comment-14360104 ] Emmanuel Lecharny commented on DIRSTUDIO-706: --------------------------------------------- Actually, this is a problem for the very first DN only. If we have other lines with a multi-lines DN, then the unfolding works, but then we have another unexpected behavior : the DN is always shown on multiple lines. > Ldif editor folding/unfolding does not work when a DN is split on more than one line > ------------------------------------------------------------------------------------ > > Key: DIRSTUDIO-706 > URL: https://issues.apache.org/jira/browse/DIRSTUDIO-706 > Project: Directory Studio > Issue Type: Bug > Affects Versions: 1.5.3 > Reporter: Emmanuel Lecharny > Fix For: 2.0.0 > > > If we try to fold an Entry clicking the [-], the entry remains unfolded if the line is split in more than one line, like : > [-] dn: ads-interceptorId=collectiveAttributeInterceptor,ou=interceptors,ads-directo > ryServiceId=default,ou=config > ads-interceptororder: 12 > [-] ads-interceptorclassname: org.apache.directory.server.core.collective.Collective > AttributeInterceptor > ads-interceptorid: collectiveAttributeInterceptor > objectclass: ads-interceptor > objectclass: top > ads-enabled: true > Clicking on the first [-] gives : > [+] dn: ads-interceptorId=collectiveAttributeInterceptor,ou=interceptors,ads-directo.. > ads-interceptororder: 12 > [-]ads-interceptorclassname: org.apache.directory.server.core.collective.Collective > AttributeInterceptor > ads-interceptorid: collectiveAttributeInterceptor > objectclass: ads-interceptor > objectclass: top > ads-enabled: true > This is probably due to the fact that we have 2 different folding level : > - one for the entry > - one for the multi-line attributes. > In this case, only the second case is handled. -- This message was sent by Atlassian JIRA (v6.3.4#6332)