Patches item #1611010, was opened at 2006-12-07 19:38 Message generated for change (Comment added) made by vdemay You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=730670&aid=1611010&group_id=134391
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Wicket Contrib Dojo Group: None Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: Frederic Bertin (frederic_bertin) Assigned to: Vincent Demay (vdemay) Summary: Make row highlighting work on IE for DojoSelectableList Initial Comment: IE does not support CSS :hover on HTML table rows (<tr>), which implies that row highlighting currently doesn't work with DojoSelectableListContainer. This patch proposes a cross-browser solution using onmouseover and onmouseout callbacks. This patch also makes row CSS alternating configurable through the Java API without overriding the onComponentTag method. This patch also removes the use of a String class member to represent a boolean variable. ---------------------------------------------------------------------- >Comment By: Vincent Demay (vdemay) Date: 2006-12-08 10:56 Message: Logged In: YES user_id=1623344 Originator: NO Apply on trunk and 1.x, THANKS ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=730670&aid=1611010&group_id=134391 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-stuff-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-stuff-develop
