You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Kevin Hawkins (JIRA)" <ji...@apache.org> on 2012/11/09 17:44:12 UTC

[jira] [Created] (CB-1833) iOS: Splash screen imageView's autoresizingMask is not configured properly

Kevin Hawkins created CB-1833:
---------------------------------

             Summary: iOS: Splash screen imageView's autoresizingMask is not configured properly
                 Key: CB-1833
                 URL: https://issues.apache.org/jira/browse/CB-1833
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS
    Affects Versions: Master
            Reporter: Kevin Hawkins
            Assignee: Shazron Abdullah


In [CDVViewController showSplashScreen], the imageView property's autoresizingMask is comprised of UIViewAutoresizing values that are bitwise-ANDed together.  These should be bitwise-ORed together.  The net effect is that the view inadvertently does not support autoresizing: its resultant value will always be 0 (UIViewAutoresizingNone).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CB-1833) iOS: Splash screen imageView's autoresizingMask is not configured properly

Posted by "Andrew Grieve (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Grieve resolved CB-1833.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3.0
         Assignee: Andrew Grieve  (was: Shazron Abdullah)

https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-ios.git;a=commit;h=6e60c222f8194bb43de6b52c5ea9ff84cc92e040
                
> iOS: Splash screen imageView's autoresizingMask is not configured properly
> --------------------------------------------------------------------------
>
>                 Key: CB-1833
>                 URL: https://issues.apache.org/jira/browse/CB-1833
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: Master
>            Reporter: Kevin Hawkins
>            Assignee: Andrew Grieve
>             Fix For: 2.3.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> In [CDVViewController showSplashScreen], the imageView property's autoresizingMask is comprised of UIViewAutoresizing values that are bitwise-ANDed together.  These should be bitwise-ORed together.  The net effect is that the view inadvertently does not support autoresizing: its resultant value will always be 0 (UIViewAutoresizingNone).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1833) iOS: Splash screen imageView's autoresizingMask is not configured properly

Posted by "Kevin Hawkins (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494446#comment-13494446 ] 

Kevin Hawkins commented on CB-1833:
-----------------------------------

Pull request at https://github.com/apache/incubator-cordova-ios/pull/66.
                
> iOS: Splash screen imageView's autoresizingMask is not configured properly
> --------------------------------------------------------------------------
>
>                 Key: CB-1833
>                 URL: https://issues.apache.org/jira/browse/CB-1833
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: Master
>            Reporter: Kevin Hawkins
>            Assignee: Shazron Abdullah
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> In [CDVViewController showSplashScreen], the imageView property's autoresizingMask is comprised of UIViewAutoresizing values that are bitwise-ANDed together.  These should be bitwise-ORed together.  The net effect is that the view inadvertently does not support autoresizing: its resultant value will always be 0 (UIViewAutoresizingNone).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira