Created attachment 1232507 [details] Screenshot of the bug Description of problem: Combination "<" and any word character can break the item title. Regex for matching: <[a-zA-Z]+ Version-Release number of selected component (if applicable): 5.7.0.16.20161213213754_1ad3545 How reproducible: Steps to Reproduce: 1. Open creation dialog of any item, e.g. Policy Profile. 2. In the name field write string which matches this regexp <[a-zA-Z]+, e.g. "<x" 3. Save the item. Actual results: Title of the is broken. It shows only " Expected results: Correct string should be shown
https://github.com/ManageIQ/manageiq-ui-classic/pull/187
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/662901a77a7ee21aae1923a64aebee44ca48c2cc commit 662901a77a7ee21aae1923a64aebee44ca48c2cc Author: Milan Zazrivec <mzazrivec> AuthorDate: Wed Jan 18 15:48:50 2017 +0100 Commit: Milan Zazrivec <mzazrivec> CommitDate: Wed Jan 18 15:48:50 2017 +0100 Escape right cell text https://bugzilla.redhat.com/show_bug.cgi?id=1405350 app/presenters/explorer_presenter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Verified in 5.8.0.3.20170301174324_1e2e0c4. Special characters escaped in titles.