Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap ButtonGroup clientEvent not being assigned properly. #112

Open
yii-bot opened this issue Jan 24, 2016 · 0 comments
Open

Bootstrap ButtonGroup clientEvent not being assigned properly. #112

yii-bot opened this issue Jan 24, 2016 · 0 comments
Labels
status:ready for adoption Feel free to implement this issue. type:bug Bug

Comments

@yii-bot
Copy link

yii-bot commented Jan 24, 2016

This issue has originally been reported by @alagodich at yiisoft/yii2#8028.
Moved here by @cebe.


Hello

As stated here: http://getbootstrap.com/javascript/#dropdowns-events

All dropdown events are fired at the .dropdown-menu's parent element.

But parent container for widget is being rendered via Html::beginTag and we cannot assign any events to it with 'clientEvents' option.

        return implode("\n", [
            Html::beginTag($tag, $this->containerOptions),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:ready for adoption Feel free to implement this issue. type:bug Bug
Projects
None yet
Development

No branches or pull requests

2 participants