Bug #18711
Can't enter text in box in manage packages modal
Description
In "manage packages" modal window on the Content Hosts page, I can't enter any text in the box, I click on the box start typing but nothing shows up
http://www.clipular.com/c/4961524307460096.png?k=OkNc8dScm_IYz8mMXZdFi2uI_Nc
If I type very quickly after clicking, some text shows up, but then the focus goes away from the text box and my typing won't register.
Related issues
Associated revisions
History
#1
Updated by Eric Helms over 5 years ago
- Category set to Hosts
- Status changed from New to Assigned
- Assignee set to Walden Raines
- Legacy Backlogs Release (now unused) set to 211
#2
Updated by Walden Raines over 5 years ago
- Target version set to 166
#3
Updated by The Foreman Bot over 5 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6713 added
#4
Updated by Walden Raines over 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|4dd4d92fbe64fd7e91c153e3266343e4da0d950b.
#5
Updated by Ivan Necas over 4 years ago
- Related to Bug #22384: Remote execution UI integration doesn't trigger request to remote execution added
Fixes #18711: fix unable to focus in packages modal input.
Fix issue with the input not retaining focus by using the stop event
propagation directive workaround.
http://projects.theforeman.org/issues/18711