Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Android Browser native html checkbox bug in v10.0d

    There is something in core of version 10.0d that makes regular html checkbox to uncheck itself on check on Android Browser

    Every other browser on Android does not do that - just the native browser

    However if you touch the label for checkbox - then it works fine but not if you touch checkbox itself

    Touch and hold checks/unchecks it properly but not a quick touch

    This was not a problem in 9.1

    Tested on Samsung Galaxy S3 Phone and Lenovo S6000 Tablet

    Here is a sample code that demonstrates the problem
    Code:
    <!DOCTYPE HTML>
    <html><head>
    	<script src=smartclientSDK/isomorphic/system/modules/ISC_Core.js></script>
    </head>
    <body><label for="chk">Checkbox</label><input id="chk" type="checkbox"></body></html>

    #2
    This was due to a bug in Android 4.3 (Android 4.4.2 is not affected) where preventDefault() during a 'touchend' event did not prevent a subsequent 'click' event. We've worked around it and the fix will be available in tomorrow's 10.0 build.

    Comment


      #3
      Doesn't seem to work in v10.0d_2014-08-24

      Comment

      Working...
      X