Skip to content

Conversation

bentolor
Copy link
Member

 Patch provided by ScoPi http://echo.nextapp.com/site/node/6713

 Evidently the Extras.DropDownMenu wasn't totally fleshed out;
 a documented "menuWidth" property wasn't actually being applied.
 This change fixes that and makes the current mouseover span the
 width of the drop down menu. I've tested it in IE 9 and the latest
 Firefox.

 On a sidenote regarding the usage of Extras.DropDownMenu:
 be aware that the undocumented "selection" property of Extras.DropDownMenu
 refers to the index of the menu item to be selected if the "selectionEnabled"
 property is true and thus using that property is enabled. If the menu item
 model of the menu is complex, then the selection property is actually a
 path to the selected item in the form
    "firstLevelIndex.secondLevelIndex.thirdLevelIndex.andSoOn"
 (i.e. "3.2.5.9.13" refers to the 13th menu item in the 9th menu item in the
 5th menu item in the 2nd menu item in the 3rd menu item). Note that the
 selection property must be forced to a string (e.g. via new String(selection))
 when used or you can get some JavaScript errors since the framework tries to
 parse out a path like 3.2.5.9.13.
  Patch provided by ScoPi http://echo.nextapp.com/site/node/6714

  This changes makes it so at least the Extras.DropDownMenu
  renders any font applied to it; previously, it would only
  render the "menuFont" in the drop down menu itself.
  Tested in IE 9 and the latest Firefox.
bentolor added a commit that referenced this pull request Feb 27, 2012
BugFix Patches from ScoPi
@bentolor bentolor merged commit d4b4f74 into echo3:master Feb 27, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant