You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Ed Bayudan (JIRA)" <ji...@apache.org> on 2008/08/06 15:56:44 UTC

[jira] Created: (WICKET-1779) Palette component - make image URLs part of CSS

Palette component  - make image URLs part of CSS
------------------------------------------------

                 Key: WICKET-1779
                 URL: https://issues.apache.org/jira/browse/WICKET-1779
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-extensions
    Affects Versions: 1.3.4
            Reporter: Ed Bayudan
            Priority: Minor


Palette currently allows customization of its presentation via CSS, except the arrow buttons . For completeness, it  would be nice if it could also allow the images to be customizable as well.

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


[jira] Commented: (WICKET-1779) Palette component - make image URLs part of CSS

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12921032#action_12921032 ] 

Hudson commented on WICKET-1779:
--------------------------------

Integrated in Apache Wicket 1.4.x #202 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.4.x/202/])
    

> Palette component  - make image URLs part of CSS
> ------------------------------------------------
>
>                 Key: WICKET-1779
>                 URL: https://issues.apache.org/jira/browse/WICKET-1779
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.3.4
>            Reporter: Ed Bay
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.4.13, 1.5-M3
>
>         Attachments: fix-WICKET-1779.patch
>
>
> Palette currently allows customization of its presentation via CSS, except the arrow buttons . For completeness, it  would be nice if it could also allow the images to be customizable as well.

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


[jira] Commented: (WICKET-1779) Palette component - make image URLs part of CSS

Posted by "Tomasz Dziurko (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12917242#action_12917242 ] 

Tomasz Dziurko commented on WICKET-1779:
----------------------------------------

I have patch for this issue for 1.4.x version. Anyone could apply it?

> Palette component  - make image URLs part of CSS
> ------------------------------------------------
>
>                 Key: WICKET-1779
>                 URL: https://issues.apache.org/jira/browse/WICKET-1779
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.3.4
>            Reporter: Ed Bay
>            Priority: Minor
>
> Palette currently allows customization of its presentation via CSS, except the arrow buttons . For completeness, it  would be nice if it could also allow the images to be customizable as well.

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


[jira] Resolved: (WICKET-1779) Palette component - make image URLs part of CSS

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

Igor Vaynberg resolved WICKET-1779.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M3
                   1.4.13
         Assignee: Igor Vaynberg

> Palette component  - make image URLs part of CSS
> ------------------------------------------------
>
>                 Key: WICKET-1779
>                 URL: https://issues.apache.org/jira/browse/WICKET-1779
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.3.4
>            Reporter: Ed Bay
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.4.13, 1.5-M3
>
>         Attachments: fix-WICKET-1779.patch
>
>
> Palette currently allows customization of its presentation via CSS, except the arrow buttons . For completeness, it  would be nice if it could also allow the images to be customizable as well.

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


[jira] Commented: (WICKET-1779) Palette component - make image URLs part of CSS

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12921014#action_12921014 ] 

Hudson commented on WICKET-1779:
--------------------------------

Integrated in Apache Wicket 1.5.x #400 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/400/])
    Issue: WICKET-1779


> Palette component  - make image URLs part of CSS
> ------------------------------------------------
>
>                 Key: WICKET-1779
>                 URL: https://issues.apache.org/jira/browse/WICKET-1779
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.3.4
>            Reporter: Ed Bay
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.4.13, 1.5-M3
>
>         Attachments: fix-WICKET-1779.patch
>
>
> Palette currently allows customization of its presentation via CSS, except the arrow buttons . For completeness, it  would be nice if it could also allow the images to be customizable as well.

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


[jira] Updated: (WICKET-1779) Palette component - make image URLs part of CSS

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

Tomasz Dziurko updated WICKET-1779:
-----------------------------------

    Attachment: fix-WICKET-1779.patch

Patch description: I replaced img elements in buttons with div elements with background as image. Images to all buttons are configured in palette.css so they can be easily customized. I tested component look in FF 3.6.10 and IE 8 and it seems to render correctly.

> Palette component  - make image URLs part of CSS
> ------------------------------------------------
>
>                 Key: WICKET-1779
>                 URL: https://issues.apache.org/jira/browse/WICKET-1779
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.3.4
>            Reporter: Ed Bay
>            Priority: Minor
>         Attachments: fix-WICKET-1779.patch
>
>
> Palette currently allows customization of its presentation via CSS, except the arrow buttons . For completeness, it  would be nice if it could also allow the images to be customizable as well.

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