CKEditor component doesn't work in Internet Explorer 10.
See http://dev.ckeditor.com/ticket/9741
Does anyone have any advice how to do any workaround? Or do someone know when they will fix it?
Thanks in advance, JiKra
First of all, IBM Domino 9 and IBM XWork Server 9 use CKEditor 3.6.3 where this bug with IE10 is fixed.
For 8.5.3 I am using the following to make IE10 run as IE9 in order for the CKEditor to work:
<xp:this.beforeRenderResponse><![CDATA[#{javascript:
if (context.getUserAgent().isIE()) {
var response = facesContext.getExternalContext().getResponse();
// Use IE9 mode because of CKEditor bugs with IE10
response.setHeader("X-UA-Compatible", "IE=9");
}
}]]></xp:this.beforeRenderResponse>
Related
I have formatted and re installed new windows 8.1 and installed and enabled the IIS from program and features through the windows component and installed correctly but when I tried to run the localhost to check IIS then its not working and nothing display on the page. There is no any error shows just white blank page. If anybody can help to resolved this issue then that would be good.
I hope you are talking about Static HTML pages? What all components did you install along with IIS? Make sure you have StaticFileModule installed
I have a simple SharePoint Web Application which have no issue or bug, until a client open it in Safari browser version 7.1 on Mac OS 10.9 Mavericks a month ago.
Since I don't have any Mac OS, then I tried to open the web via browser emulator in http://www.browserstack.com/ and found that the problem is only happen in Safari 7.1 and 8 (no matter what the device, MacOS, iPad, or iPhone6)
When we open it using Google Chrome, Firefox, IE any version, even Safari 6 or older, it looks okay.
But when we open it using Safari 7.1 or later, the menu bar looks like wrecked.
Is anyone know how to fix it?
I've did deep research and found the main problem. It's not about the layout code, but the problem is compatibility between my old SharePoint 2007/2010 with the new Safari browser 7.1 or later.
The problem fixed by this thread:
ASPMenu in Safari 7.1 Not Rendering Properly in SharePoint 2010
We have a couple of simple apps that use the XPages mobile controls that no longer work on iOS 8 devices. Tapping on outline entries, dataview entries, buttons in the header, etc. doesn't seem to do anything. Tapping on a category to expand or collapse it in a categorized view is the only thing that seems to work. The apps are running on a Domino 9.0 server with the openntf essentials package installed. iOS 7 and Android devices work fine.
Anybody else having problems with the mobile controls and iOS 8?
I can confirm this problem with our apps that use the mobile controls as well. It seems to be an issue with Dojo 1.8 that is used by these controls. Debug on an iPad running iOS 8 reveals "Deprecated attempt to access property 'changedTouches' on a non-TouchEvent object." and "Typerror: Attempted to assign to readonly property." in Dojo.js:7956.
UPDATE: Got it working by copying Dojo 1.9.4 to the domino\js folder. Also had to add in the ibm and template folders into the dojo-1.9.4 folder. These were extracted from the xsp.dojo.jar file in the Domino\osgi\shared\eclipse\plugins\com.ibm.xsp.dojo_9.0.1.20140801-1000 folder. Then had to restart the server. Restarting http by itself doesn't work.
IBM has just released 9.0.1 Fix Pack 2 Interim Fix 1 which fixes SPR PALT9P8JDG "XPage Mobile Controls Fail On iOS 8". The technote has been updated accordingly.
For the latest information on this issue, see this technote: http://www-01.ibm.com/support/docview.wss?uid=swg21686751
I am working on an XPage application with few richtexts field on a page. It works well on desktop, however, the richtext field just doesnt show up on mobile environment. Here's a public link for testing (it would show up a richtext field when opened on a desktop but would just show up a small empty box on an mobile - tested on safari, chrome, default android browser):
XPage Application With RichText Field
Any help would be really appreciated. Thanks !
Mobile cannot cope with the CK Editor, so Rich Text cannot be edited on mobile. This is still the case with 9.0.1, from my experience on a recent training course. But I believe the Dojo editor works on iOS. I can't find the blog post and it was from a couple of years ago, but I found that the XPages forum was working by using the Dojo rich text editor instead of the default CK Editor. I can't remember if that was on 8.5.3 or 9.0 though.
If I view the source on your link I see that you have Dojo 1.6.1 and that means to me that you are using Domino 8.5.3
The richtext editor didn't work with older versions of Domino in mobile.
you need to upgrade to Domino 9 or preferable 9.0.1 with the latest Extlib from openntf
We have JSF 2.0 Richfaces 4.0 application working perfectly fine on Jboss 6.0 and we are trying migrate it to Jboss 7.0 AS.
We are experiencing ViewExpiredException in firefox and IE for any link we click on the page. In google chrome it is working fine. Note sure what is the problem. I don't have any clue how to debug this.
Please let me know anybody experienced similar issue.
Thanks,
Mahesh
Mahesh you are experiencing https://issues.jboss.org/browse/AS7-1283
Pass -Dorg.apache.tomcat.util.http.ServerCookie.FWD_SLASH_IS_SEPARATOR=false when you start AS 7 or add the property to your config by following https://docs.jboss.org/author/display/AS7/Admin+Guide#AdminGuide-SystemProperties