Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Typeahead menu position #156

Open
carrbrpoa opened this issue May 14, 2015 · 0 comments
Open

Typeahead menu position #156

carrbrpoa opened this issue May 14, 2015 · 0 comments

Comments

@carrbrpoa
Copy link

Hello.

I have lots of dijit widgets loaded vertically on my page (based on cmv-app Github project), so I needed to edit Typeahead.js line 73 from

domConstruct.place(this.menuNode, document.body);

to

domConstruct.place(this.menuNode, this.domNode.offsetParent || document.body);

so the menu is now where it should be.

Should this modification be commited? (By the way, I'm new a Git newbie ;) )

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant