anmar7889 / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

html <select> element's menu popups at a wrong position when the parent has been moved to different place #1434

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use cefclient.exe open a html that has a <select> element,click the <select> 
element to show the menu.
2. then move the window to another place.
3. click the <select> element again,the menu does not popup at the <select> 
element(appears 
at the first place). 

What is the expected output? What do you see instead?
the popup menu appears under the <select> element.

What version of the product are you using? On what operating system?
cef_binary_3.1750.1738_windows32 ,windows 7.

Please provide any additional information below.
the <select> element may like this,
<select>
    <option>one</option>
    <option>two</option>
</select>

Original issue reported on code.google.com by azlgo...@gmail.com on 17 Nov 2014 at 9:12

GoogleCodeExporter commented 9 years ago
This was fixed in issue 1208. Please test with newer builds from 
http://cefbuilds.com and search the issue tracker before reporting new issues.

Original comment by magreenb...@gmail.com on 17 Nov 2014 at 4:16

GoogleCodeExporter commented 9 years ago
thx,i got it.

Original comment by azlgo...@gmail.com on 4 Dec 2014 at 2:07