Author: sergeyhalipov
Date: 2008-01-21 14:27:17 -0500 (Mon, 21 Jan 2008)
New Revision: 5511
Modified:
trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/scripts/suggestionbox.js
Log:
http://jira.jboss.com/jira/browse/RF-1926
Modified:
trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/scripts/suggestionbox.js
===================================================================
---
trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/scripts/suggestionbox.js 2008-01-21
19:18:00 UTC (rev 5510)
+++
trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/scripts/suggestionbox.js 2008-01-21
19:27:17 UTC (rev 5511)
@@ -49,7 +49,7 @@
if (!window.opera) {
Effect.Appear(update, {duration:0.15});
if (options.iframeId) {
- Effect.Appear($(options.iframeId),
{duration:0.15});
+ Effect.Appear($(options.iframeId), {duration:0.15,
to: 0.01});
}
} else {
// workaround for RF-205