[
https://issues.jboss.org/browse/JBIDE-10104?page=com.atlassian.jira.plugi...
]
Vlado Pakan closed JBIDE-10104.
-------------------------------
Verified on jbdevstudio 5.0.0.v201112150534M-H62-M5.
VPE does not open css file if the style is not on the first place
-----------------------------------------------------------------
Key: JBIDE-10104
URL:
https://issues.jboss.org/browse/JBIDE-10104
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 3.3.0.M4
Reporter: Vitali Yemialyanchyk
Assignee: Victor Rubezhny
Fix For: 3.3.0.M5
Attachments: jbide-10104.patch
I've find next problem, when open style by Ctrl+Lmouse click:
a) try to open "style1" in <div class="style1"> - it works
correctly;
b) try to open "style2" in <div class="style2"> - it does not
work;
I've try to investigate and find for case (b) in somefile.css we have next
definition:
.event .evt_sub .style2 {float:left; margin-right:10px}
.event .evt_sub .style2 strong{display: inline-block; width: 51px;}
.event .evt_sub .style2 span{border-right:1px solid
#ccc;padding-right:7px;margin-right:7px}
if we change it to:
.style2 .event .evt_sub {float:left; margin-right:10px}
.style2 .event .evt_sub strong{display: inline-block; width: 51px;}
.style2 .event .evt_sub span{border-right:1px solid
#ccc;padding-right:7px;margin-right:7px}
in case (b) open functionality start to work correctly.
So VPE can not open css file, if the style is not on the first place.
--
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