Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ClassCastException in TextInput #12886

Closed
wants to merge 12 commits into from

Commits on Mar 12, 2017

  1. ClassCastException

    ClassCastException happening if getText() is String 
    
    Fatal Exception: java.lang.ClassCastException: java.lang.String cannot be cast to android.text.Spanned
           at com.facebook.react.views.text.ReactTextView.reactTagForTouch(ReactTextView.java:52)
           at com.facebook.react.uimanager.TouchTargetHelper.getTouchTargetForView(TouchTargetHelper.java:257)
           at com.facebook.react.uimanager.TouchTargetHelper.findTargetTagAndCoordinatesForTouch(TouchTargetHelper.java:101)
           at com.facebook.react.uimanager.JSTouchDispatcher.handleTouchEvent(JSTouchDispatcher.java:76)
    guptasourabh04 authored Mar 12, 2017
    Configuration menu
    Copy the full SHA
    b71a4a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. Configuration menu
    Copy the full SHA
    65c01ec View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Configuration menu
    Copy the full SHA
    dbea45f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Configuration menu
    Copy the full SHA
    1f4b640 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd27bac View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

  1. Configuration menu
    Copy the full SHA
    bfd56ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6880a31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b399438 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Configuration menu
    Copy the full SHA
    0fa251f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2017

  1. Configuration menu
    Copy the full SHA
    4f3f35c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3e6591 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

  1. Configuration menu
    Copy the full SHA
    0d10c47 View commit details
    Browse the repository at this point in the history