Bug 282858 - Text color and text highlight actions
Summary: Text color and text highlight actions
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EPF (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: epf.tool-inbox CLA
QA Contact:
URL:
Whiteboard: RTE
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-08 10:21 EDT by Jose Alfredo Serrano CLA
Modified: 2023-02-16 16:17 EST (History)
3 users (show)

See Also:


Attachments
TextColoring actions (11.18 KB, patch)
2009-07-08 10:22 EDT, Jose Alfredo Serrano CLA
no flags Details | Diff
Foreground Color (536 bytes, image/gif)
2009-07-08 10:23 EDT, Jose Alfredo Serrano CLA
no flags Details
Background Color icon (933 bytes, image/gif)
2009-07-08 10:26 EDT, Jose Alfredo Serrano CLA
no flags Details
New patch to be Be conpatible with mozilla and IE (12.13 KB, patch)
2009-07-08 11:59 EDT, Jose Alfredo Serrano CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Alfredo Serrano CLA 2009-07-08 10:21:29 EDT
Coloring actions are very useful in many rich text editors. It would be nice to provide this kind of actions in the RichText feature of EFP. Fore and Background coloring commands are already available in the RichTextCommand class.

I attach the patch to include this Actions in the rich text plugin
Comment 1 Jose Alfredo Serrano CLA 2009-07-08 10:22:38 EDT
Created attachment 141086 [details]
TextColoring actions
Comment 2 Jose Alfredo Serrano CLA 2009-07-08 10:23:23 EDT
Created attachment 141087 [details]
Foreground Color

To add to the icons folder
Comment 3 Jose Alfredo Serrano CLA 2009-07-08 10:26:10 EDT
Created attachment 141088 [details]
Background Color icon

to add to folder icons/full/etool16
Comment 4 Jose Alfredo Serrano CLA 2009-07-08 11:59:45 EDT
Created attachment 141107 [details]
New patch to be Be conpatible with mozilla and IE

The new patch works on IE/Safari/Mozilla
Comment 5 Jacques LESCOT CLA 2009-08-03 06:01:04 EDT
Hi EPF guys,

Is there any chance to have this functionality integrated in a further version of the Rich Text Editor component ?
Comment 6 Bingxue Xu CLA 2009-08-03 12:56:38 EDT
Hi Jose,

Thanks very much for the contributions. 

If we get an agreement from all the stakeholders, and people vote for it, we can include those in the future versions. 

The current limitation was intentional, i.e. we don't want to allow users to arbitaryily change those colors on a page by page basis as the resulting web sites will likely be inconsistent if authors start to putting various colors on different pages. So this is really a architecture and desgin issue. The recommend way is to use CSS so consistency can be maintained.

Thanks.
Bing.