[
https://issues.apache.org/jira/browse/WICKET-5972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15466007#comment-15466007
]
Pedro Santos commented on WICKET-5972:
--------------------------------------
Hi Richard,
I couldn't reproduce the issue on my 47.0.1 Firefox. I noticed that Yahoo
calendar uses a messy CSS to show the close span by both adding a default close
label and a CSS to ignore it and to show only the background image width. I
improved the default setup for the calendar by removing the ignored close
label. Can you test Wicket's 6.x snapshot and see if it's fixed on your Firefox?
cheers
> Datepicker "Close" text overlays 'x' icon.
> ------------------------------------------
>
> Key: WICKET-5972
> URL: https://issues.apache.org/jira/browse/WICKET-5972
> Project: Wicket
> Issue Type: Bug
> Components: wicket-datetime
> Affects Versions: 6.19.0
> Environment: Linux, Tomcat, Java 1.8, Firefox
> Reporter: Richard O'Sullivan
> Assignee: Pedro Santos
> Priority: Minor
>
> 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>}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)