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

[designer] Cannot read property 'style' of null #14816

Closed
taleski opened this issue Dec 25, 2018 · 8 comments
Closed

[designer] Cannot read property 'style' of null #14816

taleski opened this issue Dec 25, 2018 · 8 comments
Assignees
Labels
Bug A problem or regression with an existing feature help wanted
Projects
Milestone

Comments

@taleski
Copy link

taleski commented Dec 25, 2018

Describe the bug

When i click on "Designer" i'm getting this errror: A fatal JavaScript error has occurred. Would you like to send an error report?

To Reproduce

Steps to reproduce the behavior:

  1. Go to 'Designer'
  2. See error

Screenshots

Error
Configuration

Server configuration

  • Operating system:
  • Web server: Apache/2.4.35 (Win64) PHP/7.2.10
  • Database version: libmysql - mysqlnd 5.0.12-dev - 20150407
  • PHP version: 7.2.10
  • phpMyAdmin version: 4.8.3

Client configuration

  • Browser: Google Chrome, Internet Explorer
  • Operating system: Windows 10

Additional context

This is the error (click me):

{
    "pma_version": "4.8.3",
    "browser_name": "CHROME",
    "browser_version": "73.0.3642.0",
    "user_os": "Win",
    "server_software": "Apache/2.4.35 (Win64) PHP/7.2.10",
    "user_agent_string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3642.0 Safari/537.36",
    "locale": "en",
    "configuration_storage": "disabled",
    "php_version": "7.2.10",
    "exception_type": "js",
    "exception": {
        "mode": "stack",
        "name": "TypeError",
        "message": "Cannot read property 'style' of null",
        "stack": [
            {
                "line": "292",
                "func": "",
                "column": "",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Main",
                "line": "265",
                "column": "42",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "38",
                "column": "5",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.new_func",
                "line": "248",
                "column": "33",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.dispatch",
                "line": "2",
                "column": "41772",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.$event.dispatch",
                "line": "374",
                "column": "19",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.y.handle",
                "line": "2",
                "column": "39791",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Object.trigger",
                "line": "2",
                "column": "69551",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "2",
                "column": "70146",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Function.each",
                "line": "2",
                "column": "2573",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "jQuery.fn.init.each",
                "line": "2",
                "column": "1240",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            }
        ],
        "incomplete": "false",
        "partial": "true",
        "uri": "index.php?"
    },
    "script_name": "index.php",
    "microhistory": null
}
 Automatically send report next time
Submit error report
 
This report automatically includes data about the error and information about relevant configuration settings. It will be sent to the phpMyAdmin team for debugging the error.

Can you tell us the steps leading to this error? It decisively helps in debugging:

You may examine the data in the error report:

{
    "pma_version": "4.8.3",
    "browser_name": "CHROME",
    "browser_version": "73.0.3642.0",
    "user_os": "Win",
    "server_software": "Apache/2.4.35 (Win64) PHP/7.2.10",
    "user_agent_string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3642.0 Safari/537.36",
    "locale": "en",
    "configuration_storage": "disabled",
    "php_version": "7.2.10",
    "exception_type": "js",
    "exception": {
        "mode": "stack",
        "name": "TypeError",
        "message": "Cannot read property 'style' of null",
        "stack": [
            {
                "line": "292",
                "func": "",
                "column": "",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Main",
                "line": "265",
                "column": "42",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "38",
                "column": "5",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.new_func",
                "line": "248",
                "column": "33",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.dispatch",
                "line": "2",
                "column": "41772",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.$event.dispatch",
                "line": "374",
                "column": "19",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.y.handle",
                "line": "2",
                "column": "39791",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Object.trigger",
                "line": "2",
                "column": "69551",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "2",
                "column": "70146",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Function.each",
                "line": "2",
                "column": "2573",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "jQuery.fn.init.each",
                "line": "2",
                "column": "1240",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            }
        ],
        "incomplete": "false",
        "partial": "true",
        "uri": "index.php?"
    },
    "script_name": "index.php",
    "microhistory": null
}
 Automatically send report next time
Submit error report
 
This report automatically includes data about the error and information about relevant configuration settings. It will be sent to the phpMyAdmin team for debugging the error.

Can you tell us the steps leading to this error? It decisively helps in debugging:

You may examine the data in the error report:

{
    "pma_version": "4.8.3",
    "browser_name": "CHROME",
    "browser_version": "73.0.3642.0",
    "user_os": "Win",
    "server_software": "Apache/2.4.35 (Win64) PHP/7.2.10",
    "user_agent_string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3642.0 Safari/537.36",
    "locale": "en",
    "configuration_storage": "disabled",
    "php_version": "7.2.10",
    "exception_type": "js",
    "exception": {
        "mode": "stack",
        "name": "TypeError",
        "message": "Cannot read property 'style' of null",
        "stack": [
            {
                "line": "292",
                "func": "",
                "column": "",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Main",
                "line": "265",
                "column": "42",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "38",
                "column": "5",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.new_func",
                "line": "248",
                "column": "33",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.dispatch",
                "line": "2",
                "column": "41772",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.$event.dispatch",
                "line": "374",
                "column": "19",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.y.handle",
                "line": "2",
                "column": "39791",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Object.trigger",
                "line": "2",
                "column": "69551",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "2",
                "column": "70146",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Function.each",
                "line": "2",
                "column": "2573",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "jQuery.fn.init.each",
                "line": "2",
                "column": "1240",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            }
        ],
        "incomplete": "false",
        "partial": "true",
        "uri": "index.php?"
    },
    "script_name": "index.php",
    "microhistory": null
}
 Automatically send report next time
Submit error report
 
This report automatically includes data about the error and information about relevant configuration settings. It will be sent to the phpMyAdmin team for debugging the error.

Can you tell us the steps leading to this error? It decisively helps in debugging:

You may examine the data in the error report:

{
    "pma_version": "4.8.3",
    "browser_name": "CHROME",
    "browser_version": "73.0.3642.0",
    "user_os": "Win",
    "server_software": "Apache/2.4.35 (Win64) PHP/7.2.10",
    "user_agent_string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3642.0 Safari/537.36",
    "locale": "en",
    "configuration_storage": "disabled",
    "php_version": "7.2.10",
    "exception_type": "js",
    "exception": {
        "mode": "stack",
        "name": "TypeError",
        "message": "Cannot read property 'style' of null",
        "stack": [
            {
                "line": "292",
                "func": "",
                "column": "",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Main",
                "line": "265",
                "column": "42",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "38",
                "column": "5",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.new_func",
                "line": "248",
                "column": "33",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.dispatch",
                "line": "2",
                "column": "41772",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.$event.dispatch",
                "line": "374",
                "column": "19",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.y.handle",
                "line": "2",
                "column": "39791",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Object.trigger",
                "line": "2",
                "column": "69551",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "2",
                "column": "70146",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Function.each",
                "line": "2",
                "column": "2573",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "jQuery.fn.init.each",
                "line": "2",
                "column": "1240",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            }
        ],
        "incomplete": "false",
        "partial": "true",
        "uri": "index.php?"
    },
    "script_name": "index.php",
    "microhistory": null
}
 Automatically send report next time
Submit error report
 
This report automatically includes data about the error and information about relevant configuration settings. It will be sent to the phpMyAdmin team for debugging the error.

Can you tell us the steps leading to this error? It decisively helps in debugging:

You may examine the data in the error report:

{
    "pma_version": "4.8.3",
    "browser_name": "CHROME",
    "browser_version": "73.0.3642.0",
    "user_os": "Win",
    "server_software": "Apache/2.4.35 (Win64) PHP/7.2.10",
    "user_agent_string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3642.0 Safari/537.36",
    "locale": "en",
    "configuration_storage": "disabled",
    "php_version": "7.2.10",
    "exception_type": "js",
    "exception": {
        "mode": "stack",
        "name": "TypeError",
        "message": "Cannot read property 'style' of null",
        "stack": [
            {
                "line": "292",
                "func": "",
                "column": "",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Main",
                "line": "265",
                "column": "42",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "38",
                "column": "5",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.new_func",
                "line": "248",
                "column": "33",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.dispatch",
                "line": "2",
                "column": "41772",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.$event.dispatch",
                "line": "374",
                "column": "19",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.y.handle",
                "line": "2",
                "column": "39791",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Object.trigger",
                "line": "2",
                "column": "69551",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "2",
                "column": "70146",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Function.each",
                "line": "2",
                "column": "2573",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "jQuery.fn.init.each",
                "line": "2",
                "column": "1240",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            }
        ],
        "incomplete": "false",
        "partial": "true",
        "uri": "index.php?"
    },
    "script_name": "index.php",
    "microhistory": null
}
 Automatically send report next time
Submit error report
 
This report automatically includes data about the error and information about relevant configuration settings. It will be sent to the phpMyAdmin team for debugging the error.

Can you tell us the steps leading to this error? It decisively helps in debugging:

You may examine the data in the error report:

{
    "pma_version": "4.8.3",
    "browser_name": "CHROME",
    "browser_version": "73.0.3642.0",
    "user_os": "Win",
    "server_software": "Apache/2.4.35 (Win64) PHP/7.2.10",
    "user_agent_string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3642.0 Safari/537.36",
    "locale": "en",
    "configuration_storage": "disabled",
    "php_version": "7.2.10",
    "exception_type": "js",
    "exception": {
        "mode": "stack",
        "name": "TypeError",
        "message": "Cannot read property 'style' of null",
        "stack": [
            {
                "line": "292",
                "func": "",
                "column": "",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Main",
                "line": "265",
                "column": "42",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "38",
                "column": "5",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.new_func",
                "line": "248",
                "column": "33",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.dispatch",
                "line": "2",
                "column": "41772",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.$event.dispatch",
                "line": "374",
                "column": "19",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.y.handle",
                "line": "2",
                "column": "39791",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Object.trigger",
                "line": "2",
                "column": "69551",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "2",
                "column": "70146",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Function.each",
                "line": "2",
                "column": "2573",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "jQuery.fn.init.each",
                "line": "2",
                "column": "1240",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            }
        ],
        "incomplete": "false",
        "partial": "true",
        "uri": "index.php?"
    },
    "script_name": "index.php",
    "microhistory": null
}
 Automatically send report next time
Submit error report
 
This report automatically includes data about the error and information about relevant configuration settings. It will be sent to the phpMyAdmin team for debugging the error.

Can you tell us the steps leading to this error? It decisively helps in debugging:

You may examine the data in the error report:

{
    "pma_version": "4.8.3",
    "browser_name": "CHROME",
    "browser_version": "73.0.3642.0",
    "user_os": "Win",
    "server_software": "Apache/2.4.35 (Win64) PHP/7.2.10",
    "user_agent_string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3642.0 Safari/537.36",
    "locale": "en",
    "configuration_storage": "disabled",
    "php_version": "7.2.10",
    "exception_type": "js",
    "exception": {
        "mode": "stack",
        "name": "TypeError",
        "message": "Cannot read property 'style' of null",
        "stack": [
            {
                "line": "292",
                "func": "",
                "column": "",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Main",
                "line": "265",
                "column": "42",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "38",
                "column": "5",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.new_func",
                "line": "248",
                "column": "33",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.dispatch",
                "line": "2",
                "column": "41772",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.$event.dispatch",
                "line": "374",
                "column": "19",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.y.handle",
                "line": "2",
                "column": "39791",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Object.trigger",
                "line": "2",
                "column": "69551",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "2",
                "column": "70146",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Function.each",
                "line": "2",
                "column": "2573",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "jQuery.fn.init.each",
                "line": "2",
                "column": "1240",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            }
        ],
        "incomplete": "false",
        "partial": "true",
        "uri": "index.php?"
    },
    "script_name": "index.php",
    "microhistory": null
}
 Automatically send report next time
Submit error report
 
This report automatically includes data about the error and information about relevant configuration settings. It will be sent to the phpMyAdmin team for debugging the error.

Can you tell us the steps leading to this error? It decisively helps in debugging:

You may examine the data in the error report:

{
    "pma_version": "4.8.3",
    "browser_name": "CHROME",
    "browser_version": "73.0.3642.0",
    "user_os": "Win",
    "server_software": "Apache/2.4.35 (Win64) PHP/7.2.10",
    "user_agent_string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3642.0 Safari/537.36",
    "locale": "en",
    "configuration_storage": "disabled",
    "php_version": "7.2.10",
    "exception_type": "js",
    "exception": {
        "mode": "stack",
        "name": "TypeError",
        "message": "Cannot read property 'style' of null",
        "stack": [
            {
                "line": "292",
                "func": "",
                "column": "",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Main",
                "line": "265",
                "column": "42",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "38",
                "column": "5",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.new_func",
                "line": "248",
                "column": "33",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.dispatch",
                "line": "2",
                "column": "41772",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.$event.dispatch",
                "line": "374",
                "column": "19",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.y.handle",
                "line": "2",
                "column": "39791",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Object.trigger",
                "line": "2",
                "column": "69551",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "2",
                "column": "70146",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Function.each",
                "line": "2",
                "column": "2573",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "jQuery.fn.init.each",
                "line": "2",
                "column": "1240",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            }
        ],
        "incomplete": "false",
        "partial": "true",
        "uri": "index.php?"
    },
    "script_name": "index.php",
    "microhistory": null
}
 Automatically send report next time
Submit error report
 
This report automatically includes data about the error and information about relevant configuration settings. It will be sent to the phpMyAdmin team for debugging the error.

Can you tell us the steps leading to this error? It decisively helps in debugging:

You may examine the data in the error report:

{
    "pma_version": "4.8.3",
    "browser_name": "CHROME",
    "browser_version": "73.0.3642.0",
    "user_os": "Win",
    "server_software": "Apache/2.4.35 (Win64) PHP/7.2.10",
    "user_agent_string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3642.0 Safari/537.36",
    "locale": "en",
    "configuration_storage": "disabled",
    "php_version": "7.2.10",
    "exception_type": "js",
    "exception": {
        "mode": "stack",
        "name": "TypeError",
        "message": "Cannot read property 'style' of null",
        "stack": [
            {
                "line": "292",
                "func": "",
                "column": "",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Main",
                "line": "265",
                "column": "42",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "38",
                "column": "5",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.new_func",
                "line": "248",
                "column": "33",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.dispatch",
                "line": "2",
                "column": "41772",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.$event.dispatch",
                "line": "374",
                "column": "19",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.y.handle",
                "line": "2",
                "column": "39791",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Object.trigger",
                "line": "2",
                "column": "69551",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "2",
                "column": "70146",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Function.each",
                "line": "2",
                "column": "2573",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "jQuery.fn.init.each",
                "line": "2",
                "column": "1240",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            }
        ],
        "incomplete": "false",
        "partial": "true",
        "uri": "index.php?"
    },
    "script_name": "index.php",
    "microhistory": null
}
 Automatically send report next time
Submit error report
 
This report automatically includes data about the error and information about relevant configuration settings. It will be sent to the phpMyAdmin team for debugging the error.

Can you tell us the steps leading to this error? It decisively helps in debugging:

You may examine the data in the error report:

{
    "pma_version": "4.8.3",
    "browser_name": "CHROME",
    "browser_version": "73.0.3642.0",
    "user_os": "Win",
    "server_software": "Apache/2.4.35 (Win64) PHP/7.2.10",
    "user_agent_string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3642.0 Safari/537.36",
    "locale": "en",
    "configuration_storage": "disabled",
    "php_version": "7.2.10",
    "exception_type": "js",
    "exception": {
        "mode": "stack",
        "name": "TypeError",
        "message": "Cannot read property 'style' of null",
        "stack": [
            {
                "line": "292",
                "func": "",
                "column": "",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Main",
                "line": "265",
                "column": "42",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "38",
                "column": "5",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.new_func",
                "line": "248",
                "column": "33",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.dispatch",
                "line": "2",
                "column": "41772",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.$event.dispatch",
                "line": "374",
                "column": "19",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.y.handle",
                "line": "2",
                "column": "39791",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Object.trigger",
                "line": "2",
                "column": "69551",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "2",
                "column": "70146",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Function.each",
                "line": "2",
                "column": "2573",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "jQuery.fn.init.each",
                "line": "2",
                "column": "1240",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            }
        ],
        "incomplete": "false",
        "partial": "true",
        "uri": "index.php?"
    },
    "script_name": "index.php",
    "microhistory": null
}
 Automatically send report next time
Submit error report
 
This report automatically includes data about the error and information about relevant configuration settings. It will be sent to the phpMyAdmin team for debugging the error.

Can you tell us the steps leading to this error? It decisively helps in debugging:

You may examine the data in the error report:

{
    "pma_version": "4.8.3",
    "browser_name": "CHROME",
    "browser_version": "73.0.3642.0",
    "user_os": "Win",
    "server_software": "Apache/2.4.35 (Win64) PHP/7.2.10",
    "user_agent_string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3642.0 Safari/537.36",
    "locale": "en",
    "configuration_storage": "disabled",
    "php_version": "7.2.10",
    "exception_type": "js",
    "exception": {
        "mode": "stack",
        "name": "TypeError",
        "message": "Cannot read property 'style' of null",
        "stack": [
            {
                "line": "292",
                "func": "",
                "column": "",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Main",
                "line": "265",
                "column": "42",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "38",
                "column": "5",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.new_func",
                "line": "248",
                "column": "33",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.dispatch",
                "line": "2",
                "column": "41772",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.$event.dispatch",
                "line": "374",
                "column": "19",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.y.handle",
                "line": "2",
                "column": "39791",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Object.trigger",
                "line": "2",
                "column": "69551",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "2",
                "column": "70146",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Function.each",
                "line": "2",
                "column": "2573",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "jQuery.fn.init.each",
                "line": "2",
                "column": "1240",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            }
        ],
        "incomplete": "false",
        "partial": "true",
        "uri": "index.php?"
    },
    "script_name": "index.php",
    "microhistory": null
}
 Automatically send report next time
Submit error report
 
This report automatically includes data about the error and information about relevant configuration settings. It will be sent to the phpMyAdmin team for debugging the error.

Can you tell us the steps leading to this error? It decisively helps in debugging:

You may examine the data in the error report:

{
    "pma_version": "4.8.3",
    "browser_name": "CHROME",
    "browser_version": "73.0.3642.0",
    "user_os": "Win",
    "server_software": "Apache/2.4.35 (Win64) PHP/7.2.10",
    "user_agent_string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3642.0 Safari/537.36",
    "locale": "en",
    "configuration_storage": "disabled",
    "php_version": "7.2.10",
    "exception_type": "js",
    "exception": {
        "mode": "stack",
        "name": "TypeError",
        "message": "Cannot read property 'style' of null",
        "stack": [
            {
                "line": "292",
                "func": "",
                "column": "",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Main",
                "line": "265",
                "column": "42",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "38",
                "column": "5",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.new_func",
                "line": "248",
                "column": "33",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.dispatch",
                "line": "2",
                "column": "41772",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.$event.dispatch",
                "line": "374",
                "column": "19",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.y.handle",
                "line": "2",
                "column": "39791",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Object.trigger",
                "line": "2",
                "column": "69551",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "2",
                "column": "70146",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Function.each",
                "line": "2",
                "column": "2573",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "jQuery.fn.init.each",
                "line": "2",
                "column": "1240",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            }
        ],
        "incomplete": "false",
        "partial": "true",
        "uri": "index.php?"
    },
    "script_name": "index.php",
    "microhistory": null
}
 Automatically send report next time
Submit error report
 
This report automatically includes data about the error and information about relevant configuration settings. It will be sent to the phpMyAdmin team for debugging the error.

Can you tell us the steps leading to this error? It decisively helps in debugging:

You may examine the data in the error report:

{
    "pma_version": "4.8.3",
    "browser_name": "CHROME",
    "browser_version": "73.0.3642.0",
    "user_os": "Win",
    "server_software": "Apache/2.4.35 (Win64) PHP/7.2.10",
    "user_agent_string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3642.0 Safari/537.36",
    "locale": "en",
    "configuration_storage": "disabled",
    "php_version": "7.2.10",
    "exception_type": "js",
    "exception": {
        "mode": "stack",
        "name": "TypeError",
        "message": "Cannot read property 'style' of null",
        "stack": [
            {
                "line": "292",
                "func": "",
                "column": "",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Main",
                "line": "265",
                "column": "42",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "38",
                "column": "5",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.new_func",
                "line": "248",
                "column": "33",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.dispatch",
                "line": "2",
                "column": "41772",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.$event.dispatch",
                "line": "374",
                "column": "19",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.y.handle",
                "line": "2",
                "column": "39791",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Object.trigger",
                "line": "2",
                "column": "69551",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "2",
                "column": "70146",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Function.each",
                "line": "2",
                "column": "2573",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "jQuery.fn.init.each",
                "line": "2",
                "column": "1240",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            }
        ],
        "incomplete": "false",
        "partial": "true",
        "uri": "index.php?"
    },
    "script_name": "index.php",
    "microhistory": null
}
 Automatically send report next time
Submit error report
 
This report automatically includes data about the error and information about relevant configuration settings. It will be sent to the phpMyAdmin team for debugging the error.

Can you tell us the steps leading to this error? It decisively helps in debugging:

You may examine the data in the error report:

{
    "pma_version": "4.8.3",
    "browser_name": "CHROME",
    "browser_version": "73.0.3642.0",
    "user_os": "Win",
    "server_software": "Apache/2.4.35 (Win64) PHP/7.2.10",
    "user_agent_string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3642.0 Safari/537.36",
    "locale": "en",
    "configuration_storage": "disabled",
    "php_version": "7.2.10",
    "exception_type": "js",
    "exception": {
        "mode": "stack",
        "name": "TypeError",
        "message": "Cannot read property 'style' of null",
        "stack": [
            {
                "line": "292",
                "func": "",
                "column": "",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Main",
                "line": "265",
                "column": "42",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "38",
                "column": "5",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.new_func",
                "line": "248",
                "column": "33",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.dispatch",
                "line": "2",
                "column": "41772",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.$event.dispatch",
                "line": "374",
                "column": "19",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.y.handle",
                "line": "2",
                "column": "39791",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Object.trigger",
                "line": "2",
                "column": "69551",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "2",
                "column": "70146",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Function.each",
                "line": "2",
                "column": "2573",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "jQuery.fn.init.each",
                "line": "2",
                "column": "1240",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            }
        ],
        "incomplete": "false",
        "partial": "true",
        "uri": "index.php?"
    },
    "script_name": "index.php",
    "microhistory": null
}
 Automatically send report next time
Submit error report
 
This report automatically includes data about the error and information about relevant configuration settings. It will be sent to the phpMyAdmin team for debugging the error.

Can you tell us the steps leading to this error? It decisively helps in debugging:

You may examine the data in the error report:

{
    "pma_version": "4.8.3",
    "browser_name": "CHROME",
    "browser_version": "73.0.3642.0",
    "user_os": "Win",
    "server_software": "Apache/2.4.35 (Win64) PHP/7.2.10",
    "user_agent_string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3642.0 Safari/537.36",
    "locale": "en",
    "configuration_storage": "disabled",
    "php_version": "7.2.10",
    "exception_type": "js",
    "exception": {
        "mode": "stack",
        "name": "TypeError",
        "message": "Cannot read property 'style' of null",
        "stack": [
            {
                "line": "292",
                "func": "",
                "column": "",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Main",
                "line": "265",
                "column": "42",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "38",
                "column": "5",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.new_func",
                "line": "248",
                "column": "33",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.dispatch",
                "line": "2",
                "column": "41772",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.$event.dispatch",
                "line": "374",
                "column": "19",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.y.handle",
                "line": "2",
                "column": "39791",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Object.trigger",
                "line": "2",
                "column": "69551",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "HTMLDocument.",
                "line": "2",
                "column": "70146",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "Function.each",
                "line": "2",
                "column": "2573",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            },
            {
                "func": "jQuery.fn.init.each",
                "line": "2",
                "column": "1240",
                "uri": "index.php?v=4.8.3",
                "scriptname": "index.php"
            }
        ],
        "incomplete": "false",
        "partial": "true",
        "uri": "index.php?"
    },
    "script_name": "index.php",
    "microhistory": null
}

@williamdes
Copy link
Member

Param Value
Error Type TypeError
Error Message Cannot read property 'style' of null
Exception Type js
phpMyAdmin version 4.8.4
Incident count 2052
Link Report#54220

This comment is posted automatically by phpMyAdmin's error-reporting-server.

@williamdes williamdes added this to To Do in Designer Dec 25, 2018
@williamdes williamdes changed the title A fatal JavaScript error has occurred. Would you like to send an error report [designer] Cannot read property 'style' of null Dec 31, 2018
@williamdes williamdes added the Bug A problem or regression with an existing feature label Dec 31, 2018
@williamdes
Copy link
Member

williamdes commented Jan 21, 2019

Uncaught TypeError: Cannot read property 'style' of null
    at Main (move.js?v=4.8.3:265)
    at HTMLDocument.<anonymous> (init.js?v=4.8.3:38)
    at HTMLDocument.new_func (error_report.js?v=4.8.3:248)
    at HTMLDocument.dispatch (jquery.min.js?v=4.8.3:2)
    at HTMLDocument.$event.dispatch (jquery.event.drag-2.2.js?v=4.8.3:374)
    at HTMLDocument.y.handle (jquery.min.js?v=4.8.3:2)
    at Object.trigger (jquery.min.js?v=4.8.3:2)
    at HTMLDocument.<anonymous> (jquery.min.js?v=4.8.3:2)
    at Function.each (jquery.min.js?v=4.8.3:2)
    at jQuery.fn.init.each (jquery.min.js?v=4.8.3:2)
15move.js?v=4.8.3:285

Uncaught TypeError: Cannot read property 'style' of null
    at Rezize_osn_tab (move.js?v=4.8.3:285)
    at Re_load (move.js?v=4.8.3:303)
    at HTMLDocument.MouseUp (move.js?v=4.8.3:185)

PMA: 4.8.3

@williamdes
Copy link
Member

@taleski Can you please try phpMyAdmin 4.8.4 ?
Solved for me using phpMyAdmin 4.8.4.

@kartik1000
Copy link
Contributor

@williamdes, @taleski working fine for me too in phpmyAdmin 4.8.4 and demo server as well.

@pekrogel
Copy link

I get the error when clicking on a table in the sidebar when in the designer. It's more immediate if you click on 'Create relation' in the designer first.

Uncaught TypeError: Cannot read property 'style' of null
at HTMLDocument.MouseUp (move.js?v=4.8.3:184)

I tried it on the dev server and it is an issue there as well.

@williamdes
Copy link
Member

This Issue is no longer associated with Report#54220

This comment is posted automatically by phpMyAdmin's error-reporting-server.

@williamdes
Copy link
Member

williamdes commented Mar 6, 2019

Param Value
Error Type TypeError
Error Message Cannot read property 'style' of null
Exception Type js
phpMyAdmin version 4.8.4
Incident count 5088960
Link Report#54220

This comment is posted automatically by phpMyAdmin's error-reporting-server.

@williamdes
Copy link
Member

williamdes commented Mar 6, 2019

This issue is very serious, as it affects a lot of versions of phpMyAdmin and after grouping issues, it has a total count of 5 088 960 incidents !

@williamdes williamdes self-assigned this Mar 16, 2019
williamdes added a commit that referenced this issue Mar 29, 2019
Signed-off-by: William Desportes <williamdes@wdes.fr>
@williamdes williamdes added this to the 4.8.6 milestone Mar 29, 2019
@williamdes williamdes moved this from To Do to Done in Designer Mar 29, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A problem or regression with an existing feature help wanted
Projects
Development

No branches or pull requests

4 participants