- Issue created by @snowmountain
- Assigned to Shreya_98
- last update
about 1 year ago 536 pass - @shreya_th opened merge request.
- Issue was unassigned.
- 🇺🇸United States snowmountain
More info: This issue appeared for me with Drupal 10 and Webform 6.2-rc3.
On another site using Drupal 9.5.11 and Webform 6.1.7, the signature element works without this problem.
- 🇺🇸United States snowmountain
Thanks Shreya_th!
I tested with your change found here, https://git.drupalcode.org/issue/webform-3396826/-/commit/be0b3183143235...
This fixed the problem!
- Status changed to Needs work
about 1 year ago 2:08pm 26 October 2023 - 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦
Thanks for the merge request. This introduces a coding standards issue,
} else {
. Please don't change the use of whitespace.I don't understand what is changing
"$image_directory/signature-$image_hash.png"
is replaced with$image_uri
but that is set to the same thing a few lines above. - 🇮🇳India sundaravigneshP
I have working in my local drupal setup its working fine,after adding a signature element to a form, and testing, the signature image is displayed in the Results & also update the signature element.
Other info(my local setup version):
Drupal version : 10.1.5
PHP OS : Linux
PHP version : 8.2.5
Drush version : 12.4.1.0
Webform version: ^6.2@RC - 🇮🇳India sundaravigneshP
I have working in my local drupal setup its working fine,after adding a signature element to a form, and testing,the signature image is displayed in Results & also to update the signature element.
Other info(My local setup version details):
Drupal version : 10.1.5
PHP OS : Linux
PHP version : 8.2.5
Drush version : 12.4.1.0
Webform version: ^6.2@RC - 🇺🇸United States snowmountain
More information: I found that storing the signature image in public files seemed to fix the problem, while using private files resulted in the problem.
- Status changed to Postponed: needs info
12 months ago 2:16pm 17 November 2023 - 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦
The issue summary is empty. Please update it to describe the problem.
Please rebase and update the merge request so that it does not change use of whitespace.
- Status changed to Closed: cannot reproduce
7 months ago 2:38am 5 April 2024 - 🇺🇸United States jrockowitz Brooklyn, NY
I am not able to reproduce this issue using the attached webform.