-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[6.15.z] Navigation search: input clear fix (#1234)
* Navigation search: input clear fix (#1233) More sophisticated approach for clearing the search input. Sometimes the previous value still remained in the search input, even when clear() was called several times in a row. This was probably a timing issue when running on a rel. fast browser machine. (cherry picked from commit 37bf497) * Navigation search: use proper PF4 button widget Vertical menu search buttons should use the correct PF4 button widgets. This fixes the search clearing issue, when a search text value pops back after clearing the search input via browser.clear() The original PF4Button import alias was renamed to OUIAButton. * widgets: coding style fix * widgets.py: coding style fix #2 * widgets.py: coding style fix 3 --------- Co-authored-by: Pavel Novotny <[email protected]>
- Loading branch information
1 parent
9c20ed6
commit 001cfc7
Showing
1 changed file
with
29 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters