[
https://issues.apache.org/jira/browse/OFBIZ-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ankit Jain updated OFBIZ-3768:
------------------------------
Attachment: lookup.patch
Hi Jacques,
I found that the cause of the problem was event observer
Event.observe(document, "mousedown",
this.close_on_click=this.close_on_click.bindAsEventListener(this));
so when any click on second lookup the first one disappears, here is the patch
for it
i also resolved the problem of fadedbackground previously the fadedbackground
disappears as the second lookup closed but now we have separate fadedbackground
for every lookup.
Also Thanks to "Atul" for helping me out... :)
> layered lookup inside the layered lookup not working
> ----------------------------------------------------
>
> Key: OFBIZ-3768
> URL: https://issues.apache.org/jira/browse/OFBIZ-3768
> Project: OFBiz
> Issue Type: Sub-task
> Reporter: Ankit Jain
> Assignee: Jacques Le Roux
> Fix For: SVN trunk
>
> Attachments: lookup.patch
>
>
> When we open a layered lookup inside layered lookup, if we perform any action
> like click on "find", minimize/enlarge button, or calendar, then the first
> layered lookup disappears and the faded background turns to normal. So the
> lookup become of no-use.
> Here is the link https://localhost:8443/content/control/FindSurvey . For the
> effects you have to change second lookup's presentation into layer or remove
> it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.