Bug 1590739 - [online-stg] Pro registration html put text and value into opposite place for region name autosuggestion
Summary: [online-stg] Pro registration html put text and value into opposite place for...
Keywords:
Status: NEW
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Website
Version: 3.x
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: ---
Assignee: Abhishek Gupta
QA Contact: yasun
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-06-13 09:55 UTC by XiaochuanWang
Modified: 2023-05-15 19:01 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description XiaochuanWang 2018-06-13 09:55:20 UTC
Description of problem:
User register a Pro plan, on region page, try to input both English character and special spelling, it suggest the special spelling

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


How reproducible:
Always

Steps to Reproduce:
1. User register a Pro plan, on region page, try to input both English character and special spelling 

Actual results:
The value and text are put into opposite place. 
<option .... data-alternative-spellings="CI Cote dIvoire">Côte d'Ivoire</option>

Expected results:
<option .... data-alternative-spellings="Côte d'Ivoire">CI Cote dIvoire</option>

Additional info:

Comment 1 XiaochuanWang 2018-06-19 09:55:12 UTC
This one is also wrong:
<option value="RE" data-currency="usd" data-region="" data-postcode="Postcode" data-alternative-spellings="RE Reunion">Réunion</option>


Note You need to log in before you can comment on or make changes to this bug.