Without looking at the implementation, to see if the styling is causing an issue:
1) Delete all style declarations from the css file (i.e. blank it) 2) See if the issue persists - in which case it's probably something else 3) Add your style declarations back one at a time to the css file to see which one causes the problem ----- Original Message ----- From: "lucast" <[email protected]> To: [email protected] Sent: Wednesday, 8 June, 2011 6:18:57 PM Subject: Re: wicket-dnd not working on IE9 and only partially on IE8 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
