Hi Sven,
I found what causes the drop functionality not to work on IE8.
I have a panel which has wicket-dnd draggable and droppable functionality. I
allocate that panel to each table cell.
On the html file for the panel, I have the following header which already
exists on the homePage.html file:
<head>
        <wicket:head>
            <wicket:link>
                <link href="panelStyle.css" rel="stylesheet">
            </wicket:link>
        </wicket:head>
    </head>
If I remove that from SlotDragDropPanel.html (attached), then wicket-dnd
works fine on IE8. 
Why that is, I just don't know. I should find out but I'm just happy and
relieved to have got this out of the way with my release date so soon.
Attached are the files I used for this app.
http://apache-wicket.1842946.n4.nabble.com/file/n3583128/WicketApplication.java
WicketApplication.java 
http://apache-wicket.1842946.n4.nabble.com/file/n3583128/HomePage.java
HomePage.java 
http://apache-wicket.1842946.n4.nabble.com/file/n3583128/HomePage.html
HomePage.html 
http://apache-wicket.1842946.n4.nabble.com/file/n3583128/GuestListView.java
GuestListView.java 
http://apache-wicket.1842946.n4.nabble.com/file/n3583128/SlotDragDropPanel.java
SlotDragDropPanel.java 
http://apache-wicket.1842946.n4.nabble.com/file/n3583128/SlotDragDropPanel.html
SlotDragDropPanel.html 
http://apache-wicket.1842946.n4.nabble.com/file/n3583128/style.css style.css 

If you comment out the head section on SlotDragDropPanel.html then the
problem disappears.
Thanks for taking the time to look into this,
Lucas

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-dnd-not-working-on-IE9-and-only-partially-on-IE8-tp3580258p3583128.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to