You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Matej Knopp (JIRA)" <ji...@apache.org> on 2007/05/12 15:17:15 UTC

[jira] Resolved: (WICKET-116) Within a ModalWindow, mouse cursor incorrectly appears as an arrow when over text

     [ https://issues.apache.org/jira/browse/WICKET-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matej Knopp resolved WICKET-116.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

Fixed for 1.3

> Within a ModalWindow, mouse cursor incorrectly appears as an arrow when over text
> ---------------------------------------------------------------------------------
>
>                 Key: WICKET-116
>                 URL: https://issues.apache.org/jira/browse/WICKET-116
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.2.3
>         Environment: WinXP, Firefox 2.0
>            Reporter: Charlie Dobbie
>         Assigned To: Matej Knopp
>             Fix For: 1.3
>
>         Attachments: modal-window-cursor-testcase.html
>
>
> modal.css includes the following:
> div.wicket-modal div.w_content_1 {
> 	margin-right: 10px;
> 	cursor: default;	
> }
> The "default" cursor is an arrow.  If this instead uses the directive "cursor: auto;" the browser is free to pick the appropriate mouse cursor, so it will appear as a text-selection cursor when over text, for example.  I have a hacked-up HTML test case, to be added shortly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.