Hi,
If the editor is set to "Black" skin - when you open the Style builder for a table all the font colours are incorrect (black font on black background).
This is causing a serious problem for our users - can this be fixed or a workaround be applied?
Note that the attached file comes from your demo site.
Thanks
If the editor is set to "Black" skin - when you open the Style builder for a table all the font colours are incorrect (black font on black background).
This is causing a serious problem for our users - can this be fixed or a workaround be applied?
Note that the attached file comes from your demo site.
Thanks
5 Answers, 1 is accepted
0
Charles
Top achievements
Rank 1
answered on 13 Oct 2009, 08:48 AM
In the end I opened a support ticket with Telerik - he is the solution for the time being:
{
color: #000 !important;
}
3. Set DialogsCssFile="DialogFix.css" to the server declaration of RadSpell. It will import your CSS file in the dialog of the control.
1. Create an empty .css file in your project, and name it DialogFix.css
2. Add the following CSS rules in DialogFix.css:
body label,
body a,
body div
{
color: #fff !important;
}
{
color: #000 !important;
}
3. Set DialogsCssFile="DialogFix.css" to the server declaration of RadSpell. It will import your CSS file in the dialog of the control.
0
James Dean
Top achievements
Rank 1
answered on 16 Apr 2010, 10:09 PM
Is there a fix for this yet? This is a big issue for our customers as well. I tried the suggested workaround and it didn't seem to work. I took a look at the latest RadEditor demo and the bug is still there:
1. go to http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx
2. Select the 'Black' skin
3. Click 'Full Set of Tools'
4. Click the 'Style Builder' icon
5. The background and the fonts are both black making it pretty difficult to read.
Thanks,
James
1. go to http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx
2. Select the 'Black' skin
3. Click 'Full Set of Tools'
4. Click the 'Style Builder' icon
5. The background and the fonts are both black making it pretty difficult to read.
Thanks,
James
0
Hi James,
The problem is not fixed but I will escalate it to the attention of our developers and they will fix it.
The provided solution works as expected and for your convenience I have attached a sample working project that demonstrates it.
It is possible that the editor version that you use in your project is old and does not support the DialogsCssFile property.
Greetings,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
The problem is not fixed but I will escalate it to the attention of our developers and they will fix it.
The provided solution works as expected and for your convenience I have attached a sample working project that demonstrates it.
It is possible that the editor version that you use in your project is old and does not support the DialogsCssFile property.
Greetings,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Hi James Dean,
The issue was fixed and you will not experience it in the next Official Release.
Please, find attached a screenshot that demonstrates the fixed issue.
Regards,
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
The issue was fixed and you will not experience it in the next Official Release.
Please, find attached a screenshot that demonstrates the fixed issue.
Regards,
Bozhidar Ruzhenov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
James Dean
Top achievements
Rank 1
answered on 29 Apr 2010, 08:49 PM
Brilliant! Thank you so much for fixing this.