Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EPF » Problem with "Rich Text Editor"
Problem with "Rich Text Editor" [message #31365] Tue, 10 April 2007 08:46 Go to next message
Eclipse UserFriend
Originally posted by: jean-noel.guyot.tectosages.com

I'm using Fedora, and when I want to fill (or modify) the "Main
Description" or any field using "rich text editor", this does not work.
Any changes are not saw by EPF.
How can I do it ?


Jean-Noel Guyot
Tectosages
Re: Problem with "Rich Text Editor" [message #31410 is a reply to message #31365] Wed, 11 April 2007 16:39 Go to previous messageGo to next message
Shilpa Toraskar is currently offline Shilpa ToraskarFriend
Messages: 65
Registered: July 2009
Member
We don't support Fedora as such but may be this will help..

-----------------------------------
By default, Firefox 1.x on RedHat and SuSE Linux disables updates to the
browser's status bar. This default setting needs to be changed in order
for the rich text editors to function properly on these platforms. To
change the default setting do the following:
1. Log on with administrative (root) privileges.
2. Locate the firefox.js file by executing the following command: find /
-name firefox.js.
3. Navigate to the directory containing the firefox.js file.
4. Make the firefox.js file writable.
5. Edit the firefox.js file with a text editor and change the security
preference "dom.disable_window_status_change preference" from "false" to
"true". For example: pref("dom.disable_windows_status_change", false);
6. Save and exit.
WARNING: this may expose your system to a security risk. Please consult
your local IT support team for guidance with this issue.
--------------------------------------

Thanks
Shilpa
Re: Problem with "Rich Text Editor" [message #31465 is a reply to message #31410] Thu, 12 April 2007 06:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jean-noel.guyot.tectosages.com

Thanks for responding.
(My firefox.js file already contains the preference to true)


But, there is something I don't understand.
What is the linkage beetween Firefox and the EPF text editor ?


Jean-Noel Guyot
Tectosages
Re: Problem with "Rich Text Editor" [message #31500 is a reply to message #31465] Thu, 12 April 2007 17:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: storaskar.xx.xxx.xxx

Rich Text editor uses SWT Browser which underline uses IE on windows and
FireFox on linux.
Re: Problem with "Rich Text Editor" [message #33256 is a reply to message #31410] Wed, 30 May 2007 07:54 Go to previous messageGo to next message
chris snow is currently offline chris snowFriend
Messages: 16
Registered: July 2009
Junior Member
My editor doesn't work on either EPF 1.0.2 and 1.2M2. I am running Linux
fedora 6.

I have modified my firefox.js as you have recommended, but it hasn't
solved the problem.

My system doesn't have a libwidget_gtk.so, but it does have
libwidget_gtk2.so.

Thanks in advance ...
Re: Problem with "Rich Text Editor" [message #33360 is a reply to message #33256] Thu, 31 May 2007 19:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: storaskar.xx.xxx.xxx

We don't support Fedora so far. But if you could give me exception stack
or even better yet, open a bugzilla with that exception stack [And add
enhancement request for support for Fedora], I will see whether I can find
any local person to help you with the issue.

Thanks
Re: Problem with "Rich Text Editor" [message #33500 is a reply to message #33360] Mon, 18 June 2007 17:53 Go to previous message
chris snow is currently offline chris snowFriend
Messages: 16
Registered: July 2009
Junior Member
Here is the fix for Fedora 7 and epf 1.2.0 M2 ...

Exadel Studio pro (which free and soon to be opensourced) contain their
own MOZILLA_FIVE_HOME libraries. I downloaded the latest Exadel studio
(ExadelStudioPro-4.0.4a). I then started epf with a shell script:

-----
#!/bin/sh

export
MOZILLA_FIVE_HOME=/home/snowch/opt/ExadelStudioPro-4.0.4a/ec lipse/plugins/com.exadel.vpe.mozilla.gtk_2.0.4/os/linux/x86/

../epf
-----

Shilpa Toraskar wrote:
> We don't support Fedora so far. But if you could give me exception stack
> or even better yet, open a bugzilla with that exception stack [And add
> enhancement request for support for Fedora], I will see whether I can
> find any local person to help you with the issue.
>
> Thanks
>
>
Re: Problem with "Rich Text Editor" [message #577507 is a reply to message #31365] Wed, 11 April 2007 16:39 Go to previous message
Shilpa Toraskar is currently offline Shilpa ToraskarFriend
Messages: 65
Registered: July 2009
Member
We don't support Fedora as such but may be this will help..

-----------------------------------
By default, Firefox 1.x on RedHat and SuSE Linux disables updates to the
browser's status bar. This default setting needs to be changed in order
for the rich text editors to function properly on these platforms. To
change the default setting do the following:
1. Log on with administrative (root) privileges.
2. Locate the firefox.js file by executing the following command: find /
-name firefox.js.
3. Navigate to the directory containing the firefox.js file.
4. Make the firefox.js file writable.
5. Edit the firefox.js file with a text editor and change the security
preference "dom.disable_window_status_change preference" from "false" to
"true". For example: pref("dom.disable_windows_status_change", false);
6. Save and exit.
WARNING: this may expose your system to a security risk. Please consult
your local IT support team for guidance with this issue.
--------------------------------------

Thanks
Shilpa
Re: Problem with "Rich Text Editor" [message #577555 is a reply to message #31410] Thu, 12 April 2007 06:47 Go to previous message
Eclipse UserFriend
Originally posted by: jean-noel.guyot.tectosages.com

Thanks for responding.
(My firefox.js file already contains the preference to true)


But, there is something I don't understand.
What is the linkage beetween Firefox and the EPF text editor ?


Jean-Noel Guyot
Tectosages
Re: Problem with "Rich Text Editor" [message #577577 is a reply to message #31465] Thu, 12 April 2007 17:18 Go to previous message
Shilpa Toraskar is currently offline Shilpa ToraskarFriend
Messages: 102
Registered: July 2009
Senior Member
Rich Text editor uses SWT Browser which underline uses IE on windows and
FireFox on linux.
Re: Problem with "Rich Text Editor" [message #578839 is a reply to message #31410] Wed, 30 May 2007 07:54 Go to previous message
chris snow is currently offline chris snowFriend
Messages: 16
Registered: July 2009
Junior Member
My editor doesn't work on either EPF 1.0.2 and 1.2M2. I am running Linux
fedora 6.

I have modified my firefox.js as you have recommended, but it hasn't
solved the problem.

My system doesn't have a libwidget_gtk.so, but it does have
libwidget_gtk2.so.

Thanks in advance ...
Re: Problem with "Rich Text Editor" [message #578953 is a reply to message #33256] Thu, 31 May 2007 19:17 Go to previous message
Shilpa Toraskar is currently offline Shilpa ToraskarFriend
Messages: 102
Registered: July 2009
Senior Member
We don't support Fedora so far. But if you could give me exception stack
or even better yet, open a bugzilla with that exception stack [And add
enhancement request for support for Fedora], I will see whether I can find
any local person to help you with the issue.

Thanks
Re: Problem with "Rich Text Editor" [message #579060 is a reply to message #33360] Mon, 18 June 2007 17:53 Go to previous message
chris snow is currently offline chris snowFriend
Messages: 16
Registered: July 2009
Junior Member
Here is the fix for Fedora 7 and epf 1.2.0 M2 ...

Exadel Studio pro (which free and soon to be opensourced) contain their
own MOZILLA_FIVE_HOME libraries. I downloaded the latest Exadel studio
(ExadelStudioPro-4.0.4a). I then started epf with a shell script:

-----
#!/bin/sh

export
MOZILLA_FIVE_HOME=/home/snowch/opt/ExadelStudioPro-4.0.4a/ec lipse/plugins/com.exadel.vpe.mozilla.gtk_2.0.4/os/linux/x86/

../epf
-----

Shilpa Toraskar wrote:
> We don't support Fedora so far. But if you could give me exception stack
> or even better yet, open a bugzilla with that exception stack [And add
> enhancement request for support for Fedora], I will see whether I can
> find any local person to help you with the issue.
>
> Thanks
>
>
Previous Topic:Printable version of a EPF composer manual
Next Topic:Installing epf-composer once for many users
Goto Forum:
  


Current Time: Tue Apr 23 11:27:57 GMT 2024

Powered by FUDForum. Page generated in 0.04706 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top