ckeditor toolbar not rendering correctly in android chrome

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
3/18/2019 12:26:34 PM
Gravatar
Total Posts 2

ckeditor toolbar not rendering correctly in android chrome

Hello,

I'm seeing an issue when viewing mojo portal demo on an android phone, using chrome for android.  Initially saw issue on the mojo portal installation that I work on.  When editing a page,  the toolbar in the text area is not rendering correctly.

to duplicate:  1.open chrome on an android device, 

                      2. navigate to demo, 

                      3.login using admin login. 

                      4.edit the page

                      5. Instead of seeing the toolbar in the text edit area,  there is bulleted list of links showing "heading 1","Paragraph","Bold","UI","Ol" etc. for each of the buttons

using galaxy s7+,  android 8,  mojo 2.7,  .net 4.6, sql server v12,  android chrome v72.0.3626.121

 

 

 

3/25/2019 1:46:53 PM
Gravatar
Total Posts 2

Re: ckeditor toolbar not rendering correctly in android chrome

Hello,

I wanted to clarify the prior post.  After logging to the demo site,  go to http://demo.mojoportal.com/Admin/EditLoginInfo.aspx.   On an android phone,  instead of seeing the tool bar in the text edit region,  there's a list of links with names like Heading 1, Heading 2, Paragraph, Bold.

 

Thanks

3/27/2019 12:01:55 PM
Gravatar
Total Posts 2239

Re: ckeditor toolbar not rendering correctly in android chrome

Hi,

You can add the following to your user.config and then "touch" the web.config. This will be the default in the next release.

<add key="AdaptEditorForMobile" value="false" />

Thanks,
Joe

You must sign in to post in the forums. This thread is closed to new posts.