From jira-events at lists.jboss.org Tue Nov 8 19:30:45 2011 Content-Type: multipart/mixed; boundary="===============1523723422202132635==" MIME-Version: 1.0 From: Viacheslav Kabanovich (Created) (JIRA) To: jbosstools-issues at lists.jboss.org Subject: [jbosstools-issues] [JBoss JIRA] (JBIDE-10127) Resolve selector in open on of class style in VPE Date: Tue, 08 Nov 2011 19:30:45 -0500 Message-ID: <1008310898.69435.1320798645231.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> --===============1523723422202132635== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Resolve selector in open on of class style in VPE ------------------------------------------------- Key: JBIDE-10127 URL: https://issues.jboss.org/browse/JBIDE-10127 Project: Tools (JBoss Tools) Issue Type: Feature Request Components: jsp/jsf/xml source editing Affects Versions: 3.3.0.M3 Reporter: Viacheslav Kabanovich Assignee: Alexey Kazakov Fix For: 3.3.x EXECUTE: Create style sheet: {code} .styleA {color: #FF0000} .styleA .styleB {color: #FF8000} div.styleA {color: #FF0080} div[title=3D"x"].styleA {color: #0000FF} p input.styleA {color: #CCAA00} div p input.styleA {color: #CC00FF} [title=3D"y"] p input.styleA {color: #00CCFF} {code} EXECUTE: Create html: {code} Hello! = =

.styleA {color: #FF0000}

=

.styleA {color: #FF0000}
.styleA .styleB {color: #FF8000}

div.styleA {color: #FF0080}
=
div[title=3D"x"].styleA {color: #0000FF}
=

=

= {code} ASSERT: Style opened at each class=3D"styleA" should be the same as text va= lue in element. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.jboss.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============1523723422202132635==--