Page Background in CK-Editor

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
7/8/2012 3:25:06 PM
Gravatar
Total Posts 123
/Mats Lillnor

Page Background in CK-Editor

2.3.8.5 on SQL, .NET4, IIS7.5
Artisteer 3.1.0.46558

 

Just a minor thing i just discovered.

Built a skin with Artisteer 3.1 using Artisteer31-VerticalMenu1 from the current distribution as a base.

When editing content using CK Editor and choosing style (Heading 1/2/3 and so on), the page background is visible in the menu.

Strange thing is that this does not occur in the standard skin, so it really isn't a bug, but it still shouldn't be there. I am not very good at CSS, but I guess there should be an override or something that is missing, so despite the "please do not post"-message in this forum, I thnik it belongs here...

 

/Mats

7/9/2012 10:17:47 AM
Gravatar
Total Posts 18439

Re: Page Background in CK-Editor

style issues are never bugs, they are all just design problems to be solved by css

In this case you can solve it by adding this to your style-artisteer-overrides.css

.cke_panel_frame {background:white;}

bugs are functional problems that are not skin specific

Best,

Joe

 

You must sign in to post in the forums. This thread is closed to new posts.