[richfaces-issues] [JBoss JIRA] Updated: (RF-8595) Incorrect image paths for the components Suggestionbox, Calendar

vinod perla (JIRA) jira-events at lists.jboss.org
Fri Apr 16 13:45:25 EDT 2010


     [ https://jira.jboss.org/jira/browse/RF-8595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

vinod perla updated RF-8595:
----------------------------

    Steps to Reproduce: 
1. Use Suggestion box in a jspx/jsp
2. Open Frirefox browser turn on Firebug, click on  'Net' in the menu, click on 'Images'.
2. Access the page through the Firefox browser.
3. See that the image path's especially 'spacer.gif'  is incorrect.
4. Right click on the browser window and select 'View Source', search for spacer.gif. The code will be as follows:
<iframe src="/web-ip/faces/a4j/g/3_3_1.GAorg/richfaces/renderkit/html/images/spacer.gif" id="_CloneUserPermissionsInstance_1:_viewRoot:clone-users:clone-from-suggestion_iframe" style="position:absolute;display:none;z-index:200;"></iframe>

  was:
1. Use Suggestion box in a jspx/jsp
2. Open Frirefox browser, click on  'Net' in the menu, click on 'Images'
2. Access the page through the Firefox browser
3. See that the image path's especially 'spacer.gif'  is incorrect.
4. Right click on the browser window and select 'View Source', search for spacer.gif . The code will be as follows:
<iframe src="/web-ip/faces/a4j/g/3_3_1.GAorg/richfaces/renderkit/html/images/spacer.gif" id="_CloneUserPermissionsInstance_1:_viewRoot:clone-users:clone-from-suggestion_iframe" style="position:absolute;display:none;z-index:200;"></iframe>



> Incorrect image paths for the components Suggestionbox, Calendar
> ----------------------------------------------------------------
>
>                 Key: RF-8595
>                 URL: https://jira.jboss.org/jira/browse/RF-8595
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>            Reporter: vinod perla
>            Priority: Minor
>             Fix For: 3.3.1
>
>
> When a suggestion box component is used, the browser couldn't able to load certain images because of incorrect image paths.  In the browser view source the image paths are as:  ".../faces/a4j/g/3_3_1.GAorg/richfaces/renderkit/html/images/spacer.gif". Shouldn't the image path be ".../faces/a4j/g/3_3_1.GA/org/richfaces/renderkit/html/images/spacer.gif". 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list