--- Log opened Sun Sep 18 00:00:47 2011 12:17 < conseo> mcallan: it really is a pain 12:17 < conseo> just a stupid anchor and i cannot remove the href attribute (yet) 12:32 < conseo> myAnchor.setHref( "javascript:void(0);" ); works when target = ""; 12:34 < conseo> mcallan: is this ok? setHref( "#" ); reloads the page and we lose our tokelets, so this is the only easy way to disable an Anchor i see atm 14:10 < conseo> ok, works now. 14:10 < conseo> when will thomas be back? 15:13 < conseo> committed and running in my test instance on the whiletaker.homeip.net host 19:06 < mcallan> conseo: not sure when thomas is back, he give a range of 1-3 months i think. could be anytime now, or maybe another 6 weeks 19:07 < mcallan> not ok if it reloads the page, ofc. if you have problems, just get rid of the gwt Anchor widget, it is useless. use html 19:10 < mcallan> conseo: it's not clear from what you say. did you try Element.removeAttribute("href")? 19:15 < mcallan> i hate the way gwt tries to abstract away html by wrapping it in widgets. widgets are fine, but i wish they were just transparent wrappers of html elements. ofc, it is easy to make your own that are 19:16 < mcallan> always think in terms of html when doing layout. gwt gets in the way here, unfortunately. maybe some day, we will show them how to correct it 20:20 < conseo> mcallan: yep that works two. ok, i see how i can use getElement() to do html 20:57 < conseo> s/two/too --- Log closed Mon Sep 19 00:00:02 2011