[jira] [Commented] (OFBIZ-12603) In place editor wrong enable on display field

2022-04-22 Thread Nicolas Malin (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17526448#comment-17526448
 ] 

Nicolas Malin commented on OFBIZ-12603:
---

:) ok i'll remember for the next !

Thanks jacques

> In place editor wrong enable on display field
> -
>
> Key: OFBIZ-12603
> URL: https://issues.apache.org/jira/browse/OFBIZ-12603
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework/widget, themes
>Affects Versions: 18.12.06, 22.01.01, Upcoming Branch
>Reporter: Nicolas Malin
>Assignee: Nicolas Malin
>Priority: Trivial
> Fix For: 18.12.06, 22.01.01
>
> Attachments: Capture d’écran de 2022-04-22 15-15-14.png, Capture 
> d’écran de 2022-04-22 15-15-32.png
>
>
> When, on a form, you set a widget-style on a display field, you activate the 
> inline editor without reason.
> The issue comes from HtmlFormMacroLibrary.ftl that initialize some value in a 
> span 
> {code:java}
>     <#if inPlaceEditorUrl?has_content || class?has_content || alert=="true" 
> || title?has_content>
>        data-inplace-editor-params="${inPlaceEditorParams}" <#if 
> idName?has_content>id="cc_${idName}" <#if 
> title?has_content>title="${title}" <@renderClass class alert />><#t/>
>     {code}
> With the previous code, if you have a class value, the span received in place 
> editor elements without reason. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OFBIZ-12603) In place editor wrong enable on display field

2022-04-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17526430#comment-17526430
 ] 

ASF subversion and git services commented on OFBIZ-12603:
-

Commit b3ee0ecc30e4ccf8acc19365ebd7d7e486b0b22c in ofbiz-framework's branch 
refs/heads/trunk from Nicolas Malin
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=b3ee0ecc30 ]

Fixed: In place editor wrong enable on display field (OFBIZ-12603)

When, on a form, you set a widget-style on a display field, you activate the 
inline editor without reason.
The issue comes from HtmlFormMacroLibrary.ftl that initialize some value in a 
span without control if it's necessary.


> In place editor wrong enable on display field
> -
>
> Key: OFBIZ-12603
> URL: https://issues.apache.org/jira/browse/OFBIZ-12603
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework/widget, themes
>Affects Versions: 18.12.06, 22.01.01, Upcoming Branch
>Reporter: Nicolas Malin
>Assignee: Nicolas Malin
>Priority: Trivial
>
> When, on a form, you set a widget-style on a display field, you activate the 
> inline editor without reason.
> The issue comes from HtmlFormMacroLibrary.ftl that initialize some value in a 
> span 
> {code:java}
>     <#if inPlaceEditorUrl?has_content || class?has_content || alert=="true" 
> || title?has_content>
>        data-inplace-editor-params="${inPlaceEditorParams}" <#if 
> idName?has_content>id="cc_${idName}" <#if 
> title?has_content>title="${title}" <@renderClass class alert />><#t/>
>     {code}
> With the previous code, if you have a class value, the span received in place 
> editor elements without reason. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OFBIZ-12603) In place editor wrong enable on display field

2022-04-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17526429#comment-17526429
 ] 

ASF subversion and git services commented on OFBIZ-12603:
-

Commit c88074d7844e338c2fa61cd69ee80106aae24d2a in ofbiz-framework's branch 
refs/heads/release18.12 from Nicolas Malin
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=c88074d784 ]

Fixed: In place editor wrong enable on display field (OFBIZ-12603)

When, on a form, you set a widget-style on a display field, you activate the 
inline editor without reason.
The issue comes from HtmlFormMacroLibrary.ftl that initialize some value in a 
span without control if it's necessary.


> In place editor wrong enable on display field
> -
>
> Key: OFBIZ-12603
> URL: https://issues.apache.org/jira/browse/OFBIZ-12603
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework/widget, themes
>Affects Versions: 18.12.06, 22.01.01, Upcoming Branch
>Reporter: Nicolas Malin
>Assignee: Nicolas Malin
>Priority: Trivial
>
> When, on a form, you set a widget-style on a display field, you activate the 
> inline editor without reason.
> The issue comes from HtmlFormMacroLibrary.ftl that initialize some value in a 
> span 
> {code:java}
>     <#if inPlaceEditorUrl?has_content || class?has_content || alert=="true" 
> || title?has_content>
>        data-inplace-editor-params="${inPlaceEditorParams}" <#if 
> idName?has_content>id="cc_${idName}" <#if 
> title?has_content>title="${title}" <@renderClass class alert />><#t/>
>     {code}
> With the previous code, if you have a class value, the span received in place 
> editor elements without reason. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OFBIZ-12603) In place editor wrong enable on display field

2022-04-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17526428#comment-17526428
 ] 

ASF subversion and git services commented on OFBIZ-12603:
-

Commit 44324fc2430c2f62351e6f7ec4ff2fa113188692 in ofbiz-framework's branch 
refs/heads/release22.01 from Nicolas Malin
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=44324fc243 ]

Fixed: In place editor wrong enable on display field (OFBIZ-12603)

When, on a form, you set a widget-style on a display field, you activate the 
inline editor without reason.
The issue comes from HtmlFormMacroLibrary.ftl that initialize some value in a 
span without control if it's necessary.


> In place editor wrong enable on display field
> -
>
> Key: OFBIZ-12603
> URL: https://issues.apache.org/jira/browse/OFBIZ-12603
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework/widget, themes
>Affects Versions: 18.12.06, 22.01.01, Upcoming Branch
>Reporter: Nicolas Malin
>Assignee: Nicolas Malin
>Priority: Trivial
>
> When, on a form, you set a widget-style on a display field, you activate the 
> inline editor without reason.
> The issue comes from HtmlFormMacroLibrary.ftl that initialize some value in a 
> span 
> {code:java}
>     <#if inPlaceEditorUrl?has_content || class?has_content || alert=="true" 
> || title?has_content>
>        data-inplace-editor-params="${inPlaceEditorParams}" <#if 
> idName?has_content>id="cc_${idName}" <#if 
> title?has_content>title="${title}" <@renderClass class alert />><#t/>
>     {code}
> With the previous code, if you have a class value, the span received in place 
> editor elements without reason. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)