[
https://jira.jboss.org/jira/browse/JBIDE-4821?page=com.atlassian.jira.plu...
]
Sergey Dzmitrovich updated JBIDE-4821:
--------------------------------------
Description:
There is way it wtp to get parsed css model from style's container tags (
<style> and <link> tags). It means we shouldn't do routine operations (
parse content of <style> or parse href attribute of <link> and then parse css
file, keep and release the models during work ) ourselves. Bu It has some limitation e.g
:
1. if <link> is not contain attribute "rel" or its value differs from
"stylesheet" or attribute type is not equal "text/css" then css model
will not be given
2. if "href" attribute of <link> is contain el expressions (e.g <link
rel="stylesheet" type="text/css"
href="#{facesContext.externalContext.requestContextPath}/css/test.css"
"/> ) then model will not be given.
So it requires extension of this wtp functionality to support these case.
Adding of Open On functionality for css classes which are added by
complex link
--------------------------------------------------------------------------------
Key: JBIDE-4821
URL:
https://jira.jboss.org/jira/browse/JBIDE-4821
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor core
Affects Versions: 3.1.0.M3
Reporter: Sergey Dzmitrovich
Assignee: Sergey Dzmitrovich
Fix For: 3.1.0.M4
There is way it wtp to get parsed css model from style's container tags (
<style> and <link> tags). It means we shouldn't do routine operations (
parse content of <style> or parse href attribute of <link> and then parse css
file, keep and release the models during work ) ourselves. Bu It has some limitation e.g
:
1. if <link> is not contain attribute "rel" or its value differs from
"stylesheet" or attribute type is not equal "text/css" then css model
will not be given
2. if "href" attribute of <link> is contain el expressions (e.g
<link rel="stylesheet" type="text/css"
href="#{facesContext.externalContext.requestContextPath}/css/test.css"
"/> ) then model will not be given.
So it requires extension of this wtp functionality to support these case.
--
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