From adffaces-issues-return-2225-apmail-incubator-adffaces-issues-archive=incubator.apache.org@incubator.apache.org Fri Mar 16 08:43:27 2007 Return-Path: Delivered-To: apmail-incubator-adffaces-issues-archive@locus.apache.org Received: (qmail 46718 invoked from network); 16 Mar 2007 08:43:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Mar 2007 08:43:27 -0000 Received: (qmail 39438 invoked by uid 500); 16 Mar 2007 08:43:32 -0000 Delivered-To: apmail-incubator-adffaces-issues-archive@incubator.apache.org Received: (qmail 39417 invoked by uid 500); 16 Mar 2007 08:43:32 -0000 Mailing-List: contact adffaces-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-issues@incubator.apache.org Delivered-To: mailing list adffaces-issues@incubator.apache.org Received: (qmail 39344 invoked by uid 99); 16 Mar 2007 08:43:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2007 01:43:32 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2007 01:43:21 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DE8F37140E7 for ; Fri, 16 Mar 2007 01:41:27 -0700 (PDT) Message-ID: <1516940.1174034487909.JavaMail.jira@brutus> Date: Fri, 16 Mar 2007 01:41:27 -0700 (PDT) From: =?utf-8?Q?Matthias_We=C3=9Fendorf_=28JIRA=29?= To: adffaces-issues@incubator.apache.org Subject: [jira] Updated: (ADFFACES-290) configure when we do NOT want a CSS-2 pseudo-class to pass to the generated css file. In-Reply-To: <1567582.1163539242570.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/ADFFACES-290?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias We=C3=9Fendorf updated ADFFACES-290: ---------------------------------------- Affects Version/s: 1.0.1-incubating-core-SNAPSHOT > configure when we do NOT want a CSS-2 pseudo-class to pass to the generat= ed css file. > -------------------------------------------------------------------------= ------------ > > Key: ADFFACES-290 > URL: https://issues.apache.org/jira/browse/ADFFACES-290 > Project: MyFaces ADF-Faces > Issue Type: Improvement > Components: Skinning > Affects Versions: 1.0.1-incubating-core-SNAPSHOT > Reporter: Jeanne Waldman > Priority: Minor > > Right now, in CSSGenerationUtils.java, we have a list of pseudo-classes t= hat we pass through to the generated css file when they are a part of a ski= nning selector. This is the list: > static > { > _BUILT_IN_PSEUDO_CLASSES.add(":first-child"); > _BUILT_IN_PSEUDO_CLASSES.add(":link"); > _BUILT_IN_PSEUDO_CLASSES.add(":visited"); > _BUILT_IN_PSEUDO_CLASSES.add(":hover"); > _BUILT_IN_PSEUDO_CLASSES.add(":active"); > _BUILT_IN_PSEUDO_CLASSES.add(":focus"); > } > There could be a use case where the component developer has a skinning ke= y with a state, like :visited, but he does not want :visited to be handled = by the browser. Instead he wants to handle it himself. An example is the tr= ain component. It has a visited concept in that a train stop can be visited= , but it isn't visited like a link is visited.=20 > Instead of af|train::stop-link:visited{} we are using af|train::stop-link= :trainVisited=20 --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.