[jira] [Commented] (CB-6268) WP8. Apply BackgroundColor from config.xml

2014-03-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1394#comment-1394
 ] 

ASF subversion and git services commented on CB-6268:
-

Commit d60dfb5d6b967dfedf86adb149c2d70a23603537 in cordova-wp8's branch 
refs/heads/master from [~purplecabbage]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git;h=d60dfb5 ]

Merge branch 'CB-6268' of https://github.com/sgrebnov/cordova-wp8


 WP8. Apply BackgroundColor from config.xml
 --

 Key: CB-6268
 URL: https://issues.apache.org/jira/browse/CB-6268
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: WP8
Reporter: Sergey Grebnov
Assignee: Sergey Grebnov
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6268) WP8. Apply BackgroundColor from config.xml

2014-03-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13945556#comment-13945556
 ] 

ASF subversion and git services commented on CB-6268:
-

Commit cc1d54fcb2a00b49e498c872db68449e2bcbfcc0 in cordova-wp8's branch 
refs/heads/master from [~purplecabbage]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git;h=cc1d54f ]

applied CB-6268 backgroundcolor to WP7 also


 WP8. Apply BackgroundColor from config.xml
 --

 Key: CB-6268
 URL: https://issues.apache.org/jira/browse/CB-6268
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: WP8
Reporter: Sergey Grebnov
Assignee: Sergey Grebnov
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6268) WP8. Apply BackgroundColor from config.xml

2014-03-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13945632#comment-13945632
 ] 

ASF GitHub Bot commented on CB-6268:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-wp8/pull/29


 WP8. Apply BackgroundColor from config.xml
 --

 Key: CB-6268
 URL: https://issues.apache.org/jira/browse/CB-6268
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: WP8
Reporter: Sergey Grebnov
Assignee: Sergey Grebnov
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6268) WP8. Apply BackgroundColor from config.xml

2014-03-24 Thread Jesse MacFadyen (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13945738#comment-13945738
 ] 

Jesse MacFadyen commented on CB-6268:
-

The code has been merged, and the pull request closed, however, I saw no way of 
demonstrating that the color had changed.
The browser content always hides the background color of the control, and I 
could see no way to change that.

 WP8. Apply BackgroundColor from config.xml
 --

 Key: CB-6268
 URL: https://issues.apache.org/jira/browse/CB-6268
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: WP8
Reporter: Sergey Grebnov
Assignee: Sergey Grebnov
Priority: Minor
 Fix For: 3.5.0






--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6268) WP8. Apply BackgroundColor from config.xml

2014-03-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13936064#comment-13936064
 ] 

ASF GitHub Bot commented on CB-6268:


Github user purplecabbage commented on the pull request:

https://github.com/apache/cordova-wp8/pull/29#issuecomment-37719741
  
Okay, not sure where or why the 'feature' came from, but it does NOT exist 
in iOS either.

The other platforms ( Android and BlackBerry ) support #FF00FF00 aka 
#AARRGGBB values.
Because the background can only be opaque, the alpha value should simply be 
ignored. However, your code will reject it if the string is not exactly 7 chars 
in length.

Also, we should support #FFF shorthand as well, for consistency with 
BlackBerry.


 WP8. Apply BackgroundColor from config.xml
 --

 Key: CB-6268
 URL: https://issues.apache.org/jira/browse/CB-6268
 Project: Apache Cordova
  Issue Type: Bug
  Components: WP8
Reporter: Sergey Grebnov
Assignee: Sergey Grebnov
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6268) WP8. Apply BackgroundColor from config.xml

2014-03-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13936082#comment-13936082
 ] 

ASF GitHub Bot commented on CB-6268:


Github user purplecabbage commented on the pull request:

https://github.com/apache/cordova-wp8/pull/29#issuecomment-37720080
  
I have re-organized the issues for WP8 and Windows8, so they are now 
subtasks.
https://issues.apache.org/jira/browse/CB-6273

You can use this awesome code here for .net color string conversion:)

https://github.com/apache/cordova-plugin-statusbar/blob/master/src/wp/StatusBar.cs#L41


 WP8. Apply BackgroundColor from config.xml
 --

 Key: CB-6268
 URL: https://issues.apache.org/jira/browse/CB-6268
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: WP8
Reporter: Sergey Grebnov
Assignee: Sergey Grebnov
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6268) WP8. Apply BackgroundColor from config.xml

2014-03-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13936089#comment-13936089
 ] 

ASF GitHub Bot commented on CB-6268:


Github user sgrebnov commented on the pull request:

https://github.com/apache/cordova-wp8/pull/29#issuecomment-37720571
  
Jesse, fully agree w/ your comments. Will update the code today. Thx!


 WP8. Apply BackgroundColor from config.xml
 --

 Key: CB-6268
 URL: https://issues.apache.org/jira/browse/CB-6268
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: WP8
Reporter: Sergey Grebnov
Assignee: Sergey Grebnov
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6268) WP8. Apply BackgroundColor from config.xml

2014-03-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13936119#comment-13936119
 ] 

ASF GitHub Bot commented on CB-6268:


Github user sgrebnov commented on the pull request:

https://github.com/apache/cordova-wp8/pull/29#issuecomment-37722422
  
@purplecabbage, updated the code + force pushed. Pls review


 WP8. Apply BackgroundColor from config.xml
 --

 Key: CB-6268
 URL: https://issues.apache.org/jira/browse/CB-6268
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: WP8
Reporter: Sergey Grebnov
Assignee: Sergey Grebnov
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6268) WP8. Apply BackgroundColor from config.xml

2014-03-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13935656#comment-13935656
 ] 

ASF GitHub Bot commented on CB-6268:


GitHub user sgrebnov opened a pull request:

https://github.com/apache/cordova-wp8/pull/29

CB-6268 WP8. Apply BackgroundColor from config.xml

https://issues.apache.org/jira/browse/CB-6268

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

$ git pull https://github.com/sgrebnov/cordova-wp8 CB-6268

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

https://github.com/apache/cordova-wp8/pull/29.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 #29


commit 3d1ab7a4892d126c6f19fc8149bbe110a5e3f20c
Author: sgrebnov sergei.greb...@gmail.com
Date:   2014-03-14T21:17:23Z

CB-6268 WP8. Apply BackgroundColor from config.xml




 WP8. Apply BackgroundColor from config.xml
 --

 Key: CB-6268
 URL: https://issues.apache.org/jira/browse/CB-6268
 Project: Apache Cordova
  Issue Type: Bug
  Components: WP8
Reporter: Sergey Grebnov
Assignee: Sergey Grebnov
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.2#6252)