If I create a Webform 'select' component and choose to allow the 'Other..." option (select_or_other module) and choose to display 'Description above field" then the description actually appears before the title and gets confused with the previous component.

It seems to be because the 'select_or_other' takes over the #title field and leaves the outer element without a #title. So Webform's `theme_form_element` has to output the description first, then allow the 'select_or_other' component, with its #title to be drawn afterwards.

CommentFileSizeAuthor
#3 Test Drupal standard.png23.38 KBjoshuasosa
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ellesborough created an issue. See original summary.

DanChadwick’s picture

Status: Active » Closed (duplicate)

Update to latest.

joshuasosa’s picture

FileSize
23.38 KB

Hello, I still get this issue on the latest webform version 7.x-4.18 with select or other version 7.x-2.24.

I tested with simplytest.me (as seen in the attached screenshot).

szt’s picture

Version: 7.x-4.12 » 7.x-4.19-rc1
Status: Closed (duplicate) » Active

I still get this issue on the latest RC.
(I don't see any duplicate issuu)
select_or_other: 7.x-2.24

Liam Morland’s picture

Version: 7.x-4.19-rc1 » 7.x-4.x-dev
bramvandenbulcke’s picture

I see the same behaviour with Webform 4.23 and Select or Other 2.24.

We disabled the checkbox 'Description above field': then the description is positioned under the label and checkboxes.