jQuery Lookup Layer Transformation
---------------------------------- Key: OFBIZ-3841 URL: https://issues.apache.org/jira/browse/OFBIZ-3841 Project: OFBiz Issue Type: Sub-task Components: ALL COMPONENTS Affects Versions: jQuery Reporter: Sascha Rodekamp Fix For: jQuery Attachments: OFBIZ-3841_jQueryLookupTransform.patch Hey, here is my next patch for the layer Transformationen. It's not totally done yet, but i hope some have the time to do some tests. * i only changed the Tomahawk CSS (there are some Layout issues). * i did not really clean the Code :-) (because the patch is for first testing purposes) * there is a calendar issue in recursive lookup calling ... the icon disapears * the basic functionality works :-) * tested in FF, IE8, IE7 * i did not touch ftl's where the lookup is called directly * there is a quiete bad workaround when calling the modifySubmitButton Function after loading the Content. I use a timeout to wait until the content is totally loaded .ready() didn't work for me. Maybe someone have a better idea. Have a good day and i'm looking fowoard to your comments and tests ;) Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sascha Rodekamp updated OFBIZ-3841: ----------------------------------- Attachment: OFBIZ-3841_jQueryLookupTransform.patch > jQuery Lookup Layer Transformation > ---------------------------------- > > Key: OFBIZ-3841 > URL: https://issues.apache.org/jira/browse/OFBIZ-3841 > Project: OFBiz > Issue Type: Sub-task > Components: ALL COMPONENTS > Affects Versions: jQuery > Reporter: Sascha Rodekamp > Fix For: jQuery > > Attachments: OFBIZ-3841_jQueryLookupTransform.patch > > > Hey, > here is my next patch for the layer Transformationen. It's not totally done yet, but i hope some have the time to do some tests. > * i only changed the Tomahawk CSS (there are some Layout issues). > * i did not really clean the Code :-) (because the patch is for first testing purposes) > * there is a calendar issue in recursive lookup calling ... the icon disapears > * the basic functionality works :-) > * tested in FF, IE8, IE7 > * i did not touch ftl's where the lookup is called directly > * there is a quiete bad workaround when calling the modifySubmitButton Function after loading the Content. > I use a timeout to wait until the content is totally loaded .ready() didn't work for me. Maybe someone have > a better idea. > Have a good day and i'm looking fowoard to your comments and tests ;) > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES updated OFBIZ-3841: -------------------------------------- Assignee: Erwan de FERRIERES > jQuery Lookup Layer Transformation > ---------------------------------- > > Key: OFBIZ-3841 > URL: https://issues.apache.org/jira/browse/OFBIZ-3841 > Project: OFBiz > Issue Type: Sub-task > Components: ALL COMPONENTS > Affects Versions: jQuery > Reporter: Sascha Rodekamp > Assignee: Erwan de FERRIERES > Fix For: jQuery > > Attachments: OFBIZ-3841_jQueryLookupTransform.patch > > > Hey, > here is my next patch for the layer Transformationen. It's not totally done yet, but i hope some have the time to do some tests. > * i only changed the Tomahawk CSS (there are some Layout issues). > * i did not really clean the Code :-) (because the patch is for first testing purposes) > * there is a calendar issue in recursive lookup calling ... the icon disapears > * the basic functionality works :-) > * tested in FF, IE8, IE7 > * i did not touch ftl's where the lookup is called directly > * there is a quiete bad workaround when calling the modifySubmitButton Function after loading the Content. > I use a timeout to wait until the content is totally loaded .ready() didn't work for me. Maybe someone have > a better idea. > Have a good day and i'm looking fowoard to your comments and tests ;) > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES closed OFBIZ-3841. ------------------------------------- Resolution: Fixed > jQuery Lookup Layer Transformation > ---------------------------------- > > Key: OFBIZ-3841 > URL: https://issues.apache.org/jira/browse/OFBIZ-3841 > Project: OFBiz > Issue Type: Sub-task > Components: ALL COMPONENTS > Affects Versions: jQuery > Reporter: Sascha Rodekamp > Assignee: Erwan de FERRIERES > Fix For: jQuery > > Attachments: OFBIZ-3841_jQueryLookupTransform.patch > > > Hey, > here is my next patch for the layer Transformationen. It's not totally done yet, but i hope some have the time to do some tests. > * i only changed the Tomahawk CSS (there are some Layout issues). > * i did not really clean the Code :-) (because the patch is for first testing purposes) > * there is a calendar issue in recursive lookup calling ... the icon disapears > * the basic functionality works :-) > * tested in FF, IE8, IE7 > * i did not touch ftl's where the lookup is called directly > * there is a quiete bad workaround when calling the modifySubmitButton Function after loading the Content. > I use a timeout to wait until the content is totally loaded .ready() didn't work for me. Maybe someone have > a better idea. > Have a good day and i'm looking fowoard to your comments and tests ;) > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884248#action_12884248 ] Erwan de FERRIERES commented on OFBIZ-3841: ------------------------------------------- Done at r959597. Thanks Sascha. > jQuery Lookup Layer Transformation > ---------------------------------- > > Key: OFBIZ-3841 > URL: https://issues.apache.org/jira/browse/OFBIZ-3841 > Project: OFBiz > Issue Type: Sub-task > Components: ALL COMPONENTS > Affects Versions: jQuery > Reporter: Sascha Rodekamp > Assignee: Erwan de FERRIERES > Fix For: jQuery > > Attachments: OFBIZ-3841_jQueryLookupTransform.patch > > > Hey, > here is my next patch for the layer Transformationen. It's not totally done yet, but i hope some have the time to do some tests. > * i only changed the Tomahawk CSS (there are some Layout issues). > * i did not really clean the Code :-) (because the patch is for first testing purposes) > * there is a calendar issue in recursive lookup calling ... the icon disapears > * the basic functionality works :-) > * tested in FF, IE8, IE7 > * i did not touch ftl's where the lookup is called directly > * there is a quiete bad workaround when calling the modifySubmitButton Function after loading the Content. > I use a timeout to wait until the content is totally loaded .ready() didn't work for me. Maybe someone have > a better idea. > Have a good day and i'm looking fowoard to your comments and tests ;) > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884249#action_12884249 ] Sascha Rodekamp commented on OFBIZ-3841: ---------------------------------------- Hey Thanks Erwan. > jQuery Lookup Layer Transformation > ---------------------------------- > > Key: OFBIZ-3841 > URL: https://issues.apache.org/jira/browse/OFBIZ-3841 > Project: OFBiz > Issue Type: Sub-task > Components: ALL COMPONENTS > Affects Versions: jQuery > Reporter: Sascha Rodekamp > Assignee: Erwan de FERRIERES > Fix For: jQuery > > Attachments: OFBIZ-3841_jQueryLookupTransform.patch > > > Hey, > here is my next patch for the layer Transformationen. It's not totally done yet, but i hope some have the time to do some tests. > * i only changed the Tomahawk CSS (there are some Layout issues). > * i did not really clean the Code :-) (because the patch is for first testing purposes) > * there is a calendar issue in recursive lookup calling ... the icon disapears > * the basic functionality works :-) > * tested in FF, IE8, IE7 > * i did not touch ftl's where the lookup is called directly > * there is a quiete bad workaround when calling the modifySubmitButton Function after loading the Content. > I use a timeout to wait until the content is totally loaded .ready() didn't work for me. Maybe someone have > a better idea. > Have a good day and i'm looking fowoard to your comments and tests ;) > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reopened OFBIZ-3841: ------------------------------------ Assignee: Jacques Le Roux (was: Erwan de FERRIERES) Hi Sascha, One of my client will use the jQuery branch instead of the trunk. I have just tested locally and I found something weird at this link https://localhost:8443/ap/control/FindAgreement when using lookups. The 1st time I opened the product lookup I got a plain HTML page without decorator. Then I retried because my client said he has no problems and indeed it was OK. I then tried the party from lookups and got the same result: 1st time plain page then ok (with blue links in Tomahawks but that's another story ;o) Also * when I tried to change locale I got the same issue (plain page for locales and then plain page back * there is a weird titles in lookups * we have lost the possiblity to close a layered lookup by clicking outside of it Don't worry too much, as now you wil have some help from us :) This is mostly for references... > jQuery Lookup Layer Transformation > ---------------------------------- > > Key: OFBIZ-3841 > URL: https://issues.apache.org/jira/browse/OFBIZ-3841 > Project: OFBiz > Issue Type: Sub-task > Components: ALL COMPONENTS > Affects Versions: jQuery > Reporter: Sascha Rodekamp > Assignee: Jacques Le Roux > Fix For: jQuery > > Attachments: OFBIZ-3841_jQueryLookupTransform.patch > > > Hey, > here is my next patch for the layer Transformationen. It's not totally done yet, but i hope some have the time to do some tests. > * i only changed the Tomahawk CSS (there are some Layout issues). > * i did not really clean the Code :-) (because the patch is for first testing purposes) > * there is a calendar issue in recursive lookup calling ... the icon disapears > * the basic functionality works :-) > * tested in FF, IE8, IE7 > * i did not touch ftl's where the lookup is called directly > * there is a quiete bad workaround when calling the modifySubmitButton Function after loading the Content. > I use a timeout to wait until the content is totally loaded .ready() didn't work for me. Maybe someone have > a better idea. > Have a good day and i'm looking fowoard to your comments and tests ;) > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897769#action_12897769 ] Jacques Le Roux commented on OFBIZ-3841: ---------------------------------------- I have to say that once it has worked it can't be reproduced, but listlocales... More to come I'm afraid :D > jQuery Lookup Layer Transformation > ---------------------------------- > > Key: OFBIZ-3841 > URL: https://issues.apache.org/jira/browse/OFBIZ-3841 > Project: OFBiz > Issue Type: Sub-task > Components: ALL COMPONENTS > Affects Versions: jQuery > Reporter: Sascha Rodekamp > Assignee: Jacques Le Roux > Fix For: jQuery > > Attachments: OFBIZ-3841_jQueryLookupTransform.patch > > > Hey, > here is my next patch for the layer Transformationen. It's not totally done yet, but i hope some have the time to do some tests. > * i only changed the Tomahawk CSS (there are some Layout issues). > * i did not really clean the Code :-) (because the patch is for first testing purposes) > * there is a calendar issue in recursive lookup calling ... the icon disapears > * the basic functionality works :-) > * tested in FF, IE8, IE7 > * i did not touch ftl's where the lookup is called directly > * there is a quiete bad workaround when calling the modifySubmitButton Function after loading the Content. > I use a timeout to wait until the content is totally loaded .ready() didn't work for me. Maybe someone have > a better idea. > Have a good day and i'm looking fowoard to your comments and tests ;) > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12898149#action_12898149 ] Sascha Rodekamp commented on OFBIZ-3841: ---------------------------------------- Hi Jacques, jep i can imagine why this issue occurs i'm playing with some solutions but haven't found a real one... sorry. I'm not in the office this week, but i'm back home on sunday than i will have a closer look :-) Cheers Sascha > jQuery Lookup Layer Transformation > ---------------------------------- > > Key: OFBIZ-3841 > URL: https://issues.apache.org/jira/browse/OFBIZ-3841 > Project: OFBiz > Issue Type: Sub-task > Components: ALL COMPONENTS > Affects Versions: jQuery > Reporter: Sascha Rodekamp > Assignee: Jacques Le Roux > Fix For: jQuery > > Attachments: OFBIZ-3841_jQueryLookupTransform.patch > > > Hey, > here is my next patch for the layer Transformationen. It's not totally done yet, but i hope some have the time to do some tests. > * i only changed the Tomahawk CSS (there are some Layout issues). > * i did not really clean the Code :-) (because the patch is for first testing purposes) > * there is a calendar issue in recursive lookup calling ... the icon disapears > * the basic functionality works :-) > * tested in FF, IE8, IE7 > * i did not touch ftl's where the lookup is called directly > * there is a quiete bad workaround when calling the modifySubmitButton Function after loading the Content. > I use a timeout to wait until the content is totally loaded .ready() didn't work for me. Maybe someone have > a better idea. > Have a good day and i'm looking fowoard to your comments and tests ;) > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12898155#action_12898155 ] Jacques Le Roux commented on OFBIZ-3841: ---------------------------------------- Thanks for the heads up Sascha, No worries this is not blocking for the momentl, just weird. Anyway if we get blocked we will work on it. If you are in holidays enjoy ;) > jQuery Lookup Layer Transformation > ---------------------------------- > > Key: OFBIZ-3841 > URL: https://issues.apache.org/jira/browse/OFBIZ-3841 > Project: OFBiz > Issue Type: Sub-task > Components: ALL COMPONENTS > Affects Versions: jQuery > Reporter: Sascha Rodekamp > Assignee: Jacques Le Roux > Fix For: jQuery > > Attachments: OFBIZ-3841_jQueryLookupTransform.patch > > > Hey, > here is my next patch for the layer Transformationen. It's not totally done yet, but i hope some have the time to do some tests. > * i only changed the Tomahawk CSS (there are some Layout issues). > * i did not really clean the Code :-) (because the patch is for first testing purposes) > * there is a calendar issue in recursive lookup calling ... the icon disapears > * the basic functionality works :-) > * tested in FF, IE8, IE7 > * i did not touch ftl's where the lookup is called directly > * there is a quiete bad workaround when calling the modifySubmitButton Function after loading the Content. > I use a timeout to wait until the content is totally loaded .ready() didn't work for me. Maybe someone have > a better idea. > Have a good day and i'm looking fowoard to your comments and tests ;) > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sascha Rodekamp updated OFBIZ-3841: ----------------------------------- Attachment: OFBIZ-3841_LookupFix.patch Hi Jacques, sorry that it took so long. But here are the fix for the three points: * Theme, Locale Sites works again * The Dialog close when clicking outside * weird title removed * some little other improvements Hopefully it works better now. So long Sascha > jQuery Lookup Layer Transformation > ---------------------------------- > > Key: OFBIZ-3841 > URL: https://issues.apache.org/jira/browse/OFBIZ-3841 > Project: OFBiz > Issue Type: Sub-task > Components: ALL COMPONENTS > Affects Versions: jQuery > Reporter: Sascha Rodekamp > Assignee: Jacques Le Roux > Fix For: jQuery > > Attachments: OFBIZ-3841_jQueryLookupTransform.patch, OFBIZ-3841_LookupFix.patch > > > Hey, > here is my next patch for the layer Transformationen. It's not totally done yet, but i hope some have the time to do some tests. > * i only changed the Tomahawk CSS (there are some Layout issues). > * i did not really clean the Code :-) (because the patch is for first testing purposes) > * there is a calendar issue in recursive lookup calling ... the icon disapears > * the basic functionality works :-) > * tested in FF, IE8, IE7 > * i did not touch ftl's where the lookup is called directly > * there is a quiete bad workaround when calling the modifySubmitButton Function after loading the Content. > I use a timeout to wait until the content is totally loaded .ready() didn't work for me. Maybe someone have > a better idea. > Have a good day and i'm looking fowoard to your comments and tests ;) > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899469#action_12899469 ] Jacques Le Roux commented on OFBIZ-3841: ---------------------------------------- Thanks Sascha, No worries, but you might need to update, I get a conflict with this snippet in fieldlookup.js {code} var formAction = lookupForm.attr("action"); // remove the form action lookupForm.attr("action", ""); var input = jQuery("#" + lookupDiv + " input[type=submit]").css({display: "block"}); // remove the original input button and replace with a new one var txt = input.attr("value"); {code} > jQuery Lookup Layer Transformation > ---------------------------------- > > Key: OFBIZ-3841 > URL: https://issues.apache.org/jira/browse/OFBIZ-3841 > Project: OFBiz > Issue Type: Sub-task > Components: ALL COMPONENTS > Affects Versions: jQuery > Reporter: Sascha Rodekamp > Assignee: Jacques Le Roux > Fix For: jQuery > > Attachments: OFBIZ-3841_jQueryLookupTransform.patch, OFBIZ-3841_LookupFix.patch > > > Hey, > here is my next patch for the layer Transformationen. It's not totally done yet, but i hope some have the time to do some tests. > * i only changed the Tomahawk CSS (there are some Layout issues). > * i did not really clean the Code :-) (because the patch is for first testing purposes) > * there is a calendar issue in recursive lookup calling ... the icon disapears > * the basic functionality works :-) > * tested in FF, IE8, IE7 > * i did not touch ftl's where the lookup is called directly > * there is a quiete bad workaround when calling the modifySubmitButton Function after loading the Content. > I use a timeout to wait until the content is totally loaded .ready() didn't work for me. Maybe someone have > a better idea. > Have a good day and i'm looking fowoard to your comments and tests ;) > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sascha Rodekamp updated OFBIZ-3841: ----------------------------------- Attachment: OFBIZ-3841_LookupFix.patch hi jacques, strange :-) here is a new created patch, hope that work!! > jQuery Lookup Layer Transformation > ---------------------------------- > > Key: OFBIZ-3841 > URL: https://issues.apache.org/jira/browse/OFBIZ-3841 > Project: OFBiz > Issue Type: Sub-task > Components: ALL COMPONENTS > Affects Versions: jQuery > Reporter: Sascha Rodekamp > Assignee: Jacques Le Roux > Fix For: jQuery > > Attachments: OFBIZ-3841_jQueryLookupTransform.patch, OFBIZ-3841_LookupFix.patch, OFBIZ-3841_LookupFix.patch > > > Hey, > here is my next patch for the layer Transformationen. It's not totally done yet, but i hope some have the time to do some tests. > * i only changed the Tomahawk CSS (there are some Layout issues). > * i did not really clean the Code :-) (because the patch is for first testing purposes) > * there is a calendar issue in recursive lookup calling ... the icon disapears > * the basic functionality works :-) > * tested in FF, IE8, IE7 > * i did not touch ftl's where the lookup is called directly > * there is a quiete bad workaround when calling the modifySubmitButton Function after loading the Content. > I use a timeout to wait until the content is totally loaded .ready() didn't work for me. Maybe someone have > a better idea. > Have a good day and i'm looking fowoard to your comments and tests ;) > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-3841: ----------------------------------- Attachment: screenshot-1.jpg I tried 1st with Eclpse, here is what I get with patch: D:\workspace\jquery>patch -p0 0<patch.patch patching file applications/order/webapp/ordermgr/reports/reportlist.ftl patching file framework/widget/templates/htmlFormMacroLibrary.ftl patching file framework/images/webapp/images/fieldlookup.js Hunk #10 FAILED at 385. 1 out of 15 hunks FAILED -- saving rejects to file framework/images/webapp/images/fieldlookup.js.rej patching file framework/common/widget/LookupScreens.xml D:\workspace\jquery>scite framework/images/webapp/images/fieldlookup.js.rej (see attache file) TortoiseMerde (use Svn merge underneath) says that the problem is with this line (see screencopy) * evtl alle input felder mit DatePicker l?schen und neu anlegen?! Weird because the line seems the same :( > jQuery Lookup Layer Transformation > ---------------------------------- > > Key: OFBIZ-3841 > URL: https://issues.apache.org/jira/browse/OFBIZ-3841 > Project: OFBiz > Issue Type: Sub-task > Components: ALL COMPONENTS > Affects Versions: jQuery > Reporter: Sascha Rodekamp > Assignee: Jacques Le Roux > Fix For: jQuery > > Attachments: fieldlookup.js.rej, OFBIZ-3841_jQueryLookupTransform.patch, OFBIZ-3841_LookupFix.patch, OFBIZ-3841_LookupFix.patch, screenshot-1.jpg > > > Hey, > here is my next patch for the layer Transformationen. It's not totally done yet, but i hope some have the time to do some tests. > * i only changed the Tomahawk CSS (there are some Layout issues). > * i did not really clean the Code :-) (because the patch is for first testing purposes) > * there is a calendar issue in recursive lookup calling ... the icon disapears > * the basic functionality works :-) > * tested in FF, IE8, IE7 > * i did not touch ftl's where the lookup is called directly > * there is a quiete bad workaround when calling the modifySubmitButton Function after loading the Content. > I use a timeout to wait until the content is totally loaded .ready() didn't work for me. Maybe someone have > a better idea. > Have a good day and i'm looking fowoard to your comments and tests ;) > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-3841: ----------------------------------- Attachment: fieldlookup.js.rej Rejected chunck: framework/images/webapp/images/fieldlookup.js.rej > jQuery Lookup Layer Transformation > ---------------------------------- > > Key: OFBIZ-3841 > URL: https://issues.apache.org/jira/browse/OFBIZ-3841 > Project: OFBiz > Issue Type: Sub-task > Components: ALL COMPONENTS > Affects Versions: jQuery > Reporter: Sascha Rodekamp > Assignee: Jacques Le Roux > Fix For: jQuery > > Attachments: fieldlookup.js.rej, OFBIZ-3841_jQueryLookupTransform.patch, OFBIZ-3841_LookupFix.patch, OFBIZ-3841_LookupFix.patch, screenshot-1.jpg > > > Hey, > here is my next patch for the layer Transformationen. It's not totally done yet, but i hope some have the time to do some tests. > * i only changed the Tomahawk CSS (there are some Layout issues). > * i did not really clean the Code :-) (because the patch is for first testing purposes) > * there is a calendar issue in recursive lookup calling ... the icon disapears > * the basic functionality works :-) > * tested in FF, IE8, IE7 > * i did not touch ftl's where the lookup is called directly > * there is a quiete bad workaround when calling the modifySubmitButton Function after loading the Content. > I use a timeout to wait until the content is totally loaded .ready() didn't work for me. Maybe someone have > a better idea. > Have a good day and i'm looking fowoard to your comments and tests ;) > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899514#action_12899514 ] Jacques Le Roux commented on OFBIZ-3841: ---------------------------------------- I could handle this by hand but I'd be glad if you could understand from where this is coming (german special characters in l?schen ?). I guess you should better always use English comments ;) Thanks for your help Sascha! > jQuery Lookup Layer Transformation > ---------------------------------- > > Key: OFBIZ-3841 > URL: https://issues.apache.org/jira/browse/OFBIZ-3841 > Project: OFBiz > Issue Type: Sub-task > Components: ALL COMPONENTS > Affects Versions: jQuery > Reporter: Sascha Rodekamp > Assignee: Jacques Le Roux > Fix For: jQuery > > Attachments: fieldlookup.js.rej, OFBIZ-3841_jQueryLookupTransform.patch, OFBIZ-3841_LookupFix.patch, OFBIZ-3841_LookupFix.patch, screenshot-1.jpg > > > Hey, > here is my next patch for the layer Transformationen. It's not totally done yet, but i hope some have the time to do some tests. > * i only changed the Tomahawk CSS (there are some Layout issues). > * i did not really clean the Code :-) (because the patch is for first testing purposes) > * there is a calendar issue in recursive lookup calling ... the icon disapears > * the basic functionality works :-) > * tested in FF, IE8, IE7 > * i did not touch ftl's where the lookup is called directly > * there is a quiete bad workaround when calling the modifySubmitButton Function after loading the Content. > I use a timeout to wait until the content is totally loaded .ready() didn't work for me. Maybe someone have > a better idea. > Have a good day and i'm looking fowoard to your comments and tests ;) > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899518#action_12899518 ] Sascha Rodekamp commented on OFBIZ-3841: ---------------------------------------- Thanks Jacques ... i'll keep it in mind .... i don't know why i use a german comment there :-D Cu > jQuery Lookup Layer Transformation > ---------------------------------- > > Key: OFBIZ-3841 > URL: https://issues.apache.org/jira/browse/OFBIZ-3841 > Project: OFBiz > Issue Type: Sub-task > Components: ALL COMPONENTS > Affects Versions: jQuery > Reporter: Sascha Rodekamp > Assignee: Jacques Le Roux > Fix For: jQuery > > Attachments: fieldlookup.js.rej, OFBIZ-3841_jQueryLookupTransform.patch, OFBIZ-3841_LookupFix.patch, OFBIZ-3841_LookupFix.patch, screenshot-1.jpg > > > Hey, > here is my next patch for the layer Transformationen. It's not totally done yet, but i hope some have the time to do some tests. > * i only changed the Tomahawk CSS (there are some Layout issues). > * i did not really clean the Code :-) (because the patch is for first testing purposes) > * there is a calendar issue in recursive lookup calling ... the icon disapears > * the basic functionality works :-) > * tested in FF, IE8, IE7 > * i did not touch ftl's where the lookup is called directly > * there is a quiete bad workaround when calling the modifySubmitButton Function after loading the Content. > I use a timeout to wait until the content is totally loaded .ready() didn't work for me. Maybe someone have > a better idea. > Have a good day and i'm looking fowoard to your comments and tests ;) > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sascha Rodekamp updated OFBIZ-3841: ----------------------------------- Attachment: OFBIZ-3841_LookupFix.patch Hi Jacques, here is the patch without special Charcaters. When you applaied the patch can you do me a favor and delete the lines 388 - 405 in the fieldlookup.js manally to solve the character issue. Thanks in advanced Sascha > jQuery Lookup Layer Transformation > ---------------------------------- > > Key: OFBIZ-3841 > URL: https://issues.apache.org/jira/browse/OFBIZ-3841 > Project: OFBiz > Issue Type: Sub-task > Components: ALL COMPONENTS > Affects Versions: jQuery > Reporter: Sascha Rodekamp > Assignee: Jacques Le Roux > Fix For: jQuery > > Attachments: fieldlookup.js.rej, OFBIZ-3841_jQueryLookupTransform.patch, OFBIZ-3841_LookupFix.patch, OFBIZ-3841_LookupFix.patch, OFBIZ-3841_LookupFix.patch, screenshot-1.jpg > > > Hey, > here is my next patch for the layer Transformationen. It's not totally done yet, but i hope some have the time to do some tests. > * i only changed the Tomahawk CSS (there are some Layout issues). > * i did not really clean the Code :-) (because the patch is for first testing purposes) > * there is a calendar issue in recursive lookup calling ... the icon disapears > * the basic functionality works :-) > * tested in FF, IE8, IE7 > * i did not touch ftl's where the lookup is called directly > * there is a quiete bad workaround when calling the modifySubmitButton Function after loading the Content. > I use a timeout to wait until the content is totally loaded .ready() didn't work for me. Maybe someone have > a better idea. > Have a good day and i'm looking fowoard to your comments and tests ;) > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899821#action_12899821 ] Jacques Le Roux commented on OFBIZ-3841: ---------------------------------------- Thanks Sascha, it's commited at r986641 There is a small bug: the lookups are not dimensioned (very small), but I prefered to commit the work done, as it's certainly a small thing (quickly looking I did not find the reason) > jQuery Lookup Layer Transformation > ---------------------------------- > > Key: OFBIZ-3841 > URL: https://issues.apache.org/jira/browse/OFBIZ-3841 > Project: OFBiz > Issue Type: Sub-task > Components: ALL COMPONENTS > Affects Versions: jQuery > Reporter: Sascha Rodekamp > Assignee: Jacques Le Roux > Fix For: jQuery > > Attachments: fieldlookup.js.rej, OFBIZ-3841_jQueryLookupTransform.patch, OFBIZ-3841_LookupFix.patch, OFBIZ-3841_LookupFix.patch, OFBIZ-3841_LookupFix.patch, screenshot-1.jpg > > > Hey, > here is my next patch for the layer Transformationen. It's not totally done yet, but i hope some have the time to do some tests. > * i only changed the Tomahawk CSS (there are some Layout issues). > * i did not really clean the Code :-) (because the patch is for first testing purposes) > * there is a calendar issue in recursive lookup calling ... the icon disapears > * the basic functionality works :-) > * tested in FF, IE8, IE7 > * i did not touch ftl's where the lookup is called directly > * there is a quiete bad workaround when calling the modifySubmitButton Function after loading the Content. > I use a timeout to wait until the content is totally loaded .ready() didn't work for me. Maybe someone have > a better idea. > Have a good day and i'm looking fowoard to your comments and tests ;) > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sascha Rodekamp updated OFBIZ-3841: ----------------------------------- Attachment: OFBIZ-3841_LookupFix_SizeProblem.patch Good morning Jacques, not a big deal, the lookupField macro defined a width and height from 20px ... i thought i had fixed it yet, ... whatever here is the patch. Have a good day > jQuery Lookup Layer Transformation > ---------------------------------- > > Key: OFBIZ-3841 > URL: https://issues.apache.org/jira/browse/OFBIZ-3841 > Project: OFBiz > Issue Type: Sub-task > Components: ALL COMPONENTS > Affects Versions: jQuery > Reporter: Sascha Rodekamp > Assignee: Jacques Le Roux > Fix For: jQuery > > Attachments: fieldlookup.js.rej, OFBIZ-3841_jQueryLookupTransform.patch, OFBIZ-3841_LookupFix.patch, OFBIZ-3841_LookupFix.patch, OFBIZ-3841_LookupFix.patch, OFBIZ-3841_LookupFix_SizeProblem.patch, screenshot-1.jpg > > > Hey, > here is my next patch for the layer Transformationen. It's not totally done yet, but i hope some have the time to do some tests. > * i only changed the Tomahawk CSS (there are some Layout issues). > * i did not really clean the Code :-) (because the patch is for first testing purposes) > * there is a calendar issue in recursive lookup calling ... the icon disapears > * the basic functionality works :-) > * tested in FF, IE8, IE7 > * i did not touch ftl's where the lookup is called directly > * there is a quiete bad workaround when calling the modifySubmitButton Function after loading the Content. > I use a timeout to wait until the content is totally loaded .ready() didn't work for me. Maybe someone have > a better idea. > Have a good day and i'm looking fowoard to your comments and tests ;) > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |