Patches item #1611010, was opened at 2006-12-07 19:38 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: None Priority: 5 Private: No Submitted By: Frederic Bertin (frederic_bertin) Assigned to: Nobody/Anonymous (nobody) 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. ---------------------------------------------------------------------- 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
