Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
FCKeditor 2
Last post
Mon, 01/07/2008 - 16:43
#1
samson
Joined:
07/01/2008
Posts:
8
2.5.1 rgb problem
I am using fck editor 2.5.1,
Style color values are translated to rgb values, any idea's why i can not see them in #hex values ?
greetings
Fri, 01/11/2008 - 23:39
#2
alfonsoml
Joined:
31/12/2006
Posts:
3735
Re: 2.5.1 rgb problem
browsers do enjoy doing their own conversions of he provided values. I don't remember right now if it's IE or Firefox, but one of them will always provide #xxxxx and the other rgb(x,x,x)
Mon, 02/11/2008 - 19:21
#3
amerigo5
Joined:
09/02/2008
Posts:
3
Re: 2.5.1 rgb problem
How can FCKEditor provide consistent color between browsers?
Since the user selects a hexadecimal color from the editor, it should generate hexadecimal HTML regardless of the browser being used.
It looks like "style.cssText" is generating hexadecimal in IE and RGB in FireFox.
Wed, 02/20/2008 - 17:06
#4
amerigo5
Joined:
09/02/2008
Posts:
3
Re: 2.5.1 rgb problem
http://dev.fckeditor.net/ticket/1653
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
Re: 2.5.1 rgb problem
Re: 2.5.1 rgb problem
Since the user selects a hexadecimal color from the editor, it should generate hexadecimal HTML regardless of the browser being used.
It looks like "style.cssText" is generating hexadecimal in IE and RGB in FireFox.
Re: 2.5.1 rgb problem