You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Eyal Golan (JIRA)" <ji...@apache.org> on 2009/04/23 14:07:47 UTC

[jira] Updated: (WICKET-2236) Palette problem in IE7 Problem

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

Eyal Golan updated WICKET-2236:
-------------------------------

    Attachment: WICKET-2236.patch

This is a fix patch for the problem.
Two changes:
1. Palette.html : added an element with visible: none
2. palette.js: setting a (empty) value to that element

> Palette problem in IE7 Problem
> ------------------------------
>
>                 Key: WICKET-2236
>                 URL: https://issues.apache.org/jira/browse/WICKET-2236
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.4
>         Environment: IE7
>            Reporter: Eyal Golan
>            Priority: Minor
>         Attachments: WICKET-2236.patch
>
>
> A problem that happens in palette and IE7.
> Wicket version is 1.3.4 .
> The situation is:
> when pressing the UP button, the selected element goes up in each click.
> That's OK.
> The problem occurs when this element is in the second row.
> When pressing UP, it won't go to the first (upper) row. Only when we move
> the mouse to the area of the selected elements it goes up.
> In FF it doesn't happen.
> in IE6 it doesn't happen as well. 
> see http://www.nabble.com/Strange-behavior-with-palette-(1.3.4)-and-IE7-td23172687.html

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