Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. textarea
    Log in to post

    • UNSOLVED ListView and scrollable TextArea refreshing problems
      QML and Qt Quick • listview scrollview textarea • • RickS  

      1
      0
      Votes
      1
      Posts
      16
      Views

      No one has replied

    • UNSOLVED Detect key presses when an input method is used
      QML and Qt Quick • textarea inputmethod keys.onpressed • • maltee  

      1
      0
      Votes
      1
      Posts
      25
      Views

      No one has replied

    • UNSOLVED How to handle back button event when android native virtual keyboard is active?
      Mobile and Embedded • virtualkeyboard textinput textarea android keyboar • • Darknes  

      1
      0
      Votes
      1
      Posts
      128
      Views

      No one has replied

    • SOLVED Leaving text editing when clicking outside TextArea but enable clicking inside TextArea at the same time
      QML and Qt Quick • qml textinput textarea z-order • • Hitokage  

      2
      0
      Votes
      2
      Posts
      285
      Views

      Alright after some research I probably found a workaround to fix this. I got help and inspiration here. The problem is that sometimes when the elements are stored in containers such as ScrollView the z-order thing doesn't work well plus the container can catch mouse event not allowing it to propagate to the helper MouseArea. In such cases all the problematic elements need to contain TapHandler which allows to catch the click event and do custom action. So for example: ScrollView { TapHandler { onTapped: outFocuser.forceActiveFocus();} } In this way no z-order tricks are needed nor the onActiveFocusChanged property in TextArea.
    • UNSOLVED Does EnterKey work with TextArea?
      QML and Qt Quick • textarea enterkey • • gis_user  

      1
      0
      Votes
      1
      Posts
      242
      Views

      No one has replied

    • SOLVED Select whole line on click in TextArea
      QML and Qt Quick • textarea • • tyrathect  

      8
      0
      Votes
      8
      Posts
      1932
      Views

      @johnsmith awesome, it worked. Thanks!
    • tabChangesFocus property in TextArea is not working
      QML and Qt Quick • qtquick textarea tab key • • advent  

      7
      0
      Votes
      7
      Posts
      2420
      Views

      @advent Glad that you found the solution. Thanks for sharing. Please mark the post as solved so that it would be helpful to others too.
    • TextArea and Android keyboard
      Mobile and Embedded • textarea android keyboar • • mrdebug  

      3
      0
      Votes
      3
      Posts
      889
      Views

      No effect in Android.