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

Christoph Atteneder edited comment on CB-4042 at 7/1/13 6:27 AM:
-----------------------------------------------------------------

Hi Shazron!

Sorry for the late reply. I'm talking about the "spinner-style" combo box: 
https://dl.dropboxusercontent.com/u/3454067/spinner.png

Actually to reproduce it just change following part of the default application:

{code:title=Bar.html|borderStyle=solid}
<div class="app">
  <h1>Apache Cordova</h1>
  <div id="deviceready">
    <p class="status pending blink">Connecting to Device</p>
    <p class="status complete blink hide">Device is Ready</p>
  </div>
  <select>
    <option>Affenpinscher</option>
    <option>Afghan Hound</option>
    <option>Airedale Terier</option>
    <option>Akita</option>
   </select>
 </div>
{code}
If you select the combo box it won't close again (at least in my case). So 
somehow it never looses focus.

Best,

Christoph
                
      was (Author: ripcurlx):
    Hi Shazron!

Sorry for the late reply. I'm talking about the "spinner-style" combo box: 
https://dl.dropboxusercontent.com/u/3454067/spinner.png

Actually to reproduce just change following part of the default application:

{code:title=Bar.html|borderStyle=solid}
<div class="app">
  <h1>Apache Cordova</h1>
  <div id="deviceready">
    <p class="status pending blink">Connecting to Device</p>
    <p class="status complete blink hide">Device is Ready</p>
  </div>
  <select>
    <option>Affenpinscher</option>
    <option>Afghan Hound</option>
    <option>Airedale Terier</option>
    <option>Akita</option>
   </select>
 </div>
{code}
If you select the combo box it won't close again (at least in my case). So 
somehow it never looses focus.

Best,

Christoph
                  
> iOS select spinner doesn't hide on focus out in simulator and iPhone 4+ 
> (works on iPhone 5)
> -------------------------------------------------------------------------------------------
>
>                 Key: CB-4042
>                 URL: https://issues.apache.org/jira/browse/CB-4042
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 2.7.0
>         Environment: iPhone 4 with iOS6 or iPhone 6.1 Simulator 
>            Reporter: Christoph Atteneder
>            Assignee: Shazron Abdullah
>
> Hi,
> I just recognized when using a normal select tag, after focus out the spinner 
> is stuck on the screen in the simulator and on iPhone 4. Somehow it works on 
> iPhone5.

--
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

Reply via email to