Opened 9 years ago

Closed 9 years ago

#13621 closed Bug (invalid)

Problem with Android Browser 534

Reported by: Jeremy Halvorsen Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

Steps to reproduce

  1. Visit http://ckeditor.com/demo
  2. Typing in the demo works fine, but if you clear it all, or start with a new editor, when you click in page editor to type or hit any of the toolbar buttons the browser jumps to the top of the page.

Expected result

CKEditor is either incompatible or doesn't jump to top of page at any click

Actual result

CKEditor is marked as compatible in the source code, and each click jumps to the top of the page.

Other details (browser, OS, CKEditor version, installed plugins)

On Samsung Note GT-N5110 - 8.0" 16GB White Android 4.4.2 Using Default android browser with the following CKEDITOR.evn info... (hand typed looking at screen, so might have a little typo here or there, but the info is correct)

CKEDITOR.env:

ie: false;
edge: false;
webkit: true;
air: false;
mac: false;
quirks: false;
mobile: false;
iOS: false;
isCustomDomain: function(){if(!this.ie)return false;var a=document.domain,b=window.location.hostname;return a!=b&&a!="["+b+"]"};
secure: true;
gecko: false;
safari: true;
version: 534;
isCompatible: true;
hidpi: false;
needsBrFiller: true;
needsNbspFiller: false;
cssClass: cke-browser_webkit;
hc: false;

Change History (1)

comment:1 Changed 9 years ago by Jakub Ś

Resolution: invalid
Status: newclosed
Version: 4.5.1

n Samsung Note GT-N5110 - 8.0" 16GB White Android 4.4.2 Using Default android browser

I'm sorry but only Chrome are supported on that OS - http://docs.ckeditor.com/#!/guide/dev_browsers

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