Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: blueocean-plugin
-
Similar Issues:
-
Epic Link:
-
Sprint:Blue Ocean 1.4 - beta 1, Blue Ocean 1.4 - beta 3, Blue Ocean 1.4 - beta 2, Blue Ocean 1.5 - beta 1
Description
Update: I just tested with firefox and chrome and the loose the focus in showing there as well.
When using IE and selecting DropDown options with select it is not possible to focus the next element in the tabIndex since the focus got lost.
Steps to reproduce:
Either http://jenkinsci.github.io/jenkins-design-language/docs (someone may want to update the docs and maybe correct the url where deployed (linked to ) or in your local jdl storybook.
You may need to "patch" IE and add in css height=800px to dislay div otherwise you see a too small box.
- search for Dropdown
- press ENTER on the selection button
- when the selection list comes, press ENTER on any given option
- the result is that you cannot focus the next element anymore. IE has "ADD" and lost focus

When you use "document.activeElement" on the storybook page the iframe should be the result and in a jenkins instance NULL is the result.

Further ESC and TAB as well are loosing focus.
In our project I had a similar problem where IE gave focus on a element that did not exist anymore and therefore uses NULL
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Nicolae Pascu [ nicu ] |
Sprint | Blue Ocean 1.4 - beta 1 [ 401 ] |
Rank | Ranked lower |
Sprint | Blue Ocean 1.4 - beta 1 [ 401 ] | Blue Ocean 1.4 - beta 1, Blue Ocean 1.4 - beta 2 [ 401, 426 ] |
Epic Link | JENKINS-35749 [ 171790 ] |
Labels | cloudbees-internal-steel | cloudbees-internal-steel testing-notes-reviewed |
Sprint | Blue Ocean 1.4 - beta 1, Blue Ocean 1.4 - beta 2 [ 401, 426 ] | Blue Ocean 1.4 - beta 1, Blue Ocean 1.4 - beta 3, Blue Ocean 1.4 - beta 2 [ 401, 416, 426 ] |
Sprint | Blue Ocean 1.4 - beta 1, Blue Ocean 1.4 - beta 3, Blue Ocean 1.4 - beta 2 [ 401, 416, 426 ] | Blue Ocean 1.4 - beta 1, Blue Ocean 1.4 - beta 3, Blue Ocean 1.4 - beta 2, Blue Ocean 1.4 - beta 5 [ 401, 416, 426, 451 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Rank | Ranked lower |
Sprint | Blue Ocean 1.4 - beta 1, Blue Ocean 1.4 - beta 3, Blue Ocean 1.4 - beta 2, Blue Ocean 1.4 - beta 5 [ 401, 416, 426, 451 ] | Blue Ocean 1.4 - beta 1, Blue Ocean 1.4 - beta 3, Blue Ocean 1.4 - beta 2, Blue Ocean 1.5 - beta 1 [ 401, 416, 426, 456 ] |
Rank | Ranked higher |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Remote Link | This issue links to "#1647 (Web Link)" [ 20026 ] |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Closed [ 6 ] |
Summary | DropDown IE is loosing focus on selection of an option | DropDown is loosing focus on selection of an option |
Description |
When using IE and selecting DropDown options with select it is not possible to focus the next element in the tabIndex since the focus got lost. Steps to reproduce: Either http://jenkinsci.github.io/jenkins-design-language/docs (someone may want to update the docs and maybe correct the url where deployed (linked to ) or in your local jdl storybook. You may need to "patch" IE and add in css height=800px to dislay div otherwise you see a too small box. * search for Dropdown * press ENTER on the selection button * when the selection list comes, press ENTER on any given option * the result is that you cannot focus the next element anymore. IE has "ADD" and lost focus  When you use "document.activeElement" on the storybook page the iframe should be the result and in a jenkins instance NULL is the result.  Further ESC and TAB as well are loosing focus. In our project I had a similar problem where IE gave focus on a element that did not exist anymore and therefore uses NULL |
Update: I just tested with firefox and chrome and the loose the focus in showing there as well. When using IE and selecting DropDown options with select it is not possible to focus the next element in the tabIndex since the focus got lost. Steps to reproduce: Either http://jenkinsci.github.io/jenkins-design-language/docs (someone may want to update the docs and maybe correct the url where deployed (linked to ) or in your local jdl storybook. You may need to "patch" IE and add in css height=800px to dislay div otherwise you see a too small box. * search for Dropdown * press ENTER on the selection button * when the selection list comes, press ENTER on any given option * the result is that you cannot focus the next element anymore. IE has "ADD" and lost focus  When you use "document.activeElement" on the storybook page the iframe should be the result and in a jenkins instance NULL is the result.  Further ESC and TAB as well are loosing focus. In our project I had a similar problem where IE gave focus on a element that did not exist anymore and therefore uses NULL |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Attachment | animated.gif [ 41409 ] |
Assignee | Nicolae Pascu [ nicu ] | Alvaro Lobato [ alobato ] |
Assignee | Alvaro Lobato [ alobato ] | Nicolae Pascu [ nicu ] |
Status | Reopened [ 4 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Closed [ 6 ] |
Remote Link | This issue links to "Page (Jenkins Wiki)" [ 20095 ] |
Testing Notes:
Because this is a really specific set of conditions (IE11 user, plus Blue Ocean, plus keyboard navigation), manual verification of this one, once fixed, seems appropriate.