Re: [FlexJS] Support for CSS calc() function

2017-01-20 Thread Carlos Rovira
Hi Alex, regarding this bug, just want to left it to you. As I commented in other email I want to concentrate in other efforts (for example I'll try to make a set design and see what I get) so for the moment I'll be not doing compiler work. I left in the repos a branch with the jira issue label.

Re: [FlexJS] Support for CSS calc() function

2017-01-02 Thread Alex Harui
On 1/2/17, 3:38 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >I opened a branch in falcon and asjs for this ticket, but I think I'm a >bit >stuck with that...don't know how to continue... Well, I assume "mvn clean install" builds both repos for you. In compiler-jx/src/t

Re: [FlexJS] Support for CSS calc() function

2017-01-02 Thread Carlos Rovira
I opened a branch in falcon and asjs for this ticket, but I think I'm a bit stuck with that...don't know how to continue... 2017-01-01 10:36 GMT+01:00 OmPrakash Muppirala : > JIRA created here: https://issues.apache.org/jira/browse/FLEX-35235 > > Thanks, > Om > > On Fri, Dec 30, 2016 at 10:34 AM,

Re: [FlexJS] Support for CSS calc() function

2017-01-01 Thread OmPrakash Muppirala
JIRA created here: https://issues.apache.org/jira/browse/FLEX-35235 Thanks, Om On Fri, Dec 30, 2016 at 10:34 AM, Alex Harui wrote: > > > On 12/30/16, 8:30 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" > > wrote: > > >Hi Alex, a brief summary in this email of where we should look, cl

Re: [FlexJS] Support for CSS calc() function

2016-12-30 Thread Alex Harui
On 12/30/16, 8:30 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Alex, a brief summary in this email of where we should look, classes >involved and some explanations of what should we find would be a great >place to start. thanks! It looks like calc() is a function. It lo

Re: [FlexJS] Support for CSS calc() function

2016-12-30 Thread Carlos Rovira
Hi Alex, a brief summary in this email of where we should look, classes involved and some explanations of what should we find would be a great place to start. thanks! 2016-12-30 16:48 GMT+01:00 Alex Harui : > > > On 12/30/16, 1:15 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" > > wrot

Re: [FlexJS] Support for CSS calc() function

2016-12-30 Thread Alex Harui
On 12/30/16, 1:15 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Om, > >I suggest you log a bug in Jira and assign it to Alex, since he fixed many >other CSS bugs. We are getting close to get a decent CSS support in FlexJS >:) Definitely file a JIRA. But Om, or anybody, i

Re: [FlexJS] Support for CSS calc() function

2016-12-30 Thread Carlos Rovira
Hi Om, I suggest you log a bug in Jira and assign it to Alex, since he fixed many other CSS bugs. We are getting close to get a decent CSS support in FlexJS :) thanks 2016-12-30 9:04 GMT+01:00 OmPrakash Muppirala : > I'm trying to use the calc() function [1] in my CSS like this: > > .demo-card-

[FlexJS] Support for CSS calc() function

2016-12-30 Thread OmPrakash Muppirala
I'm trying to use the calc() function [1] in my CSS like this: .demo-card-wide.mdl-card { width: calc((100% - 50px)/3); } I'm using the calc() function to create 3 columns of equal width regardless of browser size. With FlexJS, I'm seeing a compile error: C:\p\flexroot\git\flex-asjs\example