Gray background in 24.1.0.0 version

Having trouble deploying Oxygen XML Web Author? Got a bug to report? Post it all here.
Johann
Posts: 240
Joined: Wed Jun 17, 2015 12:46 pm

Gray background in 24.1.0.0 version

Post by Johann »

Hello,

I tried to upgrade Author web from 24.0.0.4 to 24.1.0.0 version and I noticed the appearance of a gray background on the documents in the author view.

Is it a feature or a bug?

If it is a feature, is there an option to have a white background by default?

Thanks,

Johann
mihai_coanda
Posts: 81
Joined: Wed Jul 20, 2016 8:22 am

Re: Gray background in 24.1.0.0 version

Post by mihai_coanda »

Hello,
We are not aware of any document background differences between the two versions.
We are aware of an issue where the document background is a very light gray on smaller screens and we have a registered issue that we plan to address in a future release.
What is the screen size that you are doing the testing (with maximized browser window)?

Another possible cause for this might be the selected styles that you have (hamburger toolbar action -> Choose style).
Could you try to reproduce the issue on our online demo [1] using a sample file?

Best Regards,
Michael

1. https://www.oxygenxml.com/oxygen-xml-we ... xygen.html
Michael

https://www.oxygenxml.com
Johann
Posts: 240
Joined: Wed Jun 17, 2015 12:46 pm

Re: Gray background in 24.1.0.0 version

Post by Johann »

Hello,

I have just sent a video to the technical support to show the problems observed.

Regards,

Johann
Bogdan Dumitru
Site Admin
Posts: 172
Joined: Tue Mar 20, 2018 5:28 pm

Re: Gray background in 24.1.0.0 version

Post by Bogdan Dumitru »

Hello Johann,

Thank you for the video! We didn't tried to activate Full Width additional style and reload the page.
The issue is caused by a bad default background-color in Web Author for the document element.
You can fix it by specifying an "important" "background-color" for the "oxy|document" in the Full Width additional style like this:

Code: Select all

	oxy|document {
	  background-color: #fbfbfb !important;
	}
Add the rule in the dita\css\edit\alternate-full-width-layout.css file from your framework.
Here are some useful links:

[1] https://www.oxygenxml.com/doc/versions/ ... works.html
[2] https://www.oxygenxml.com/doc/versions/ ... ework.html
[3] https://www.oxygenxml.com/doc/versions/ ... _framework

Best regards,
Bogdan Dumitru
Bogdan Dumitru
http://www.oxygenxml.com
Post Reply