Opened 10 years ago

Last modified 10 years ago

#12537 confirmed Bug

[Android] Styles do not work on KitKat word suggest

Reported by: Maciej Owned by:
Priority: Normal Milestone:
Component: General Version: 4.0
Keywords: Android Cc:

Description (last modified by Wiktor Walc)

When trying to write some text inside a word with added style (ie bold) the text doesn't have applied styles and new text can be placed on wrong place (like on the end of word).

Steps to reproduce:

  1. Open demo and place cursor inside some word (ie: space|flight)
  2. Toggle 'Bold' button to start writing bold text
  3. Start writing some text

Expected result: spacesometextfligth (new text should be bold)

Actual result: spaceflightsometext

The result is the same on every tested browser.

The same result is when using voice input:

  1. Open demo and place cursor inside some word (ie: space|flight)
  2. Toggle 'Bold' button to start writing bold text
  3. Start voice input some text

Actual result: text from voice input is not bold

From my observation it looks like Android or Cyanogenmod keyboard is replacing text from auto-suggest.

The only way to write bold text is to put:

  1. cursor between two spaces
  2. Toggle bold button
  3. write new text

Tested on:

  • Android 4.4.4 - Cyanogenmod 11-201410008-SNPAPSHOT-M11-i9300
  • Browsers:
    • Firefox: 32.0.3
    • Chrome: 37.0.2062.117
    • Browser (preinstalled Chrome): 33.0.0.0 (from user agent string)

The issue was originally reported @ http://stackoverflow.com/questions/26257663/ckeditor-android-formatters-work-incorrectly

Change History (3)

comment:1 Changed 10 years ago by Piotrek Koszuliński

cc

comment:2 Changed 10 years ago by Wiktor Walc

Keywords: Android added
Status: newconfirmed
Version: 4.4.54.0

It looks like a regression in an operating system / auto-suggest used in KitKat 4.4. The same TC works fine for me using exactly the same version of Google Chrome (37.0.2062.117) on Android 4.3.0 (stock version from Samsung).

We did not test it on a stock version of Android 4.4, so hard to say if it's Cyanogenmod-specific.

Note: we did test it in two ways:

The results were similar.

Version 0, edited 10 years ago by Wiktor Walc (next)

comment:3 Changed 10 years ago by Wiktor Walc

Description: modified (diff)
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy