Artisteer 3.0 and WYSIWYG editors

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.
4/6/2011 10:51:18 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Artisteer 3.0 and WYSIWYG editors

Hi Joe, I've been waiting to report this one until Artisteer 3.0 is officially released. Now that it's to the RC level, I hope it's close enough for you to look into this. When mojoPortal is running a skin exported from Artisteer 3 (any version so far, including the RC), the WYSIWYG editors are not showing the correct formatting (bullets are missing, headings are wrong, etc.). I've been champing at the bit to report this for the past few months, so we can finally start rolling out edit access to our end users (our webmaster can work around this, but end users really need to be able to see that WYSIWYG formatting). I know, I should have my head examined for using beta software in our prod sites, so lesson learned once again! frown

Repro steps:

  1. On the demo site, switch to either of the Artisteer 3.0 skins.
  2. On the home page, edit the main HTML instance.
  3. The editor briefly flashes what you expect to see as far as WYSIWYG text, then it changes to a poorly formatted and very difficult to edit mess.

Thanks as always!

Jamie

4/6/2011 12:30:10 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Artisteer 3.0 and WYSIWYG editors

On a related Artisteer note, the CSS class rendered on the blog module title is art-postheader, but when clicking through to a blog post page, the CSS class in the title is art-PostHeader.

4/6/2011 1:57:13 PM
Gravatar
Total Posts 18439

Re: Artisteer 3.0 and WYSIWYG editors

These issues are now fixed in the source code repository.

Best,

Joe

4/6/2011 4:21:04 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Artisteer 3.0 and WYSIWYG editors

Thanks Joe, that's much better. I'll have the webmaster re-export her designs over the updated artisteer-30headermenu and see how that goes.

Jamie

4/6/2011 4:34:58 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Artisteer 3.0 and WYSIWYG editors

Ah, okay, I guess we don't need to re-overwrite. Looks like you did the heavy lifting in style-artisteer-overrides:

body.wysiwygeditor  p
{
font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  margin: 12px 0;
}

body.wysiwygeditor ul li
{
  text-decoration: none;
  line-height: 125%;   
  padding: 0 0 0 13px;
  margin-left:20px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
}

I'm looking forward to the updated docs for skinning Artisteer 3! Looks like they sure did change a lot. smiley

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