Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

IE don't show tooltips above the selected option in a select box

$
0
0

Using IE 11 and Windows 7.

Tried with previous versions as well.

Create an HTML file using this code:
<html><head><title>Select Option Tooltip Test</title></head><body><select><option title="Option #1" value="1">Option #1</option><option title="Option #2" value="2">Option #2</option><option title="Option #3" value="3">Option #3</option><option title="Option #4" value="4">Option #4</option><option title="Option #5" value="5" selected>Option #5</option><option title="Option #6" value="6">Option #6</option><option title="Option #7" value="7">Option #7</option><option title="Option #8" value="8">Option #8</option><option title="Option #9" value="9">Option #9</option><option title="Option #10" value="10">Option #10</option></select></body></html>

To reproduce, open the html file with IE and execute the following tests:

Test 1

Hover the mouse above any option between #1 and #4: No tooltip.

Test 2

Hoover the mouse above any option between #5 and #10: Tooltip appears.

Test 3
Select "Option #1"

Hover the mouse above any option between #1 and #10: tooltip appear.

Expected behavior: Tooltip shall appear no matter which option is selected.

Thanks!


Viewing all articles
Browse latest Browse all 3527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>