You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/09/06 00:06:20 UTC

[jira] [Commented] (WICKET-5972) Datepicker "Close" text overlays 'x' icon.

    [ https://issues.apache.org/jira/browse/WICKET-5972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15465999#comment-15465999 ] 

ASF subversion and git services commented on WICKET-5972:
---------------------------------------------------------

Commit bef134d31b1772ac6d9bb6aec5a513257b49bdf6 in wicket's branch refs/heads/wicket-6.x from Pedro Henrique Oliveira dos Santos
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=bef134d ]

WICKET-5972 no close label for Yahoo date picker by default


> 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)