Page 1 of 1

Gray background in 24.1.0.0 version

Posted: Mon Mar 21, 2022 9:11 pm
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

Re: Gray background in 24.1.0.0 version

Posted: Tue Mar 22, 2022 5:39 pm
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

Re: Gray background in 24.1.0.0 version

Posted: Fri Mar 25, 2022 7:51 pm
by Johann
Hello,

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

Regards,

Johann

Re: Gray background in 24.1.0.0 version

Posted: Mon Mar 28, 2022 2:19 pm
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