Closed (fixed)
Project:
Webform
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2008 at 15:53 UTC
Updated:
1 Jul 2008 at 17:41 UTC
Jump to comment: Most recent file
Per http://drupal.org/node/277236#comment-903757, "Selects (checkboxes and radios) are missing the asterisks as well, and also missing Description fields".
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | webform.png | 85.01 KB | sethcohn |
| #3 | Missing asterisks.png | 24.66 KB | sethcohn |
| #1 | Picture 3.png | 27.94 KB | quicksketch |
Comments
Comment #1
quicksketchThis looks like it's working to me.
Comment #2
sethcohn commentedsubscribe (and thanks for reacting to the bug report so fast)
Comment #3
sethcohn commentedSee attached example.
(Part of a larger form... but the example shows the issues)
All fields are marked required... but Select is missing the *, and also missing any Description (I've 'faked' it by putting text above it, ie part of the previous form element Description, for now)
While I've done a bit of theming (ie larger italic Description), the problem existed before any theming was done.
Comment #4
quicksketchMaybe some more info would help pin this down: are you running the latest version of Webform? and could you sceenshot the component configuration of your select list?
Comment #5
sethcohn commentedVersion: I just updated to 2.1.1 to see if that helped (it didn't).
Screen of configuration attached.
Comment #6
sethcohn commentedNever mind. (sheepishly)
I should have looked at the source before I filed the bug. The Required and Description _are_ in the source, meaning that I've got overly aggressive CSS flowing from someplace else, solely on these selects.
Sorry for the false alarm
Comment #7
sethcohn commentedFound it. A previous use of webform (now obsolete) had someone css-hiding the select description and required in the main theme, and I hadn't realized it.
"Always look at the source html, not the resulting layout after css" is the lesson here.
Error existed between the chair and keyboard.