diff --git a/src/Abstract/Entity/Browser/Container/Page/Content/Markup.php b/src/Abstract/Entity/Browser/Container/Page/Content/Markup.php index ddb5880e..1d99513b 100644 --- a/src/Abstract/Entity/Browser/Container/Page/Content/Markup.php +++ b/src/Abstract/Entity/Browser/Container/Page/Content/Markup.php @@ -64,6 +64,17 @@ abstract class Markup ); } ); + + $this->gtk->connect( + 'button-press-event', + function() + { + // Markup container has focus disabled (to hide cursor position), + // solution remove selection from request entry on click this area + + // @TODO + } + ); } abstract protected function _onActivateLink(