You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Sam Hamilton (JIRA)" <ji...@apache.org> on 2010/04/29 09:37:56 UTC

[jira] Created: (OFBIZ-3745) Missing Buttons on LookUp Search

Missing Buttons on LookUp Search
--------------------------------

                 Key: OFBIZ-3745
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3745
             Project: OFBiz
          Issue Type: Bug
            Reporter: Sam Hamilton
            Priority: Minor
         Attachments: Screen shot 2010-04-29 at 15.34.17.png, Screen shot 2010-04-29 at 15.35.51.png

If you start on this page - https://localhost:8443/catalog/control/main.
Then click lookup and search for all products - you should see that there are 80+ products but you don't have arrow buttons to move forward in the results. 
Also if you then go to the second page the buttons back to the first page then disappear. 



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


[jira] Updated: (OFBIZ-3745) Missing Buttons on LookUp Search

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux updated OFBIZ-3745:
-----------------------------------

        Parent: OFBIZ-3445
    Issue Type: Sub-task  (was: Bug)

> Missing Buttons on LookUp Search
> --------------------------------
>
>                 Key: OFBIZ-3745
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3745
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sam Hamilton
>            Priority: Minor
>         Attachments: Screen shot 2010-04-29 at 15.34.17.png, Screen shot 2010-04-29 at 15.35.51.png
>
>
> If you start on this page - https://localhost:8443/catalog/control/main.
> Then click lookup and search for all products - you should see that there are 80+ products but you don't have arrow buttons to move forward in the results. 
> Also if you then go to the second page the buttons back to the first page then disappear. 

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


[jira] Commented: (OFBIZ-3745) Missing Buttons on LookUp Search

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12863150#action_12863150 ] 

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

Weird but adding center fix the problem, at least a track to follow now... Committed at r940248 in trunk, r940249 in R10.04

> Missing Buttons on LookUp Search
> --------------------------------
>
>                 Key: OFBIZ-3745
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3745
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sam Hamilton
>            Assignee: Jacques Le Roux
>            Priority: Minor
>         Attachments: LayoutFixTomah_NavButtons.patch, OFBIZ-3745_LayoutFixNavButtonsBlueLightDropping.patch, OFBIZ-3745_LayoutFixPaginButton.patch, Screen shot 2010-04-29 at 15.34.17.png, Screen shot 2010-04-29 at 15.35.51.png
>
>
> If you start on this page - https://localhost:8443/catalog/control/main.
> Then click lookup and search for all products - you should see that there are 80+ products but you don't have arrow buttons to move forward in the results. 
> Also if you then go to the second page the buttons back to the first page then disappear. 

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


[jira] Commented: (OFBIZ-3745) Missing Buttons on LookUp Search

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12863138#action_12863138 ] 

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

Thanks Sascha,

Your (modified) patch is in trunk at r940234, R10.04 at r940235. Note though that the calendar issue in bluelight is not actually fixed.

Yesterday, I have modified the layer and calendar fields. So I commited these changes with your patch. You had the same idea than me (adding a calendar field). Actually I did not notice you had previously added a test lookup field, and seeing it I had the idea of adding also a calendar field for test purpose.

I have a weird issue here with an instance which is working well with the layer field but another one not. Though I don't see any related difference in these 2 instances but the changes I added at your patch at r940234  (I simply removed Popup in all occurrences of LookupPartyExamplePopup and LookupPartyExamplePopupByName, should not be related). As it works on the trunk demo server at the moment , I will upgrade and see if it continues to work after, sorry for the long explanation, it's confusing me for a while and I'd like to understand what is happening.


> Missing Buttons on LookUp Search
> --------------------------------
>
>                 Key: OFBIZ-3745
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3745
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sam Hamilton
>            Priority: Minor
>         Attachments: LayoutFixTomah_NavButtons.patch, OFBIZ-3745_LayoutFixNavButtonsBlueLightDropping.patch, OFBIZ-3745_LayoutFixPaginButton.patch, Screen shot 2010-04-29 at 15.34.17.png, Screen shot 2010-04-29 at 15.35.51.png
>
>
> If you start on this page - https://localhost:8443/catalog/control/main.
> Then click lookup and search for all products - you should see that there are 80+ products but you don't have arrow buttons to move forward in the results. 
> Also if you then go to the second page the buttons back to the first page then disappear. 

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


[jira] Updated: (OFBIZ-3745) Missing Buttons on LookUp Search

Posted by "Sascha Rodekamp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sascha Rodekamp updated OFBIZ-3745:
-----------------------------------

    Attachment: OFBIZ-3745_LayoutFixPaginButton.patch

Hi Jacques,

I've a new patch for the pagination issue in bluelight and droppingcrumbs. This patch fixes also the calender issue in bluelight.

Have a nice sunday.
Sascha

> Missing Buttons on LookUp Search
> --------------------------------
>
>                 Key: OFBIZ-3745
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3745
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sam Hamilton
>            Priority: Minor
>         Attachments: LayoutFixTomah_NavButtons.patch, OFBIZ-3745_LayoutFixNavButtonsBlueLightDropping.patch, OFBIZ-3745_LayoutFixPaginButton.patch, Screen shot 2010-04-29 at 15.34.17.png, Screen shot 2010-04-29 at 15.35.51.png
>
>
> If you start on this page - https://localhost:8443/catalog/control/main.
> Then click lookup and search for all products - you should see that there are 80+ products but you don't have arrow buttons to move forward in the results. 
> Also if you then go to the second page the buttons back to the first page then disappear. 

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


[jira] Commented: (OFBIZ-3745) Missing Buttons on LookUp Search

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12863292#action_12863292 ] 

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

Hi Sascha,

There is something broken in your patch: there are no lines references for the the 1st hink. Anyway I applied the 2d hunk but I'm not sure of what it's supposed to fix: it does not fix the calendar bluelight issue, nor the (X) in layered calendars on which I agree on: there should be no (X).



> Missing Buttons on LookUp Search
> --------------------------------
>
>                 Key: OFBIZ-3745
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3745
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sam Hamilton
>            Assignee: Jacques Le Roux
>            Priority: Minor
>         Attachments: LayoutFixTomah_NavButtons.patch, OFBIz-3745_LayoutCal.patch, OFBIZ-3745_LayoutFixNavButtonsBlueLightDropping.patch, OFBIZ-3745_LayoutFixPaginButton.patch, Screen shot 2010-04-29 at 15.34.17.png, Screen shot 2010-04-29 at 15.35.51.png
>
>
> If you start on this page - https://localhost:8443/catalog/control/main.
> Then click lookup and search for all products - you should see that there are 80+ products but you don't have arrow buttons to move forward in the results. 
> Also if you then go to the second page the buttons back to the first page then disappear. 

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


[jira] Updated: (OFBIZ-3745) Missing Buttons on LookUp Search

Posted by "Sascha Rodekamp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sascha Rodekamp updated OFBIZ-3745:
-----------------------------------

    Attachment: OFBIZ-3745_LayoutFixNavButtonsBlueLightDropping.patch

Hi Jacques,

i'm confused ;) and odn't know why i set the background to none.... i can't see any side efeects by removing the background: none line.
But this patch should solve the hidden Navigation Buttons in DroppingCrumbs and Blue Light

> Missing Buttons on LookUp Search
> --------------------------------
>
>                 Key: OFBIZ-3745
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3745
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sam Hamilton
>            Priority: Minor
>         Attachments: LayoutFixTomah_NavButtons.patch, OFBIZ-3745_LayoutFixNavButtonsBlueLightDropping.patch, Screen shot 2010-04-29 at 15.34.17.png, Screen shot 2010-04-29 at 15.35.51.png
>
>
> If you start on this page - https://localhost:8443/catalog/control/main.
> Then click lookup and search for all products - you should see that there are 80+ products but you don't have arrow buttons to move forward in the results. 
> Also if you then go to the second page the buttons back to the first page then disappear. 

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


[jira] Assigned: (OFBIZ-3745) Missing Buttons on LookUp Search

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux reassigned OFBIZ-3745:
--------------------------------------

    Assignee: Jacques Le Roux

> Missing Buttons on LookUp Search
> --------------------------------
>
>                 Key: OFBIZ-3745
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3745
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sam Hamilton
>            Assignee: Jacques Le Roux
>            Priority: Minor
>         Attachments: LayoutFixTomah_NavButtons.patch, OFBIZ-3745_LayoutFixNavButtonsBlueLightDropping.patch, OFBIZ-3745_LayoutFixPaginButton.patch, Screen shot 2010-04-29 at 15.34.17.png, Screen shot 2010-04-29 at 15.35.51.png
>
>
> If you start on this page - https://localhost:8443/catalog/control/main.
> Then click lookup and search for all products - you should see that there are 80+ products but you don't have arrow buttons to move forward in the results. 
> Also if you then go to the second page the buttons back to the first page then disappear. 

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


[jira] Updated: (OFBIZ-3745) Missing Buttons on LookUp Search

Posted by "Sascha Rodekamp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sascha Rodekamp updated OFBIZ-3745:
-----------------------------------

    Attachment: LayoutFixTomah_NavButtons.patch

Hi Jacques, hi Sam,

sorry for my late response, but i'm a little bit bussy this week (not much time for the cool stuff) never the less, this little Fix should solve th Problem with the missing buttons

Cheers

Sascha

> Missing Buttons on LookUp Search
> --------------------------------
>
>                 Key: OFBIZ-3745
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3745
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sam Hamilton
>            Priority: Minor
>         Attachments: LayoutFixTomah_NavButtons.patch, Screen shot 2010-04-29 at 15.34.17.png, Screen shot 2010-04-29 at 15.35.51.png
>
>
> If you start on this page - https://localhost:8443/catalog/control/main.
> Then click lookup and search for all products - you should see that there are 80+ products but you don't have arrow buttons to move forward in the results. 
> Also if you then go to the second page the buttons back to the first page then disappear. 

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


[jira] Commented: (OFBIZ-3745) Missing Buttons on LookUp Search

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862127#action_12862127 ] 

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

Thanks Sam,

In the meantime Flat Grey or Bussiness Time themes may be used. The others have a problem...

> Missing Buttons on LookUp Search
> --------------------------------
>
>                 Key: OFBIZ-3745
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3745
>             Project: OFBiz
>          Issue Type: Bug
>            Reporter: Sam Hamilton
>            Priority: Minor
>         Attachments: Screen shot 2010-04-29 at 15.34.17.png, Screen shot 2010-04-29 at 15.35.51.png
>
>
> If you start on this page - https://localhost:8443/catalog/control/main.
> Then click lookup and search for all products - you should see that there are 80+ products but you don't have arrow buttons to move forward in the results. 
> Also if you then go to the second page the buttons back to the first page then disappear. 

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


[jira] Commented: (OFBIZ-3745) Missing Buttons on LookUp Search

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12863145#action_12863145 ] 

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

OK, the problem is now on the server so it's in r940234

> Missing Buttons on LookUp Search
> --------------------------------
>
>                 Key: OFBIZ-3745
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3745
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sam Hamilton
>            Priority: Minor
>         Attachments: LayoutFixTomah_NavButtons.patch, OFBIZ-3745_LayoutFixNavButtonsBlueLightDropping.patch, OFBIZ-3745_LayoutFixPaginButton.patch, Screen shot 2010-04-29 at 15.34.17.png, Screen shot 2010-04-29 at 15.35.51.png
>
>
> If you start on this page - https://localhost:8443/catalog/control/main.
> Then click lookup and search for all products - you should see that there are 80+ products but you don't have arrow buttons to move forward in the results. 
> Also if you then go to the second page the buttons back to the first page then disappear. 

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


[jira] Commented: (OFBIZ-3745) Missing Buttons on LookUp Search

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862663#action_12862663 ] 

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

Oops sorry, I was wrong about the calendar in Blue Light (I mixed the 2 themes, there have very near layouts).

* There are no calendar issues (with or without your change) in Dropping Crumb
* The problem exists  (with or without your change) in Blue Light.

To try 
* the fieldLookupContent issue I simply use window in catalog main.ftl for lookupProduct
* the calendar issue in Blue LIght I use the Communication Event Id  lookup in workeffort creation

HTH


> Missing Buttons on LookUp Search
> --------------------------------
>
>                 Key: OFBIZ-3745
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3745
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sam Hamilton
>            Priority: Minor
>         Attachments: LayoutFixTomah_NavButtons.patch, OFBIZ-3745_LayoutFixNavButtonsBlueLightDropping.patch, Screen shot 2010-04-29 at 15.34.17.png, Screen shot 2010-04-29 at 15.35.51.png
>
>
> If you start on this page - https://localhost:8443/catalog/control/main.
> Then click lookup and search for all products - you should see that there are 80+ products but you don't have arrow buttons to move forward in the results. 
> Also if you then go to the second page the buttons back to the first page then disappear. 

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


[jira] Updated: (OFBIZ-3745) Missing Buttons on LookUp Search

Posted by "Sascha Rodekamp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sascha Rodekamp updated OFBIZ-3745:
-----------------------------------

    Attachment: OFBIz-3745_LayoutCal.patch

Antoher small Layout Fix for the calender issue in bluelight and dropping crumbs. 

Did we need the (X) in the layered calenders ? It breaks the Layout, the top has a width from 200px. When we render the cross then not all elements fit in one line.

> Missing Buttons on LookUp Search
> --------------------------------
>
>                 Key: OFBIZ-3745
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3745
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sam Hamilton
>            Assignee: Jacques Le Roux
>            Priority: Minor
>         Attachments: LayoutFixTomah_NavButtons.patch, OFBIz-3745_LayoutCal.patch, OFBIZ-3745_LayoutFixNavButtonsBlueLightDropping.patch, OFBIZ-3745_LayoutFixPaginButton.patch, Screen shot 2010-04-29 at 15.34.17.png, Screen shot 2010-04-29 at 15.35.51.png
>
>
> If you start on this page - https://localhost:8443/catalog/control/main.
> Then click lookup and search for all products - you should see that there are 80+ products but you don't have arrow buttons to move forward in the results. 
> Also if you then go to the second page the buttons back to the first page then disappear. 

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


[jira] Commented: (OFBIZ-3745) Missing Buttons on LookUp Search

Posted by "Sascha Rodekamp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862560#action_12862560 ] 

Sascha Rodekamp commented on OFBIZ-3745:
----------------------------------------

Good morning guys,

i looked if it breaked anythink else, but i haven't seen any issus that occur through this changes.



> Missing Buttons on LookUp Search
> --------------------------------
>
>                 Key: OFBIZ-3745
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3745
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sam Hamilton
>            Priority: Minor
>         Attachments: LayoutFixTomah_NavButtons.patch, Screen shot 2010-04-29 at 15.34.17.png, Screen shot 2010-04-29 at 15.35.51.png
>
>
> If you start on this page - https://localhost:8443/catalog/control/main.
> Then click lookup and search for all products - you should see that there are 80+ products but you don't have arrow buttons to move forward in the results. 
> Also if you then go to the second page the buttons back to the first page then disappear. 

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


[jira] Closed: (OFBIZ-3745) Missing Buttons on LookUp Search

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-3745.
----------------------------------

    Fix Version/s: Release Branch 10.04
                   SVN trunk
       Resolution: Fixed

Thanks Sascha,

Your patch is in trunk at r940425, R10.04 at r940427


> Missing Buttons on LookUp Search
> --------------------------------
>
>                 Key: OFBIZ-3745
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3745
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sam Hamilton
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Release Branch 10.04, SVN trunk
>
>         Attachments: LayoutFixTomah_NavButtons.patch, OFBIz-3745_LayoutCal.patch, OFBIz-3745_LayoutCal.patch, OFBIZ-3745_LayoutFixNavButtonsBlueLightDropping.patch, OFBIZ-3745_LayoutFixPaginButton.patch, Screen shot 2010-04-29 at 15.34.17.png, Screen shot 2010-04-29 at 15.35.51.png
>
>
> If you start on this page - https://localhost:8443/catalog/control/main.
> Then click lookup and search for all products - you should see that there are 80+ products but you don't have arrow buttons to move forward in the results. 
> Also if you then go to the second page the buttons back to the first page then disappear. 

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


[jira] Updated: (OFBIZ-3745) Missing Buttons on LookUp Search

Posted by "Sam Hamilton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sam Hamilton updated OFBIZ-3745:
--------------------------------

    Attachment: Screen shot 2010-04-29 at 15.34.17.png
                Screen shot 2010-04-29 at 15.35.51.png

> Missing Buttons on LookUp Search
> --------------------------------
>
>                 Key: OFBIZ-3745
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3745
>             Project: OFBiz
>          Issue Type: Bug
>            Reporter: Sam Hamilton
>            Priority: Minor
>         Attachments: Screen shot 2010-04-29 at 15.34.17.png, Screen shot 2010-04-29 at 15.35.51.png
>
>
> If you start on this page - https://localhost:8443/catalog/control/main.
> Then click lookup and search for all products - you should see that there are 80+ products but you don't have arrow buttons to move forward in the results. 
> Also if you then go to the second page the buttons back to the first page then disappear. 

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


[jira] Commented: (OFBIZ-3745) Missing Buttons on LookUp Search

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862579#action_12862579 ] 

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

Thanks Sam, Sascha,

I check also and all seems right. Sascha, I have committed your patch at r939582  

There are still issues in Blue Light and Dropping Crumbs, though I thought it will be easy to apply the same fix on them, but it's not.

> Missing Buttons on LookUp Search
> --------------------------------
>
>                 Key: OFBIZ-3745
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3745
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sam Hamilton
>            Priority: Minor
>         Attachments: LayoutFixTomah_NavButtons.patch, Screen shot 2010-04-29 at 15.34.17.png, Screen shot 2010-04-29 at 15.35.51.png
>
>
> If you start on this page - https://localhost:8443/catalog/control/main.
> Then click lookup and search for all products - you should see that there are 80+ products but you don't have arrow buttons to move forward in the results. 
> Also if you then go to the second page the buttons back to the first page then disappear. 

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


[jira] Commented: (OFBIZ-3745) Missing Buttons on LookUp Search

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862662#action_12862662 ] 

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

Thanks for the try Sascha,

But you certainly suspected that I already tried that and unfortunately it does not work. The links are available at the right places but the images don't show.

We introduced these changes for the calendar to show and if we remove them the same images is used for both inside lookups and calendars. Take your time on this, no hurry, it's already working with 3 themes on 5 and even those where it's not working actually can be used in the meantime since the links are there. So it's a not blocking bug and we will backport to R10.04 when it will be solved. I will try also on my side, but after playing a bit with it this morning, I'm no quite sure how to solve that... The problems related to lookups with all these themes is that a very small changes may have annoying side effects. But we will solve them I'm sure: patience :)

> Missing Buttons on LookUp Search
> --------------------------------
>
>                 Key: OFBIZ-3745
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3745
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sam Hamilton
>            Priority: Minor
>         Attachments: LayoutFixTomah_NavButtons.patch, OFBIZ-3745_LayoutFixNavButtonsBlueLightDropping.patch, Screen shot 2010-04-29 at 15.34.17.png, Screen shot 2010-04-29 at 15.35.51.png
>
>
> If you start on this page - https://localhost:8443/catalog/control/main.
> Then click lookup and search for all products - you should see that there are 80+ products but you don't have arrow buttons to move forward in the results. 
> Also if you then go to the second page the buttons back to the first page then disappear. 

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


[jira] Updated: (OFBIZ-3745) Missing Buttons on LookUp Search

Posted by "Sascha Rodekamp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sascha Rodekamp updated OFBIZ-3745:
-----------------------------------

    Attachment: OFBIz-3745_LayoutCal.patch

Ok Jacques, 
now the calendar have the right image and i removed th X.

Sascha

> Missing Buttons on LookUp Search
> --------------------------------
>
>                 Key: OFBIZ-3745
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3745
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sam Hamilton
>            Assignee: Jacques Le Roux
>            Priority: Minor
>         Attachments: LayoutFixTomah_NavButtons.patch, OFBIz-3745_LayoutCal.patch, OFBIz-3745_LayoutCal.patch, OFBIZ-3745_LayoutFixNavButtonsBlueLightDropping.patch, OFBIZ-3745_LayoutFixPaginButton.patch, Screen shot 2010-04-29 at 15.34.17.png, Screen shot 2010-04-29 at 15.35.51.png
>
>
> If you start on this page - https://localhost:8443/catalog/control/main.
> Then click lookup and search for all products - you should see that there are 80+ products but you don't have arrow buttons to move forward in the results. 
> Also if you then go to the second page the buttons back to the first page then disappear. 

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


[jira] Commented: (OFBIZ-3745) Missing Buttons on LookUp Search

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862216#action_12862216 ] 

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

Hi Sascha,

Quick enough I'd say, but are you sure it will not break anything else? Could you try Sam (it's only for Tomahawk for now)? 

Thanks to both in advance...

PS: If it works well (w/out breaking anything else), I wonder if we could not use the same in the 2 other themes derived from Blue Light (including Blue Light I mean). Another solution would be to deprecate Blue Light and Dropping Crumb and keep only the last evolution: Tomahawk. But as we are near the end I wonder if it's worth it now that we made the harder part...



> Missing Buttons on LookUp Search
> --------------------------------
>
>                 Key: OFBIZ-3745
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3745
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sam Hamilton
>            Priority: Minor
>         Attachments: LayoutFixTomah_NavButtons.patch, Screen shot 2010-04-29 at 15.34.17.png, Screen shot 2010-04-29 at 15.35.51.png
>
>
> If you start on this page - https://localhost:8443/catalog/control/main.
> Then click lookup and search for all products - you should see that there are 80+ products but you don't have arrow buttons to move forward in the results. 
> Also if you then go to the second page the buttons back to the first page then disappear. 

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


[jira] Commented: (OFBIZ-3745) Missing Buttons on LookUp Search

Posted by "Sam Hamilton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862522#action_12862522 ] 

Sam Hamilton commented on OFBIZ-3745:
-------------------------------------

Yep tested Tomahawk and it now works as expected! Cheers

> Missing Buttons on LookUp Search
> --------------------------------
>
>                 Key: OFBIZ-3745
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3745
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sam Hamilton
>            Priority: Minor
>         Attachments: LayoutFixTomah_NavButtons.patch, Screen shot 2010-04-29 at 15.34.17.png, Screen shot 2010-04-29 at 15.35.51.png
>
>
> If you start on this page - https://localhost:8443/catalog/control/main.
> Then click lookup and search for all products - you should see that there are 80+ products but you don't have arrow buttons to move forward in the results. 
> Also if you then go to the second page the buttons back to the first page then disappear. 

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


[jira] Commented: (OFBIZ-3745) Missing Buttons on LookUp Search

Posted by "Sascha Rodekamp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12863324#action_12863324 ] 

Sascha Rodekamp commented on OFBIZ-3745:
----------------------------------------

You're welcome

> Missing Buttons on LookUp Search
> --------------------------------
>
>                 Key: OFBIZ-3745
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3745
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sam Hamilton
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Release Branch 10.04, SVN trunk
>
>         Attachments: LayoutFixTomah_NavButtons.patch, OFBIz-3745_LayoutCal.patch, OFBIz-3745_LayoutCal.patch, OFBIZ-3745_LayoutFixNavButtonsBlueLightDropping.patch, OFBIZ-3745_LayoutFixPaginButton.patch, Screen shot 2010-04-29 at 15.34.17.png, Screen shot 2010-04-29 at 15.35.51.png
>
>
> If you start on this page - https://localhost:8443/catalog/control/main.
> Then click lookup and search for all products - you should see that there are 80+ products but you don't have arrow buttons to move forward in the results. 
> Also if you then go to the second page the buttons back to the first page then disappear. 

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