Closed (fixed)
Project:
Webform
Version:
6.x-3.0-beta5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2010 at 22:11 UTC
Updated:
3 Jun 2010 at 22:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
Eldeem commentedYes, I've just found this problem too. My form mostly consists of grid components, so it's very inconvenient.
Subscribing.
Comment #2
Eldeem commentedCan anyone please help me with this issue? It causes me a lot of trouble.
I've tried looking into it for the past few days, but I'm still new to Drupal so I couldn't figure it out.
Thanks.
Comment #3
quicksketchI'll have a look at this when I'm next available to work on Webform, however I've got a few pressing tasks to look at before I have time. The problem almost certainly is located in the includes/grid.inc file, somewhere in the _webform_render_grid() function.
Comment #4
Eldeem commentedThank you, quicksketch.
It seems that the issue caused by following part of _webform_render_grid() function:
Deleting '#validated'-part helps, but there is at least one side effect. I have a multi-page form and removing this string causes #588354: no validation for prev button issue. Any ideas?
Comment #5
quicksketchI've committed this patch which should fix both the required problem and not re-introduce a previous-page button problem.
Comment #6
roball commentedThanks for the fix. I also observed the problem and can confirm it is now fixed in the latest 6.x-3.x-dev. Nice to see you got back to continue getting forward to a 6.x-3.0 release.
Comment #7
boftx commentedI applied the patch to 6.x-3.0-beta5 and it corrected the problem.
Comment #8
Eldeem commentedThe patch works great! Thank you, quicksketch.