From f911ea90a1700698b4281be94945838f7c05ea16 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 21 Jul 2024 18:51:21 +0300 Subject: [PATCH] init button-press-event --- .../Entity/Browser/Container/Page/Content/Markup.php | 11 +++++++++++ 1 file changed, 11 insertions(+) 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(