[jbosstools-issues] [JBoss JIRA] (JBIDE-9975) Escaped symbols in workspace path brake detection of CSS url path

Denis Maliarevich (Commented) (JIRA) jira-events at lists.jboss.org
Fri Nov 18 05:25:40 EST 2011


    [ https://issues.jboss.org/browse/JBIDE-9975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12643920#comment-12643920 ] 

Denis Maliarevich commented on JBIDE-9975:
------------------------------------------

If the url has been written in a wrong way: {code}url(/img/jbide9975( pic ).png); {code}
XulRunner will not set it to the nsIDOMElement.
It should be
{code}
either url('/img/jbide9975( pic ).png'); or url(/img/jbide9975\(\ pic\ \).png);
{code}
                
> Escaped symbols in workspace path brake detection of CSS url path
> -----------------------------------------------------------------
>
>                 Key: JBIDE-9975
>                 URL: https://issues.jboss.org/browse/JBIDE-9975
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Visual Page Editor core
>    Affects Versions: 3.3.0.M4
>            Reporter: Vitali Yemialyanchyk
>            Assignee: Denis Maliarevich
>             Fix For: 3.3.0.M5
>
>         Attachments: print_share_sprite.png, screenshot-1.jpg, screenshot-2.jpg, _example_page.html
>
>
> I've get this problem just cause my workspace path: ${workspace_loc}/../runtime-New_configuration(2)
> I'll attach screenshot and examples and description how to fix it.

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

        


More information about the jbosstools-issues mailing list