Parabellum1905y / ufd

Automatically exported from code.google.com/p/ufd
GNU General Public License v2.0
0 stars 0 forks source link

filter seems to be applied after trying to use the dropdown again - value dependent #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a list with some <option> 
2. One option tag has a value of "X 10" -> <option value="X 10">X 10</option> 
3. An other option tag has a value of "X 101" -> <option value="X 101">X
101</option>
4. After the ufd-lib has build the new ufd-dropdown select the "X 10" option.
5. After that try to use the ufd-dropdown again 

What is the expected output? What do you see instead?
It seems that the filter is applied to the new visual list, which means in
this case that the user will see only the "X 10" and the "X 101" listitem.
But the other items are missing, therefore the user can not select an other
option.

What version of the product are you using? On what operating system?
0.4

Please provide any additional information below.

Thank you for the Fork -> z-index works well in IE6

Original issue reported on code.google.com by st.stein...@gmail.com on 26 Jan 2010 at 4:18

GoogleCodeExporter commented 8 years ago
reproduced; as one is a substring of the other, it thinks it is filtering and 
shows
filtered view.

Original comment by thetoolman on 4 Feb 2010 at 7:08

GoogleCodeExporter commented 8 years ago
Fix is committed to SVN, will be part of next version.  Please report any 
problems :)

Original comment by thetoolman on 4 Feb 2010 at 6:58