Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 35A9A200C09 for ; Wed, 25 Jan 2017 14:03:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 34348160B50; Wed, 25 Jan 2017 13:03:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 56A49160B4E for ; Wed, 25 Jan 2017 14:03:45 +0100 (CET) Received: (qmail 38192 invoked by uid 500); 25 Jan 2017 13:03:44 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 38183 invoked by uid 99); 25 Jan 2017 13:03:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jan 2017 13:03:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 1EE09C1500 for ; Wed, 25 Jan 2017 13:03:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id Q3JnHjTjec3S for ; Wed, 25 Jan 2017 13:03:42 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id D08B65F2F1 for ; Wed, 25 Jan 2017 13:03:41 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id D2BA0E0384 for ; Wed, 25 Jan 2017 13:03:26 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 8ADDF2528B for ; Wed, 25 Jan 2017 13:03:26 +0000 (UTC) Date: Wed, 25 Jan 2017 13:03:26 +0000 (UTC) From: "Piotr Zarzycki (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLEX-35251) FlexJS error when trying to set a complex CSS rule MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 25 Jan 2017 13:03:46 -0000 [ https://issues.apache.org/jira/browse/FLEX-35251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Zarzycki updated FLEX-35251: ---------------------------------- Affects Version/s: (was: Apache FalconJX 0.7.0) Apache FlexJS 0.8.0 > FlexJS error when trying to set a complex CSS rule > -------------------------------------------------- > > Key: FLEX-35251 > URL: https://issues.apache.org/jira/browse/FLEX-35251 > Project: Apache Flex > Issue Type: Bug > Components: FalconJX > Affects Versions: Apache FlexJS 0.8.0 > Reporter: Carlos Rovira > > {{monoespaciado}} > table.tableSection tr>td:last-child { > /* removing fraction of width i.e 2% to align the tbody columns with thead columns. */ > /* It is must as we need to consider the tbody scroll width too */ > /* if the width is in pixels, then (width - 18px) would be enough */ > width: 31%; > } > /** for older browsers (IE8), if you know number of columns in your table **/ > table.tableSection tr>td:first-child + td + td { > width : 31%; > } > {{monoespaciado}} > /Users/carlosrovira/Dev/Flex/source/flexjs/flex-asjs/examples/flexjs/MDLExample/src/main/flex/App.mxml] > Unexpected exception 'java.util.NoSuchElementException'. > /Users/carlosrovira/Dev/Flex/source/flexjs/flex-asjs/examples/flexjs/MDLExample/src/main/flex/App.mxml Internal error in ABC generator subsystem, when generating code for: /Users/carlosrovira/Dev/Flex/source/flexjs/flex-asjs/examples/flexjs/MDLExample/src/main/flex/App.mxml: java.util.NoSuchElementException: can't look backwards more than one token in this stream > at org.antlr.runtime.misc.LookaheadStream.LB(LookaheadStream.java:159) > at org.antlr.runtime.misc.LookaheadStream.LT(LookaheadStream.java:120) > at org.antlr.runtime.RecognitionException.extractInformationFromTreeNodeStream(RecognitionException.java:144) > at org.antlr.runtime.RecognitionException.(RecognitionException.java:111) > at org.antlr.runtime.MismatchedTreeNodeException.(MismatchedTreeNodeException.java:42) > at org.antlr.runtime.tree.TreeParser.recoverFromMismatchedToken(TreeParser.java:135) > at org.antlr.runtime.BaseRecognizer.match(BaseRecognizer.java:115) > at org.apache.flex.compiler.internal.css.CSSTree.declarationsBlock(CSSTree.java:1722) > at org.apache.flex.compiler.internal.css.CSSTree.ruleset(CSSTree.java:783) > at org.apache.flex.compiler.internal.css.CSSTree.stylesheet(CSSTree.java:286) > at org.apache.flex.compiler.internal.css.CSSDocument.parse(CSSDocument.java:81) > at org.apache.flex.compiler.internal.tree.mxml.MXMLStyleNode.getCSSDocument(MXMLStyleNode.java:88) > at org.apache.flex.compiler.internal.as.codegen.MXMLClassDirectiveProcessor.processMXMLStyle(MXMLClassDirectiveProcessor.java:4253) > at org.apache.flex.compiler.internal.as.codegen.MXMLClassDirectiveProcessor.processNode(MXMLClassDirectiveProcessor.java:987) > at org.apache.flex.compiler.internal.as.codegen.MXMLClassDirectiveProcessor.traverse(MXMLClassDirectiveProcessor.java:861) > at org.apache.flex.compiler.internal.as.codegen.MXMLClassDirectiveProcessor.traverse(MXMLClassDirectiveProcessor.java:831) > at org.apache.flex.compiler.internal.as.codegen.MXMLClassDirectiveProcessor.processMainClassDefinitionNode(MXMLClassDirectiveProcessor.java:653) > at org.apache.flex.compiler.internal.as.codegen.GlobalDirectiveProcessor.declareMXMLDocument(GlobalDirectiveProcessor.java:518) > at org.apache.flex.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProcessor.java:232) > at org.apache.flex.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcessor.java:188) > at org.apache.flex.compiler.internal.as.codegen.ABCGenerator.generate(ABCGenerator.java:122) > at org.apache.flex.compiler.internal.units.MXMLCompilationUnit.handleABCBytesRequest(MXMLCompilationUnit.java:199) > at org.apache.flex.compiler.internal.units.CompilationUnitBase.processABCBytesRequest(CompilationUnitBase.java:873) > at org.apache.flex.compiler.internal.units.CompilationUnitBase.access$300(CompilationUnitBase.java:108) > at org.apache.flex.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase.java:310) > at org.apache.flex.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase.java:306) > at org.apache.flex.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:228) > at org.apache.flex.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:222) > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > at java.lang.Thread.run(Thread.java:745) > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 3.196 s > .... -- This message was sent by Atlassian JIRA (v6.3.4#6332)