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 )
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:
- Open demo and place cursor inside some word (ie: space|flight)
- Toggle 'Bold' button to start writing bold text
- 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:
- Open demo and place cursor inside some word (ie: space|flight)
- Toggle 'Bold' button to start writing bold text
- 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:
- cursor between two spaces
- Toggle bold button
- 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
comment:2 Changed 10 years ago by
Keywords: | Android added |
---|---|
Status: | new → confirmed |
Version: | 4.4.5 → 4.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:
- when the browser was working in mobile mode with the a recommended trick to enable CKEditor:
- "Request desktop site"
The results were similar. Confirmed on CKEditor 4.0, 4.3.1 and 4.4.5.
comment:3 Changed 10 years ago by
Description: | modified (diff) |
---|
cc