I've noticed that the UltraWebTree has a dotted line around it when I set focus to the control. I've only ever seen this in IE for embedded objects like Flash movies. Does anyone know why I would see this for the Tree component in Firefox or other browsers?
Hey jakeharlan_ibs,You can also use this CSS property to get rid of the focus rectangle in FireFox, IE, and Safari/Chrome<style type="text/css">
*:focus {outline: none;}
</style>
I hope that helps!-Tim