Bug #9345
Using IE 11, cannot promote items on Satellite 6
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1168457
Description of problem:
Cannot check the environment we want to promote to in IE11. See the screenshot attached - note that the environment goes blue as we hover over, just can't select the checkbox.
Version-Release number of selected component (if applicable):
Satellite 6
Internet Explorer 11 (see attached PNG)
Version: 11.0.0.9600.17105
Update Version: 11.0.7 (KB2964358)
How reproducible:
Always
Steps to Reproduce:
1. Promote
2.
3.
Actual results:
Expected results:
Additional info:
Associated revisions
History
#1
Updated by The Foreman Bot about 8 years ago
- Status changed from New to Ready For Testing
- Target version set to 66
- Pull request https://github.com/Katello/bastion/pull/42 added
- Pull request deleted (
)
#2
Updated by Walden Raines about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset bastion:commit:bastion|cc61cf449c7970d50c7a6d390b410113c94b42c8.
#3
Updated by Walden Raines about 8 years ago
- Bugzilla link deleted (
1168457)
#4
Updated by Eric Helms about 8 years ago
- Legacy Backlogs Release (now unused) set to 23
- Triaged changed from No to Yes
#5
Updated by Walden Raines about 8 years ago
- Status changed from Closed to Assigned
- Target version changed from 66 to 67
Need to make another change for this to work properly.
#6
Updated by The Foreman Bot about 8 years ago
- Status changed from Assigned to Ready For Testing
#7
Updated by Walden Raines about 8 years ago
- Pull request https://github.com/Katello/katello/pull/5057 added
- Pull request deleted (
https://github.com/Katello/bastion/pull/42)
#8
Updated by Walden Raines about 8 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|b1748b03979f69cd8212a31395c891c42643b156.
#9
Updated by Walden Raines about 8 years ago
- Bugzilla link set to 1168457
Fixes #9345: fix content view promotion in IE, BZ1168457.
Content view promotion was broken in IE because we were using
the "disabled" attribute on a div which is not valid HTML and
was resulting in the path selector checkboxes being disabled.
This commit changes the disabled attribute to an ng-hide.
http://projects.theforeman.org/issues/9345
https://bugzilla.redhat.com/show_bug.cgi?id=1168457