Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-8991

JavaScript window.onload event often gets confiscated by one single function

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • 4.3.0alpha1
    • 3.8.4
    • Misc
    • None
    • Version: 3.8.4
      PHP Version:
      Webserver:
      Database:

    Description

      Event handling functions are attached to the window.onload event on several places by using the traditional method (window.onload = function()

      { ... }

      ). When it's done this way there's no manner to let custom JavaScript add window.onload handlers.

      Examples:

      • language selector in content/view/full
      • focus on first input element in content/edit

      Attachments

        Activity

          People

            andre1 andre1
            cyberwolf cyberwolf
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: