You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/05/16 16:32:00 UTC

[jira] [Commented] (OFBIZ-12615) ProductAssocs Screen confused (Helveticus Theme)

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

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

Commit 592199ba869598f2aa2746742858c94e9f2242f0 in ofbiz-framework's branch refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=592199ba86 ]

Fixed: ProductAssocs Screen confused (Helveticus Theme) (OFBIZ-12615)

The ProductAssocs screen does not display as expected.
https://localhost:8443/catalog/control/EditProductAssoc?productId=WG-9943
This is caused by the tooltip syle (flex) defined for an info text that is used
on that screen.

Solution suggested : keep the text by just removing "style=tooltip".

Thanks: Ingo Wolfmayr


> ProductAssocs Screen confused (Helveticus Theme)
> ------------------------------------------------
>
>                 Key: OFBIZ-12615
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12615
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product/catalog
>    Affects Versions: Upcoming Branch
>            Reporter: Ingo Wolfmayr
>            Assignee: Jacques Le Roux
>            Priority: Major
>         Attachments: ExampleProductAssocs.patch
>
>
> The ProductAssocs screen does not display as expected.
> [https://localhost:8443/catalog/control/EditProductAssoc?productId=WG-9943]
> This is caused by the tooltip syle (flex) defined for an info text that is used on that screen.
> Attached you will find the solution by simply remove the info line.
> I removed it because I think it is not necessary in this place. Heres the text:
> "Note : date/time entries denote that the current time is before the From Date or after the Through Date. If the From Date is red, association has not started yet; if Through Date is red, association has expired (and should probably be deleted)."
> Such a description is only used on that screen. For example it cannot be found on ProductPriceScreen or ProductFeatureScreen - the same (FROM_DATE/THRU_DATE) logic applies on this pages.
> Another solution is to keep the text by just removeing "style=tooltip".
>  



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