[ 
https://issues.apache.org/jira/browse/CB-10440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15116929#comment-15116929
 ] 

ASF GitHub Bot commented on CB-10440:
-------------------------------------

GitHub user daserge opened a pull request:

    https://github.com/apache/cordova-docs/pull/466

    CB-10440 Add CSS color names support for BackgroundColor on Windows

    [Jira issue](https://issues.apache.org/jira/browse/CB-10440)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-docs CB-10440

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-docs/pull/466.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #466
    
----
commit 00a7bfb5d800d29566c7a24d92f8d793582f9218
Author: daserge <v-ses...@microsoft.com>
Date:   2016-01-26T08:30:29Z

    CB-10440 Add CSS color names support for BackgroundColor on Windows

----


> Add CSS color names support for BackgroundColor on Windows
> ----------------------------------------------------------
>
>                 Key: CB-10440
>                 URL: https://issues.apache.org/jira/browse/CB-10440
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Windows
>            Reporter: Sergey Shakhnazarov
>            Assignee: Sergey Shakhnazarov
>
> 1. Create a new Cordova project
> 2. Open config.xml
> 3. Add <preference name="BackgroundColor" value="transparent"/> to the file.
> 4. Build for Windows platform
>  Actual:
> APPX3037
> App manifest validation failed. Value '#transparent' of attribute 
> '/Package/Applications/Application/m3:VisualElements/@BackgroundColor' is not 
> a valid color name or color hexadecimal identifier.
>       
> This is because the generated appmanifest has this line :
> <uap:VisualElements BackgroundColor="#transparent"  ... />
> where it doesn't expect the value to be a named color value other than a 
> hexadecimal color value.
> Expected:
> The appmanifest file can be generated correctly, with a value like:
> <uap:VisualElements BackgroundColor="transparent"  ... />
> or
> <uap:VisualElements BackgroundColor="turquoise"  ... />



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to