Monday, December 8, 2008

Grails GUI

For my nascent grails app I am using YUI + Grails GUI.

Ran into the problem described here, where one autocomplete options containers renders under another autocomplete text input.

The best fix I (described in jira) found was adding a zIndex property to the gui:autoComplete tag and setting the parent container div with it.

No comments:

Post a Comment