Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

Autocomplete on contenteditable divs with android default keyboard is behaving strangely when backspacing a word

  • 2 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 16 προβολές
  • Τελευταία απάντηση από flyingcube

more options

I am developing a mobile web app that makes heavy use of contenteditable divs, and firefox android's behavior when typing in them has changed recently in how it handles autocomplete.

I have found this behaviour on sites other than my own, and have created a jsfiddle at http://jsfiddle.net/wEyh5/4/ where this can easily be seen. What happens is that when a word in the element is beginning to be deleted, autocomplete will insert the word that is being deleted at the beginning of the word (so start turns into starstart). I have noticed that this does not happen when using the swype keyboard, only the default android keyboard does this. On other browsers, autocomplete in contenteditable elements works fine.

Also, autocomplete and backspace perform as expected on input elements and other ways of entering text that I have tested so far. This problem happens on both firefox 17 and 18. Is there some way to make firefox mobile have consistent keyboard behaviour on contenteditable elements?

I am developing a mobile web app that makes heavy use of contenteditable divs, and firefox android's behavior when typing in them has changed recently in how it handles autocomplete. I have found this behaviour on sites other than my own, and have created a jsfiddle at http://jsfiddle.net/wEyh5/4/ where this can easily be seen. What happens is that when a word in the element is beginning to be deleted, autocomplete will insert the word that is being deleted at the beginning of the word (so start turns into starstart). I have noticed that this does not happen when using the swype keyboard, only the default android keyboard does this. On other browsers, autocomplete in contenteditable elements works fine. Also, autocomplete and backspace perform as expected on input elements and other ways of entering text that I have tested so far. This problem happens on both firefox 17 and 18. Is there some way to make firefox mobile have consistent keyboard behaviour on contenteditable elements?

Όλες οι απαντήσεις (2)

more options

Please check Firefox beta in the market or Nightly from https://nightly.mozilla.org there have been several keyboard changes in these builds.

more options

I just tested it on the firefox beta and it is working fine.