PowerGamer1

Results 21 comments of PowerGamer1

You all forget that `\yii\bootstrap\Dropdown` supports items specified as a string: ``` PHP /** * @var array list of menu items in the dropdown. Each array element can be either...

The solution I proposed in my original post fails some tests. This should be handled by someone more knowledgeable in JavaScript and GridView mechanics.

@dynasource I didn't try to fix this issue in the engine. And I don't remember what workaround I used in my code (may be I decided not to use `CheckboxColumn`...

The problem I reported is still unfixed and present in latest version of Yii2. Why this issue has been closed and what does "expired" even mean? Are you no longer...

I think this issue is important enough not to be closed. It is ok if you give it a low priority though. Actually, the issue affects not only `CheckboxColumn` but...

Just for the record: nowhere have I said that I am "taking ownership on this issue" or plan to implement a fix. If lack of information or understanding prevents you...

I pushed new PR. The tests are now properly fixed. Additionally, another issue with checkboxes in GridView is fixed: clicking checkboxes will not trigger "change" event for other checkboxes that...

There was yet another issue with "check all" checkbox when some data row checkboxes are disabled - it was not being checked when last non-checked data row checkbox is clicked....

> Yes. Ideally it should behave like you've described. Do you have time for fixing it? This particular issue causes a bunch of problems in my production code, I will...