OpenESignForms / openesignforms

Open eSignForms is the first open source SaaS web contracting platform
https://open.esignforms.com
107 stars 50 forks source link

Signature document style not showing up #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a document style, set the signature color to red.
2. Change a document with a signature field to use that new document style.
3. Run a test and enter a signature.

What is the expected output? What do you see instead?
Expected to see the signature in red. But it was still blue, the default color.

Original issue reported on code.google.com by yoz...@gmail.com on 23 Feb 2012 at 1:57

GoogleCodeExporter commented 9 years ago
This showed a few problems. The main bug was that the generated CSS emitted 
"signature" instead of "span.signature".  This was fixed.

But in the 12.2.* release, we are also creating a (Default) selection for Font, 
FontSize, FontStyle, FontColor and BackgroundColor because our use of "inherit" 
was inadequate to allow a new style to be created and then just tweak the 
values to be changed. With the new blank defaults, it should be easier to 
create a new document style so that you don't have to specify EVERY value, just 
the ones you want to change from the defaults. Of course, you can set all of 
the values to override all of the defaults still.

Original comment by yoz...@gmail.com on 25 Feb 2012 at 9:34

GoogleCodeExporter commented 9 years ago
Fixed in 12.2.* release

Original comment by yoz...@gmail.com on 28 Feb 2012 at 12:50