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

Wilfred Sessoms edited comment on CB-7801 at 10/16/14 4:39 PM:
---------------------------------------------------------------

I am using jQuery 1.11.1,  jQuery Mobile 1.3.2 and html 5. Not using a plugin. 
Below is the code to create the select field.

          var s ;
          "<div style='width:100%' align='center'>" +
          "<table cellspacing='5' id='calendar'>" +
          "<tr><td><label for='from'>Start Date</label>" +
          "<input name='from' type='date' id='from' value='' /></td></tr>" +
          "<tr><td><label for='tu'>End Date</label>" +
          "<input name='tu' type='date' id='tu' value='' /></td></tr>" +
          "<tr><td align='right' nowrap><button data-inline='true' 
data-role='button' data-theme='b' onClick='export(); return 
false;'>EXPORT</button>" +       
          "</td></tr></table></div>"

         $("#content").html(s);


was (Author: jazzman1024):
I am using jQuery 1.4.1,  jQuery Mobile 1.3.2 and html 5. Not using a plugin. 
Below is the code to create the select field.

          var s ;
          "<div style='width:100%' align='center'>" +
          "<table cellspacing='5' id='calendar'>" +
          "<tr><td><label for='from'>Start Date</label>" +
          "<input name='from' type='date' id='from' value='' /></td></tr>" +
          "<tr><td><label for='tu'>End Date</label>" +
          "<input name='tu' type='date' id='tu' value='' /></td></tr>" +
          "<tr><td align='right' nowrap><button data-inline='true' 
data-role='button' data-theme='b' onClick='export(); return 
false;'>EXPORT</button>" +       
          "</td></tr></table></div>"

         $("#content").html(s);

> UIPopoverPresentationController Error Message
> ---------------------------------------------
>
>                 Key: CB-7801
>                 URL: https://issues.apache.org/jira/browse/CB-7801
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaJS, iOS
>    Affects Versions: 3.5.0
>         Environment: xCode 6.0.1 (6A317)
> iPad 2 IOS 8.1
>            Reporter: Wilfred Sessoms
>              Labels: Cordova, IOS
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> I am getting this error message in xCode Console.
> Application tried to represent an active popover presentation: 
> <UIPopoverPresentationController: 0x17dc5940>
> I happens to appear in the console when I select a date from a html input 
> field like the code listed below.
> <input name='from' type='date' id='from' value='' />
> The error appears in xCode's console every time I touch to select a date.
> The application does not crash and the app runs without any problem.
> This error did not occur in IOS 7.
> The question is, should I be worry about this and will it prevent me from 
> being able to submit the app to the Apple AppStore?



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to