Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.6] Fix Bug 1543435 - A-MQ Components not visible in Java Console when using IE11 browser #2788

Merged
merged 1 commit into from
Feb 8, 2018
Merged

Conversation

abkieling
Copy link
Contributor

Fixes the following bug on OpenShift Enterprise 3.6:
https://bugzilla.redhat.com/show_bug.cgi?id=1543435

@openshift-ci-robot openshift-ci-robot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Feb 8, 2018
@spadgett
Copy link
Member

spadgett commented Feb 8, 2018

/ok-to-test
/assign

@openshift-ci-robot openshift-ci-robot removed the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Feb 8, 2018
@spadgett
Copy link
Member

spadgett commented Feb 8, 2018

@akieling Unfortunately, you might need to use an older version of node in our older release branches. We had an issue where you would generate different dist depending on the version you used.

Verifying that checked in built files under dist match the source...
diff --git a/dist/scripts/vendor.js b/dist/scripts/vendor.js
index 1057b572..d27002ff 100644
--- a/dist/scripts/vendor.js
+++ b/dist/scripts/vendor.js
@@ -8062,7 +8062,7 @@ delete c[b.id], delete d[a];
 http:80,
 https:443,
 ftp:21
-}, sf = b("$location"), tf = /^\s*[\\\/]{2,}/, uf = {
+}, sf = b("$location"), tf = /^\s*[\\/]{2,}/, uf = {
 $$absUrl:"",
 $$html5:!1,
 $$replace:!1,

@spadgett
Copy link
Member

spadgett commented Feb 8, 2018

Related issue for the dist problem: #1667

This is fixed in master, but not for older branches. You can either install a node version older than v4 or manually undo this change in vendor.js

@abkieling
Copy link
Contributor Author

@spadgett I've rebuilt the project using npm 3.10.10 and it seems to have fixed the issue with vendor.js.

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Feb 8, 2018
Copy link
Member

@spadgett spadgett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-merge-robot
Copy link
Contributor

/test all [submit-queue is verifying that this PR is safe to merge]

@openshift-merge-robot
Copy link
Contributor

Automatic merge from submit-queue.

@openshift-merge-robot openshift-merge-robot merged commit 0a2028e into openshift:enterprise-3.6 Feb 8, 2018
@abkieling abkieling changed the title Fix Bug 1543435 - A-MQ Components not visible in Java Console when using IE11 browser [3.6] Fix Bug 1543435 - A-MQ Components not visible in Java Console when using IE11 browser Feb 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants