eclipse-scout / scout.rt

https://www.eclipse.org/scout/
Eclipse Public License 2.0
34 stars 39 forks source link

SplitBox: focus border of fields inside the split box not visible #1029

Closed cguglielmo closed 4 months ago

cguglielmo commented 4 months ago

The split box may contain a focusable field that uses a focus glow (#scout.focus-border()), e.g. TreeField, Button etc. Because split box sets overflow: hidden, the glow won't be fully visible. Overflow: hidden is necessary if the content has a min size and won't shrink anymore even if the splitter is moved further.

With the new overflow: clip property it is possible to define a clip-margin to show the focus glow. Unfortunately, Safari does not support the clip-margin yet https://bugs.webkit.org/show_bug.cgi?id=236153

384244