[
https://issues.jboss.org/browse/JBIDE-9975?page=com.atlassian.jira.plugin...
]
Vitali Yemialyanchyk commented on JBIDE-9975:
---------------------------------------------
to fix the problem in my case I made this change:
it was:
1)
>>
background: transparent
url(file://C:/HP/_ws/runtime-New_configuration(2)/54321/WebContent/system/i/print_share_sprite.png)
no-repeat -5px -5px;}.button
>>
change:
2)
>>
background: transparent
url("file://C:/HP/_ws/runtime-New_configuration(2)/54321/WebContent/system/i/print_share_sprite.png")
no-repeat -5px -5px;}.button
>>
in case 1 it works correctly only in IE, in Firefox & Chrome and in VPE it does not
display pictures.
in case 2 it works correctly everywhere.
so to fix the error you should use quotes in css styles paths.
VPE does not display css pictures if it's path contains
"(" & ")" and may be others special symbols
---------------------------------------------------------------------------------------------------
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: Yahor Radtsevich
Priority: Critical
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