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

Jacques Le Roux commented on OFBIZ-3446:
----------------------------------------

Hi Sascha, all,

I just quicly tested because I found an issue in the current code when you have 
a calendar used in a lookup. IIRW before the faded background it was working. 
But it seems logical that the faded background could have introduced an issue 
since it "hiddes" all other things. 

By moving the layered lookup you can click/select the calendar. But then, as 
it's supposed to work, it closes the layered lookup. I guess it's the same 
problem with other layered lookups called from a layered lookup. 

A good lookup to test is the Requirement Id lookup at the botton of 
https://localhost:8443/workeffort/control/EditWorkEffort. There you will find 
calendars and the Product Id lookup
This suppose to have previously applied the patch at OFBIZ-3442 and then above 
patch. 

Atul, to allow to easily apply the above patch I have reverted the change 
introduced at r925632 (OFBIZ-3570).
ie from
      if (fadeBackground != "false") {
back to
      if (!fadeBackground != "false") {
because Sascha also fixed this typo in the above patch 

Hope it's clear, sorry I have no time to help more right now

> Allow to open a layer lookup from a layer lookup
> ------------------------------------------------
>
>                 Key: OFBIZ-3446
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3446
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>         Attachments: OFBIZ-3446_Lookup_in_Lookup.patch
>
>
> This issue is really a blocker else we need to duplicate a lot of things. I 
> began to work in this direction but after few hours on them I think I will 
> preferably find a real solution than mucking around.
> I was not quite sure this was possible, but as Calendars are also called from 
> layered popups, it seems possible. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to