Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-5972

Datepicker "Close" text overlays 'x' icon.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 6.19.0
    • 8.0.0-M2, 6.25.0, 7.5.0
    • wicket-datetime
    • None
    • Linux, Tomcat, Java 1.8, Firefox

    Description

      The close button on the YUI datepicker displays "Close" on top of the 'x' icon. I believe the source statement is at line #2928 of calendar.js at org/apache/wicket/extensions/yui/:

      lnk.innerHTML = '<span class="' + cssClose + ' ' + this.Style.CSS_CLOSE + '">' + closeStr + '</span>';

      In the browser (Firefox), the issue is resoved when I remove the 'Close' text from the span contents.

      <span class="close-icon calclose">Close</span>

      Attachments

        Activity

          People

            pedrosans Pedro Santos
            richaosu Richard O'Sullivan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: