Bug 1459084 - [trello h1BT3lyQ] "Show Less" flashes with clicked "Show More" on Safari, Edge
Summary: [trello h1BT3lyQ] "Show Less" flashes with clicked "Show More" on Safari, Edge
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 3.6.0
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: ---
Assignee: Robb Hamilton
QA Contact: XiaochuanWang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-06-06 09:07 UTC by Xingxing Xia
Modified: 2017-08-16 19:51 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-07-25 13:57:44 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Show More Show Less flash on Safari 10.1 (321.19 KB, application/octet-stream)
2017-06-06 09:09 UTC, Xingxing Xia
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2017:1716 0 normal SHIPPED_LIVE Red Hat OpenShift Container Platform 3.6 RPM Release Advisory 2017-08-10 09:02:50 UTC

Description Xingxing Xia 2017-06-06 09:07:04 UTC
Description of problem:
On Safari, Edge, "Show Less" flashes with clicked "Show More"; vice versa. See screen record.
Firefox, Chrome don't have the issue.

Version-Release number of selected component (if applicable):
openshift v3.6.95

How reproducible:
Always

Steps to Reproduce:
1. After Service Catalog is deployed, customize the saas offering section to have more than 4 items by:
$ cat saas-offering.js
window.OPENSHIFT_CONSTANTS.SAAS_OFFERINGS.push( {id: 1, title: 'XXIA Example App 1', icon: 'fa fa-cubes', url: 'https://www.google.com', description: 'this is added by xxia'})
// snipped
window.OPENSHIFT_CONSTANTS.SAAS_OFFERINGS.push( {id: 5, title: 'XXIA Example App 5', icon: 'fa fa-cubes', url: 'https://www.google.com', description: 'this is added by xxia'})

$ vi master-config.yaml
...
assetConfig:
  extensionScripts:
  - saas-offering.js
...

Then restart master service

2. On Safari or Edge, login to home page, check saas offering. Click "Show More", then click "Show Less"

Actual results:
2. "Show More Show Less" flashes

Expected results:
2. Should no the flash of "Show More Show Less"

Additional info:

Comment 1 Xingxing Xia 2017-06-06 09:09:35 UTC
Created attachment 1285302 [details]
Show More Show Less flash on Safari 10.1

Comment 2 Robb Hamilton 2017-06-06 13:32:26 UTC
PR to fix: https://github.com/openshift/origin-web-catalog/pull/271

Comment 3 Robb Hamilton 2017-06-07 18:41:22 UTC
Update to console to pull in previous PR: https://github.com/openshift/origin-web-console/pull/1658

Comment 5 Xingxing Xia 2017-07-03 02:50:20 UTC
Verified in v3.6.126.1
The flash after clicking "Show More" or "Show Less" in Safari/Edge disappears now. Regression testing on other browsers, they still work without new issue.
Thanks!


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