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

Atul Vani commented on OFBIZ-3555:
----------------------------------

Hi Jacques,

prototype's fire() function works fine for me, I tried an alert() and it pops 
up in IE the way it should,
the only problem i could see in my IE was description not being displayed.

Here's some additional info.
IE8 (version 8.0.6001.18813) (I didn't bothered to check for updates since like 
ages, so it might not be the latest)
I found the problem for partyId lookup in 
https://localhost:8443/ordermgr/control/findorders and tested the fix on the 
same.

Jacques, this is the part i didn't get "if the lookup field is disabled (we use 
it in a custom application where the name is shown instead and the Id hidden)"
when/why do we disable the lookup field?

I guess I failed to reproduce the problem, Please post the steps.

Thanks & Regards
Atul Vani

> Show lookup value descriptions
> ------------------------------
>
>                 Key: OFBIZ-3555
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3555
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Bilgin Ibryam
>            Assignee: Bilgin Ibryam
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: fieldlookup.js.patch, ieLookupDesc.patch, 
> lookup_description.patch, lookup_description.patch, lookup_description.patch
>
>
> I did a small extention to lookup autocompleter code and now it is able to 
> load description for the lookup field values.
> For example when you load a form with lookup fields, currently you see only 
> the Id in the lookup field (which is not very descriptive). After applying 
> the patch, you will see also a description, next to lookup button. The 
> description value is the same one that appears in the autocompler and it is 
> specifiued for in each lookup screen.
> You will see the description also when a value is returned from a lookup 
> screen or when a value is selected from autocompleter or when you type a 
> valid Id in the lookup field.
> Internally it does an ajax call to get the description for the supplied value 
> in lookup field.
> I'd like to know if you want to see this feature in ofbiz and/or if you have 
> any ideas to improve it.
> Bilgin

-- 
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