Clone from jquery_update, Update modules/overlay/overlay-parent.js support jQuery >= 1.9.

In case using drush make, add the following line into your drupal-org-core.make:

api = 2
core = 7.x

; Core
projects[drupal][download][tag] = 7.25
projects[drupal][download][type] = git
projects[drupal][download][url] = http://git.drupal.org/project/drupal.git
projects[drupal][type] = core

; Patches
projects[drupal][patch][2165339] = https://drupal.org/files/issues/twbs_jquery-overlay-parent.js-2165339-1.patch
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hswong3i’s picture

hswong3i’s picture

Status: Active » Closed (works as designed)

Already include into twbs_jquery implementation so no additional patch to drupal core required.

hswong3i’s picture

Status: Closed (works as designed) » Active

Well, we deprecate the use of overlay with TWBS; BTW, in case using it individually as like as jquery_update, ppl may need to patch to drupal core.

In case using drush make, add the following line into your drupal-org-core.make:

api = 2
core = 7.x

; Core
projects[drupal][download][tag] = 7.25
projects[drupal][download][type] = git
projects[drupal][download][url] = http://git.drupal.org/project/drupal.git
projects[drupal][type] = core

; Patches
projects[drupal][patch][2165339] = https://drupal.org/files/issues/twbs_jquery-overlay-parent.js-2165339-1.patch
hswong3i’s picture

Issue summary: View changes
hswong3i’s picture

Issue summary: View changes
hswong3i’s picture

Project: TWBS jQuery » Drupal core
Version: 7.x-3.x-dev » 7.x-dev
Component: Code » overlay.module
Status: Active » Needs review

Is this also possible to be handle as Drupal core patch, similar as #2018791: states.js is not compatible with jquery +1.6.1 because it use $.attr in the wrong way?