Atozed Forums

Full Version: Panel borders when selecting IW 15.2.18
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, we have updated to the latest intraweb version 15.2.18 and we're now finding that when we select into a region, suddenly the borders appear. Before the update, it wouldn't. Is there any way to not show the borders when user clicks above a region/panel/div? 

thank you!
You mean you get it selected? Is it a normal IWRegion?

If so, I believe your IWRegion has a TabOrder value greater than zero, which means that it can receive focus. Have in mind that not all browsers show the outline (I believe Chrome does, but Firefox doesn't).

If you set the IWRegion's TabOrder to zero or -1 it won't display the outline.