yiisoft / yii2-debug

Debug Extension for Yii 2
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
202 stars 150 forks source link

Timeline tooltips not working correctly #388

Closed execut closed 5 years ago

execut commented 5 years ago

What steps will reproduce the problem?

  1. Install advanced yii2 application
  2. Init develop app
  3. Configure database in main-local.php config file
  4. Write code inside view:
    for ($key = 0; $key < 100; $key++) {
        \yii::$app->db->createCommand('SELECT * FROM user')->execute();
    }
  5. Open site

    What's expected?

    Debug tab timeline tooltips worked

What do you get instead?

Tooltips don't pop up correctly and has seen javascript error: report

Additional info

Error has in next browsers: Firefox version: 66.0.3 (64-bit) Chrome version: 70.0.3538.77 (Official Build) (64-bit)

Q A
Yii version 2.0.18
PHP version 7.2.10
Operating system Ubuntu 18
execut commented 5 years ago

I switched to you version and it all worked. The error has disappeared. Thanks!

machour commented 5 years ago

Thank YOU for reporting the issue :)