| Page 1 of 1 | [ 6 posts ] |
|
Autocomplete In IE 7 has two issues in YUI 3.4.1:
Show empty container when has filter value, you have to key-in several time to show the list. Loss focus doesn't some time doesn't close the AC contain also show empty container. You can find this issue on YUI example. http://yuilibrary.com/yui/docs/autocomplete/ac-local.html Please give me a suggestion how to solve the IE7 issue. |
|
Thanks for the report. I'll look into this.
|
|
Thanks Ryan, Due to production issue, would you give me some of work around solution. Thanks,
|
|
This seems to fix the issue for me:
Code: if (Y.UA.ie === 7) { ac.after('visibleChange', function (e) { Y.one('body').addClass('ie7-sucks').removeClass('ie7-sucks'); }); } Replace `ac` with the name of your AutoComplete instance. |
|
Thanks so much.
|
|
Hi,
I am also facing the same issue. Tried the above suggestion but didn't work for me. Can you please explain the above soln? |
| Page 1 of 1 | [ 6 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group