Bugs found ExeOutput for PHP 2018

wayos

New member
Does not work:
body {
-webkit-print-color-adjust:exact;
}
To print, the image is not printed.

When you create a new project, php.ini comes empty.
phpini

The option Activate TEST mode is not saved, having to mark every time the program starts.
I also had some problems with style sheet, it does not load the first time the program starts.
Corrected
Corrected by putting embedded CSS inside the page.
That’s all for now
.
 
Last edited:
wayos said:
Does not work:

body {

-webkit-print-color-adjust:exact;

}

To print, the image is not printed.
We can’t change that since it is due to the CEF. However, this may be fixed in a future CEF build.
wayos said:
When you create a new project, php.ini comes empty.
Thanks! This will be fixed.
wayos said:
The option Activate TEST mode is not saved, having to mark every time the program starts.
It was deliberate, but we’ll change that.
wayos said:
I also had some problems with style sheet, it does not load the first time the program starts.
Could you check with CEF Developer Tools whether the console says something about that?
 
Last edited:
Back
Top