You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/07/13 03:40:47 UTC

DO NOT REPLY [Bug 30062] New: - [WOODY] Date Widget broken in Mozilla/Firefox

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30062>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30062

[WOODY] Date Widget broken in Mozilla/Firefox

           Summary: [WOODY] Date Widget broken in Mozilla/Firefox
           Product: Cocoon 2
           Version: Current CVS 2.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: CocoonForms
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: matthew@golden-orb.com


The icon in the date widget which opens the pop up calendar is rendered in an
anchor with href set to "#"... in mozilla and firefox this causes (rightly I
would assume) the page to refresh, breaking the script.

The solution is simple however... simply set the anchor href to
"javascript:return false;" or some similar definate null... setting the href to
"" or not setting it at all doesn't work in IE, MOZ or FF