1. SmartGWT Version: 6.1-p20171127; SmartClient Version: v11.1p_2017-11-27/LGPL Development Only (built 2017-11-27)
2. Browsers: FF 25+ and Chrome (cannot reproduce in IE11)
3. N/A
4. N/A
5. No JS error but FF did show this link in the console during one attempt to reproduce the issue: https://developer.mozilla.org/en-US/...linked_effects
6. Sample code attached.
7. Definitely think we found a bug, not sure how to setup the test case since this involves a mouse click.
To reproduce:
1. Load up the attached file
2. Open the ComboBoxItem's pickList
3. DO NOT click in the pickList, instead use the mouse wheel to scroll down about 100 or so items
4. Click a near-bottom item
5. Note that onMouseDown the picklist will scroll-up a few lines so that when you onMouseUp (to fully trigger a click) the item you initially mouse'd down on is not the same as the one you mouse up on; it an be a bit finicky so a couple attempts may be needed.
This only happens when screen reader mode is enabled. While disabling it seems to resolve the issue we need it enabled as a result of various contractual obligations.
2. Browsers: FF 25+ and Chrome (cannot reproduce in IE11)
3. N/A
4. N/A
5. No JS error but FF did show this link in the console during one attempt to reproduce the issue: https://developer.mozilla.org/en-US/...linked_effects
6. Sample code attached.
7. Definitely think we found a bug, not sure how to setup the test case since this involves a mouse click.
To reproduce:
1. Load up the attached file
2. Open the ComboBoxItem's pickList
3. DO NOT click in the pickList, instead use the mouse wheel to scroll down about 100 or so items
4. Click a near-bottom item
5. Note that onMouseDown the picklist will scroll-up a few lines so that when you onMouseUp (to fully trigger a click) the item you initially mouse'd down on is not the same as the one you mouse up on; it an be a bit finicky so a couple attempts may be needed.
This only happens when screen reader mode is enabled. While disabling it seems to resolve the issue we need it enabled as a result of various contractual obligations.
Comment