Issue with Ace Editor Search Box Events #5487
Unanswered
WebDesignWorx
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I am currently working on implementing a custom toolbar for the Ace editor, and I am encountering difficulties with handling events related to the search box. The objective is to update a button's styling when the search box is hidden, regardless of how it was hidden.
Here's the pseudocode of my current implementation:
The issue is that the 'hide' event is not being triggered as expected, and no events are logged when the search box is visible. I've consulted the documentation and attempted to inspect the source code, but couldn't find a suitable event for detecting when the search box is hidden.
Could you please provide guidance on the correct event or method to achieve this functionality, or suggest an alternative approach?
Thank you for your assistance!
Beta Was this translation helpful? Give feedback.
All reactions