Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1234640

Summary: Guided Rule Editor: String fields with double slashes changes the editor
Product: [Retired] JBoss BRMS Platform 6 Reporter: William Antônio <wsiqueir>
Component: Business CentralAssignee: manstis
Status: CLOSED EOL QA Contact: Lukáš Petrovický <lpetrovi>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.1.0   
Target Milestone: DR1   
Target Release: 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1235013 (view as bug list) Environment:
Last Closed: 2020-03-27 20:10:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1235013    
Attachments:
Description Flags
The issue none

Description William Antônio 2015-06-22 22:07:26 UTC
Created attachment 1042034 [details]
The issue

Description of problem:

When using String field in a rdrl and using texts with double slashes ("//") in the literal value, the editor changes, showing a field to manually edit it instead the visual editor.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Clean BRMS installation, use the new default project;
2. Create a data model with a String attribute;
3. Create a Guided Rule and in the LHS use the object attribute and the equals operation to compare it to a literal value that contains "//";
4. Save the guided rule and reopen it.

Actual results:

The visual part to change the attribute value will be shown in a text way, for example:

attr == "some value //"

Expected results:

It should use the combo box to select a condition (equal to, not equal to, etc) and the field to users enter the literal value.

Additional info:

See an attached screenshot that shows this problem.