Skip to main content
May 13, 2008
Answered

cfmenu / cflayout rendering issue

  • May 13, 2008
  • 1 reply
  • 470 views
I've created a cflayout with three vbox areas. The first has a menu inside, the second is a filtering area and the third is the output. The problem I have is that the flyout menus will display, however, when I move the cursor to select the flyout menus, they lose focus, making it impossible to click. The code works fine in IE6 and IE7, but Firefox has the issue described above. Create the following and test using Firefox. Select the "Administrator" menu item and try to pick from the child menus it displays. Any ideas??

The code (simplified for this post) is as follows:
This topic has been closed for replies.
Correct answer
Just dumb luck...I added the "overflow" attribute to the cflayoutarea tag, "menu". Set overflow to "visible" and the menu is keeping focus.

<cflayoutarea name="menu" source="menu.cfm" overflow="visible"/>

I hope this may help someone else with cflayout issues.

1 reply

Correct answer
May 15, 2008
Just dumb luck...I added the "overflow" attribute to the cflayoutarea tag, "menu". Set overflow to "visible" and the menu is keeping focus.

<cflayoutarea name="menu" source="menu.cfm" overflow="visible"/>

I hope this may help someone else with cflayout issues.