You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "James Selvakumar (JIRA)" <ji...@apache.org> on 2010/11/25 04:02:13 UTC

[jira] Created: (WICKET-3195) Icon missing in Add/Remove button of the Palette component

Icon missing in Add/Remove button of the Palette component
----------------------------------------------------------

                 Key: WICKET-3195
                 URL: https://issues.apache.org/jira/browse/WICKET-3195
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 1.4.13
            Reporter: James Selvakumar
         Attachments: wicket-extensions-palette.png

The icons that use appear in the Add/Remove button of the Palette component is missing in version "1.4.13". This is not noticed in version "1.4.12".

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


[jira] Commented: (WICKET-3195) Icon missing in Add/Remove button of the Palette component

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

James Selvakumar commented on WICKET-3195:
------------------------------------------

Thanks Igor. I'll check that and update here.

> Icon missing in Add/Remove button of the Palette component
> ----------------------------------------------------------
>
>                 Key: WICKET-3195
>                 URL: https://issues.apache.org/jira/browse/WICKET-3195
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>            Reporter: James Selvakumar
>            Assignee: Igor Vaynberg
>         Attachments: wicket-extensions-palette.png
>
>
> The icons that use appear in the Add/Remove button of the Palette component is missing in version "1.4.13". This is not noticed in version "1.4.12".

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


[jira] [Issue Comment Edited] (WICKET-3195) Icon missing in Add/Remove button of the Palette component

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

Christoph Knafl edited comment on WICKET-3195 at 5/24/11 2:56 PM:
------------------------------------------------------------------

Hello!

My Wicket-Version is 1.4.15.

I had the same problem. Since Version 1.4.13 there is no Java-Codeline that adds those images to the PaletteButton (i.e. in Version 1.4.12. Line 394 in the method newAddComponent() there is "add(new Image....)".

The Codeline has "moved" to palette.css. The buttons get their images with the css-Class they have.

The problem is, when you are overriding the methog getCSS() of Palette (so did I), there is no css that paints the image.

Greeds
Christoph

      was (Author: cknafl):
    Hello!

My Wicket-Version is 1.4.15.

I had the same problem. Since Version 1.4.13 there is no Java-Codeline that adds those images to the PaletteButton (i.e. in Version 1.4.12. Line 394 in the method newAddComponent() there is "add(new Image....)".

The Codeline has "moved" to palette.css. The buttons gets their images with the css-Class they have.

The problem is, when you are overriding the methog getCSS() of Palette (so did I), there is no css that paints the image.

Greeds
Christoph
  
> Icon missing in Add/Remove button of the Palette component
> ----------------------------------------------------------
>
>                 Key: WICKET-3195
>                 URL: https://issues.apache.org/jira/browse/WICKET-3195
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>            Reporter: James Selvakumar
>            Assignee: Igor Vaynberg
>         Attachments: wicket-extensions-palette.png
>
>
> The icons that use appear in the Add/Remove button of the Palette component is missing in version "1.4.13". This is not noticed in version "1.4.12".

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (WICKET-3195) Icon missing in Add/Remove button of the Palette component

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

Igor Vaynberg commented on WICKET-3195:
---------------------------------------

so far seems you are the only one

> Icon missing in Add/Remove button of the Palette component
> ----------------------------------------------------------
>
>                 Key: WICKET-3195
>                 URL: https://issues.apache.org/jira/browse/WICKET-3195
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>            Reporter: James Selvakumar
>            Assignee: Igor Vaynberg
>         Attachments: wicket-extensions-palette.png
>
>
> The icons that use appear in the Add/Remove button of the Palette component is missing in version "1.4.13". This is not noticed in version "1.4.12".

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


[jira] [Issue Comment Edited] (WICKET-3195) Icon missing in Add/Remove button of the Palette component

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

Christoph Knafl edited comment on WICKET-3195 at 5/24/11 2:55 PM:
------------------------------------------------------------------

Hello!

My Wicket-Version is 1.4.15.

I had the same problem. Since Version 1.4.13 there is no Java-Codeline that adds those images to the PaletteButton (i.e. in Version 1.4.12. Line 394 in the method newAddComponent() there is "add(new Image....)".

The Codeline has "moved" to palette.css. The buttons gets their images with the css-Class they have.

The problem is, when you are overriding the methog getCSS() of Palette (so did I), there is no css that paints the image.

Greeds
Christoph

      was (Author: cknafl):
    Hello again!

My Wicket-Version is 1.4.15.

I had the same problem. Since Version 1.4.13 there is no Java-Codeline that adds those images to the PaletteButton (i.e. in Version 1.4.12. Line 394 in the method newAddComponent() there is "add(new Image....)".

The Codeline has "moved" to palette.css. The buttons gets their images with the css-Class they have.

The problem is, when you are overriding the methog getCSS() of Palette (so did I), there is no css that paints the image.

Greeds
Christoph
  
> Icon missing in Add/Remove button of the Palette component
> ----------------------------------------------------------
>
>                 Key: WICKET-3195
>                 URL: https://issues.apache.org/jira/browse/WICKET-3195
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>            Reporter: James Selvakumar
>            Assignee: Igor Vaynberg
>         Attachments: wicket-extensions-palette.png
>
>
> The icons that use appear in the Add/Remove button of the Palette component is missing in version "1.4.13". This is not noticed in version "1.4.12".

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Issue Comment Edited] (WICKET-3195) Icon missing in Add/Remove button of the Palette component

Posted by "Christoph Knafl (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13224211#comment-13224211 ] 

Christoph Knafl edited comment on WICKET-3195 at 3/7/12 11:28 AM:
------------------------------------------------------------------

So you got it fixed or do you need help?

Greeds
                
      was (Author: cknafl):
    So you got it fixed?

Greeds
                  
> Icon missing in Add/Remove button of the Palette component
> ----------------------------------------------------------
>
>                 Key: WICKET-3195
>                 URL: https://issues.apache.org/jira/browse/WICKET-3195
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>            Reporter: James Selvakumar
>            Assignee: Igor Vaynberg
>         Attachments: wicket-extensions-palette.png
>
>
> The icons that use appear in the Add/Remove button of the Palette component is missing in version "1.4.13". This is not noticed in version "1.4.12".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WICKET-3195) Icon missing in Add/Remove button of the Palette component

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

Christoph Knafl commented on WICKET-3195:
-----------------------------------------

So you got it fixed?

Greeds
                
> Icon missing in Add/Remove button of the Palette component
> ----------------------------------------------------------
>
>                 Key: WICKET-3195
>                 URL: https://issues.apache.org/jira/browse/WICKET-3195
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>            Reporter: James Selvakumar
>            Assignee: Igor Vaynberg
>         Attachments: wicket-extensions-palette.png
>
>
> The icons that use appear in the Add/Remove button of the Palette component is missing in version "1.4.13". This is not noticed in version "1.4.12".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WICKET-3195) Icon missing in Add/Remove button of the Palette component

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

James Selvakumar commented on WICKET-3195:
------------------------------------------

I couldn't create this issue with a quick start application.
Looks like something has to be tweaked in my project. I wonder what could have gone wrong!
Appreciate if someone can highlight where I could have gone wrong.
Sorry troubling you all.
Thanks for the wonderful support!

> Icon missing in Add/Remove button of the Palette component
> ----------------------------------------------------------
>
>                 Key: WICKET-3195
>                 URL: https://issues.apache.org/jira/browse/WICKET-3195
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>            Reporter: James Selvakumar
>            Assignee: Igor Vaynberg
>         Attachments: wicket-extensions-palette.png
>
>
> The icons that use appear in the Add/Remove button of the Palette component is missing in version "1.4.13". This is not noticed in version "1.4.12".

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


[jira] Updated: (WICKET-3195) Icon missing in Add/Remove button of the Palette component

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

James Selvakumar updated WICKET-3195:
-------------------------------------

    Attachment: wicket-extensions-palette.png

> Icon missing in Add/Remove button of the Palette component
> ----------------------------------------------------------
>
>                 Key: WICKET-3195
>                 URL: https://issues.apache.org/jira/browse/WICKET-3195
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>            Reporter: James Selvakumar
>         Attachments: wicket-extensions-palette.png
>
>
> The icons that use appear in the Add/Remove button of the Palette component is missing in version "1.4.13". This is not noticed in version "1.4.12".

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


[jira] Commented: (WICKET-3195) Icon missing in Add/Remove button of the Palette component

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

James Selvakumar commented on WICKET-3195:
------------------------------------------

Thanks Igor for your immediate response.
Am I the only one facing this issue? Let me try that again and come back with a quick start.

> Icon missing in Add/Remove button of the Palette component
> ----------------------------------------------------------
>
>                 Key: WICKET-3195
>                 URL: https://issues.apache.org/jira/browse/WICKET-3195
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>            Reporter: James Selvakumar
>            Assignee: Igor Vaynberg
>         Attachments: wicket-extensions-palette.png
>
>
> The icons that use appear in the Add/Remove button of the Palette component is missing in version "1.4.13". This is not noticed in version "1.4.12".

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


[jira] Resolved: (WICKET-3195) Icon missing in Add/Remove button of the Palette component

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

Igor Vaynberg resolved WICKET-3195.
-----------------------------------

    Resolution: Cannot Reproduce
      Assignee: Igor Vaynberg

just tried with 1.4-snap and could not reproduce. also not reproducible on wicketstuff.org/wicket14

if problem persists please provide a quickstart.

> Icon missing in Add/Remove button of the Palette component
> ----------------------------------------------------------
>
>                 Key: WICKET-3195
>                 URL: https://issues.apache.org/jira/browse/WICKET-3195
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>            Reporter: James Selvakumar
>            Assignee: Igor Vaynberg
>         Attachments: wicket-extensions-palette.png
>
>
> The icons that use appear in the Add/Remove button of the Palette component is missing in version "1.4.13". This is not noticed in version "1.4.12".

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


[jira] Commented: (WICKET-3195) Icon missing in Add/Remove button of the Palette component

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

Igor Vaynberg commented on WICKET-3195:
---------------------------------------

hit the url meant for the image and see why its returning a 404 or something else.

> Icon missing in Add/Remove button of the Palette component
> ----------------------------------------------------------
>
>                 Key: WICKET-3195
>                 URL: https://issues.apache.org/jira/browse/WICKET-3195
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>            Reporter: James Selvakumar
>            Assignee: Igor Vaynberg
>         Attachments: wicket-extensions-palette.png
>
>
> The icons that use appear in the Add/Remove button of the Palette component is missing in version "1.4.13". This is not noticed in version "1.4.12".

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


[jira] [Commented] (WICKET-3195) Icon missing in Add/Remove button of the Palette component

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

James Selvakumar commented on WICKET-3195:
------------------------------------------

Christoph, that's exactly the problem. I overrode the getCSS() method to provide custom style and the problem is because of that.
                
> Icon missing in Add/Remove button of the Palette component
> ----------------------------------------------------------
>
>                 Key: WICKET-3195
>                 URL: https://issues.apache.org/jira/browse/WICKET-3195
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>            Reporter: James Selvakumar
>            Assignee: Igor Vaynberg
>         Attachments: wicket-extensions-palette.png
>
>
> The icons that use appear in the Add/Remove button of the Palette component is missing in version "1.4.13". This is not noticed in version "1.4.12".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WICKET-3195) Icon missing in Add/Remove button of the Palette component

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

James Selvakumar commented on WICKET-3195:
------------------------------------------

Sorry for the delay. I'm working on the quick start to reproduce the problem.

> Icon missing in Add/Remove button of the Palette component
> ----------------------------------------------------------
>
>                 Key: WICKET-3195
>                 URL: https://issues.apache.org/jira/browse/WICKET-3195
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>            Reporter: James Selvakumar
>            Assignee: Igor Vaynberg
>         Attachments: wicket-extensions-palette.png
>
>
> The icons that use appear in the Add/Remove button of the Palette component is missing in version "1.4.13". This is not noticed in version "1.4.12".

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


[jira] [Commented] (WICKET-3195) Icon missing in Add/Remove button of the Palette component

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

Christoph Knafl commented on WICKET-3195:
-----------------------------------------

Hello again!

My Wicket-Version is 1.4.15.

I had the same problem. Since Version 1.4.13 there is no Java-Codeline that adds those images to the PaletteButton (i.e. in Version 1.4.12. Line 394 in the method newAddComponent() there is "add(new Image....)".

The Codeline has "moved" to palette.css. The buttons gets their images with the css-Class they have.

The problem is, when you are overriding the methog getCSS() of Palette (so did I), there is no css that paints the image.

Greeds
Christoph

> Icon missing in Add/Remove button of the Palette component
> ----------------------------------------------------------
>
>                 Key: WICKET-3195
>                 URL: https://issues.apache.org/jira/browse/WICKET-3195
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>            Reporter: James Selvakumar
>            Assignee: Igor Vaynberg
>         Attachments: wicket-extensions-palette.png
>
>
> The icons that use appear in the Add/Remove button of the Palette component is missing in version "1.4.13". This is not noticed in version "1.4.12".

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira