Closed (fixed)
Project:
Webform
Version:
6.x-3.15
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2011 at 21:44 UTC
Updated:
4 Mar 2012 at 08:04 UTC
Jump to comment: Most recent file
Comments
Comment #1
new_B commentedPlease see correction for 4). (Some text got deleted due to the less than and greater than signs).
4) The calendar will either incorrectly display the
<PrevorNext>text, respectively, without the left/right arrow images defined by the CSS.Also, attached are some screenshots of the issue. I checked in Firefox, Chrome, and IE and the same issue is present in all browsers.
Comment #2
new_B commentedAnybody getting this issue as well or have any suggestions? We have a Zen subtheme. This was the case when upgrading webform to 6.x-3.14. It is still the case, after upgrading to 6.x-3.15.
We are now using Date 6.x-2.8 as well. Issue still persists.
Thanks in advance.
Comment #3
quicksketchI'm guessing this is a side-effect of some CSS in your theme. What's supposed to happen is the arrow should either disappear or become grayed-out. However what may be happening here is the image for the disabled arrow is missing (or some CSS is missing) that causes the raw text of
Next >to show up instead. I'd suggest inspecting the broken previous/next arrows in Firebug or Chrome's inspector, then identify the CSS selector that you can use to hide that text. I don't think this is an issue with Webform specifically.Comment #4
new_B commentedThanks, quicksketch for the suggestion. I checked using Firebug and compared the old working date pop-up version with the new problematic one. The difference reveals that the generated code and behaviour is different.
As I did not upgrade the Date module at all when the issue cropped up, only Webform, I suspect it might be a change in behaviour and HTML code generated by Webform when displaying the pop-up.
E.g. In the old version, I selected the earliest date possible (in my situation January 2011). Instead of the previous arrow being greyed out or just removed, it appears as a link with arrow--the CSS is defined by the anchor tag. Clicking on the link results in "December 2011". It just cycles through the options endlessly. If the latest date is selected, the "next" links reverts to the earliest date possible, January 2011.
Comment #5
new_B commentedThanks again, quicksketch. FYI: In case anybody encounters this issue...there's a related ticket in the date module support area http://drupal.org/node/1346750.
Comment #6
quicksketch