Atozed Forums
Panel borders when selecting IW 15.2.18 - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Panel borders when selecting IW 15.2.18 (/thread-2013.html)



Panel borders when selecting IW 15.2.18 - Blanca80 - 09-29-2020

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!


RE: Panel borders when selecting IW 15.2.18 - Alexandre Machado - 09-29-2020

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.