You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Navid Mitchell (JIRA)" <ad...@incubator.apache.org> on 2007/01/31 12:09:05 UTC

[jira] Created: (ADFFACES-368) selectOrderShuttle displays reorder up down icons improperly.

selectOrderShuttle displays reorder up down icons improperly. 
--------------------------------------------------------------

                 Key: ADFFACES-368
                 URL: https://issues.apache.org/jira/browse/ADFFACES-368
             Project: MyFaces ADF-Faces
          Issue Type: Bug
         Environment: Tomcat, IE
            Reporter: Navid Mitchell
            Priority: Minor


When using the tr:SelectOrderShuttle and supplying ReOrder up, down icons. The second "up" icon is not aligned with the rest.  I have looked at the source and it appears that there is a typo in one line of code. 

In 

SelectOrderShuttleRenderer.renderReorderButtons line 98 

reads renderSpacer(context, rc, "30", "15"); 

All of the other spacers are set to 

renderSpacer(context, rc, "1", "5");

I have not been able to validate my debugging since I have not tried to rebuild the source with my changes. I will try to do that  soon to validate. 

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


[jira] Resolved: (ADFFACES-368) selectOrderShuttle displays reorder up down icons improperly.

Posted by "Jeanne Waldman (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeanne Waldman resolved ADFFACES-368.
-------------------------------------

    Resolution: Fixed

Resolved in revision 504361.

> selectOrderShuttle displays reorder up down icons improperly. 
> --------------------------------------------------------------
>
>                 Key: ADFFACES-368
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-368
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>         Environment: Tomcat, IE
>            Reporter: Navid Mitchell
>         Assigned To: Jeanne Waldman
>            Priority: Minor
>         Attachments: blue-skin.css, images.zip, screenshot-1.jpg
>
>
> When using the tr:SelectOrderShuttle and supplying ReOrder up, down icons. The second "up" icon is not aligned with the rest.  I have looked at the source and it appears that there is a typo in one line of code. 
> In 
> SelectOrderShuttleRenderer.renderReorderButtons line 98 
> reads renderSpacer(context, rc, "30", "15"); 
> All of the other spacers are set to 
> renderSpacer(context, rc, "1", "5");
> I have not been able to validate my debugging since I have not tried to rebuild the source with my changes. I will try to do that  soon to validate. 

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


[jira] Updated: (ADFFACES-368) selectOrderShuttle displays reorder up down icons improperly.

Posted by "Navid Mitchell (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Navid Mitchell updated ADFFACES-368:
------------------------------------

    Attachment: blue-skin.css

Here is my skin file. 

> selectOrderShuttle displays reorder up down icons improperly. 
> --------------------------------------------------------------
>
>                 Key: ADFFACES-368
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-368
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>         Environment: Tomcat, IE
>            Reporter: Navid Mitchell
>            Priority: Minor
>         Attachments: blue-skin.css, screenshot-1.jpg
>
>
> When using the tr:SelectOrderShuttle and supplying ReOrder up, down icons. The second "up" icon is not aligned with the rest.  I have looked at the source and it appears that there is a typo in one line of code. 
> In 
> SelectOrderShuttleRenderer.renderReorderButtons line 98 
> reads renderSpacer(context, rc, "30", "15"); 
> All of the other spacers are set to 
> renderSpacer(context, rc, "1", "5");
> I have not been able to validate my debugging since I have not tried to rebuild the source with my changes. I will try to do that  soon to validate. 

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


[jira] Updated: (ADFFACES-368) selectOrderShuttle displays reorder up down icons improperly.

Posted by "Navid Mitchell (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Navid Mitchell updated ADFFACES-368:
------------------------------------

    Attachment: screenshot-1.jpg

The shuttle is at the bottom of the image.

> selectOrderShuttle displays reorder up down icons improperly. 
> --------------------------------------------------------------
>
>                 Key: ADFFACES-368
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-368
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>         Environment: Tomcat, IE
>            Reporter: Navid Mitchell
>            Priority: Minor
>         Attachments: screenshot-1.jpg
>
>
> When using the tr:SelectOrderShuttle and supplying ReOrder up, down icons. The second "up" icon is not aligned with the rest.  I have looked at the source and it appears that there is a typo in one line of code. 
> In 
> SelectOrderShuttleRenderer.renderReorderButtons line 98 
> reads renderSpacer(context, rc, "30", "15"); 
> All of the other spacers are set to 
> renderSpacer(context, rc, "1", "5");
> I have not been able to validate my debugging since I have not tried to rebuild the source with my changes. I will try to do that  soon to validate. 

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


[jira] Updated: (ADFFACES-368) selectOrderShuttle displays reorder up down icons improperly.

Posted by "Navid Mitchell (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Navid Mitchell updated ADFFACES-368:
------------------------------------

    Attachment: images.zip

And the Images.

> selectOrderShuttle displays reorder up down icons improperly. 
> --------------------------------------------------------------
>
>                 Key: ADFFACES-368
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-368
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>         Environment: Tomcat, IE
>            Reporter: Navid Mitchell
>            Priority: Minor
>         Attachments: blue-skin.css, images.zip, screenshot-1.jpg
>
>
> When using the tr:SelectOrderShuttle and supplying ReOrder up, down icons. The second "up" icon is not aligned with the rest.  I have looked at the source and it appears that there is a typo in one line of code. 
> In 
> SelectOrderShuttleRenderer.renderReorderButtons line 98 
> reads renderSpacer(context, rc, "30", "15"); 
> All of the other spacers are set to 
> renderSpacer(context, rc, "1", "5");
> I have not been able to validate my debugging since I have not tried to rebuild the source with my changes. I will try to do that  soon to validate. 

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


[jira] Updated: (ADFFACES-368) selectOrderShuttle displays reorder up down icons improperly.

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-368:
----------------------------------------

        Fix Version/s: 1.0.0-incubating-core
    Affects Version/s: 1.0.0-incubating-core

> selectOrderShuttle displays reorder up down icons improperly. 
> --------------------------------------------------------------
>
>                 Key: ADFFACES-368
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-368
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>    Affects Versions: 1.0.0-incubating-core
>         Environment: Tomcat, IE
>            Reporter: Navid Mitchell
>         Assigned To: Jeanne Waldman
>            Priority: Minor
>             Fix For: 1.0.0-incubating-core
>
>         Attachments: blue-skin.css, images.zip, screenshot-1.jpg
>
>
> When using the tr:SelectOrderShuttle and supplying ReOrder up, down icons. The second "up" icon is not aligned with the rest.  I have looked at the source and it appears that there is a typo in one line of code. 
> In 
> SelectOrderShuttleRenderer.renderReorderButtons line 98 
> reads renderSpacer(context, rc, "30", "15"); 
> All of the other spacers are set to 
> renderSpacer(context, rc, "1", "5");
> I have not been able to validate my debugging since I have not tried to rebuild the source with my changes. I will try to do that  soon to validate. 

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


[jira] Commented: (ADFFACES-368) selectOrderShuttle displays reorder up down icons improperly.

Posted by "Jeanne Waldman (JIRA)" <ad...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/ADFFACES-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12470424 ] 

Jeanne Waldman commented on ADFFACES-368:
-----------------------------------------

Can you post what you have defined in your skin file? I can't reproduce this when I use my own image. There's a slight offset, but maybe only by a couple of pixels. 
I don't really know why we are rendering spacers at all, actually.

> selectOrderShuttle displays reorder up down icons improperly. 
> --------------------------------------------------------------
>
>                 Key: ADFFACES-368
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-368
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>         Environment: Tomcat, IE
>            Reporter: Navid Mitchell
>            Priority: Minor
>         Attachments: screenshot-1.jpg
>
>
> When using the tr:SelectOrderShuttle and supplying ReOrder up, down icons. The second "up" icon is not aligned with the rest.  I have looked at the source and it appears that there is a typo in one line of code. 
> In 
> SelectOrderShuttleRenderer.renderReorderButtons line 98 
> reads renderSpacer(context, rc, "30", "15"); 
> All of the other spacers are set to 
> renderSpacer(context, rc, "1", "5");
> I have not been able to validate my debugging since I have not tried to rebuild the source with my changes. I will try to do that  soon to validate. 

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


[jira] Commented: (ADFFACES-368) selectOrderShuttle displays reorder up down icons improperly.

Posted by "Jeanne Waldman (JIRA)" <ad...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/ADFFACES-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12470767 ] 

Jeanne Waldman commented on ADFFACES-368:
-----------------------------------------

Oh, I see now that the problem is only on IE. I'm going to check in a fix soon.

> selectOrderShuttle displays reorder up down icons improperly. 
> --------------------------------------------------------------
>
>                 Key: ADFFACES-368
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-368
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>         Environment: Tomcat, IE
>            Reporter: Navid Mitchell
>            Priority: Minor
>         Attachments: blue-skin.css, images.zip, screenshot-1.jpg
>
>
> When using the tr:SelectOrderShuttle and supplying ReOrder up, down icons. The second "up" icon is not aligned with the rest.  I have looked at the source and it appears that there is a typo in one line of code. 
> In 
> SelectOrderShuttleRenderer.renderReorderButtons line 98 
> reads renderSpacer(context, rc, "30", "15"); 
> All of the other spacers are set to 
> renderSpacer(context, rc, "1", "5");
> I have not been able to validate my debugging since I have not tried to rebuild the source with my changes. I will try to do that  soon to validate. 

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


[jira] Assigned: (ADFFACES-368) selectOrderShuttle displays reorder up down icons improperly.

Posted by "Jeanne Waldman (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeanne Waldman reassigned ADFFACES-368:
---------------------------------------

    Assignee: Jeanne Waldman

> selectOrderShuttle displays reorder up down icons improperly. 
> --------------------------------------------------------------
>
>                 Key: ADFFACES-368
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-368
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>         Environment: Tomcat, IE
>            Reporter: Navid Mitchell
>         Assigned To: Jeanne Waldman
>            Priority: Minor
>         Attachments: blue-skin.css, images.zip, screenshot-1.jpg
>
>
> When using the tr:SelectOrderShuttle and supplying ReOrder up, down icons. The second "up" icon is not aligned with the rest.  I have looked at the source and it appears that there is a typo in one line of code. 
> In 
> SelectOrderShuttleRenderer.renderReorderButtons line 98 
> reads renderSpacer(context, rc, "30", "15"); 
> All of the other spacers are set to 
> renderSpacer(context, rc, "1", "5");
> I have not been able to validate my debugging since I have not tried to rebuild the source with my changes. I will try to do that  soon to validate. 

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


[jira] Updated: (ADFFACES-368) selectOrderShuttle displays reorder up down icons improperly.

Posted by "Navid Mitchell (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Navid Mitchell updated ADFFACES-368:
------------------------------------

    Status: Patch Available  (was: Open)

> selectOrderShuttle displays reorder up down icons improperly. 
> --------------------------------------------------------------
>
>                 Key: ADFFACES-368
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-368
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>         Environment: Tomcat, IE
>            Reporter: Navid Mitchell
>            Priority: Minor
>         Attachments: screenshot-1.jpg
>
>
> When using the tr:SelectOrderShuttle and supplying ReOrder up, down icons. The second "up" icon is not aligned with the rest.  I have looked at the source and it appears that there is a typo in one line of code. 
> In 
> SelectOrderShuttleRenderer.renderReorderButtons line 98 
> reads renderSpacer(context, rc, "30", "15"); 
> All of the other spacers are set to 
> renderSpacer(context, rc, "1", "5");
> I have not been able to validate my debugging since I have not tried to rebuild the source with my changes. I will try to do that  soon to validate. 

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


[jira] Updated: (ADFFACES-368) selectOrderShuttle displays reorder up down icons improperly.

Posted by "Navid Mitchell (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Navid Mitchell updated ADFFACES-368:
------------------------------------

    Status: Open  (was: Patch Available)

> selectOrderShuttle displays reorder up down icons improperly. 
> --------------------------------------------------------------
>
>                 Key: ADFFACES-368
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-368
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>         Environment: Tomcat, IE
>            Reporter: Navid Mitchell
>            Priority: Minor
>         Attachments: screenshot-1.jpg
>
>
> When using the tr:SelectOrderShuttle and supplying ReOrder up, down icons. The second "up" icon is not aligned with the rest.  I have looked at the source and it appears that there is a typo in one line of code. 
> In 
> SelectOrderShuttleRenderer.renderReorderButtons line 98 
> reads renderSpacer(context, rc, "30", "15"); 
> All of the other spacers are set to 
> renderSpacer(context, rc, "1", "5");
> I have not been able to validate my debugging since I have not tried to rebuild the source with my changes. I will try to do that  soon to validate. 

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