Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epf-dev] Check-ins on EPFWIKI

Hi,
I created a bugzilla for this. Please vote for this bug or leave your comments if this bug is bugging you.
Best Regards,
Onno
https://bugs.eclipse.org/bugs/show_bug.cgi?id=360017

On Wed, Aug 31, 2011 at 4:16 PM, Isaacs, Jeffrey <Jeffrey.isaacs@xxxxxxxxxx> wrote:

Hi EPF Dev,

I am having trouble checking in changes on the EPFWiki. This problem occurs in the following case:

  • Select to Edit page
  • Toggle full screen mode
  • Attempt to check-in

A _javascript_ error occurs which prevents check-in.

On closer inspection it appears that the problem occurs on line 97 of:

../public/_javascript_s/tiny_mce/plugins/epfwiki/editor_plugin.js


   
97      formObj = tinymce.DOM.get(ed.id).form || tinymce.DOM.getParent(ed.id, 'form');

The problem seems to be that tinymce.DOM.get(ed.id) returns an HTMLDivElement, rather than an HTMLTextAreaElement. The former does not have a .form method.

Can you confirm whether this is a known bug and if possible suggest any solutions?

Thanks in advance for any support.

Regards,

Jeff Isaacs

Please consider the environment before printing this email.
 
This message should be regarded as confidential. If you have received this email in error please notify the sender and destroy it immediately.
 
Statements of intent shall only become binding when confirmed in hard copy by an authorised signatory. 
 
The contents of this email may relate to dealings with other companies under the control of BAE Systems plc details of which can be found at http://www.baesystems.com/Businesses/index.htm.
 
Detica Limited is a BAE Systems company trading as BAE Systems Detica.
Detica Limited is registered in England and Wales under No: 1337451.
Registered office: Surrey Research Park, Guildford, Surrey, GU2 7YP, England.


_______________________________________________
epf-dev mailing list
epf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/epf-dev



Back to the top