Opened on 03/23/2016 at 02:24:24 PM

Last modified on 10/09/2019 at 06:24:19 PM

#3861 new defect

ABP IE11 jQuery 1.7.2 Impact

Reported by: aarbor989 Assignee:
Priority: P5 Milestone:
Module: Adblock-Plus-for-Internet-Explorer Keywords:
Cc: sergz, oleksandr Blocked By:
Blocking: Platform: Internet Explorer
Ready: no Confidential: no
Tester: Unknown Verified working: no
Review URL(s):

Description

Using Windows 7, In ABP+ 1.4 for IE 11, it appears the extension interferes with the clone() method of jQuery 1.7.2 .

How to reproduce

  1. Enable enterprise mode in IE 11
  2. Below code will throw javascript exception
if($('#inputId').val()!=""){
   var thisRow = $('#tableId tbody tr').first();
   var cloneRow = thisRow.clone();
//exception thrown at above line, every time

Observed behaviour

Javascript "Unspecified Error" (SCRIPT16389) is thrown and functionality does not work. Whitelisting the domain prevents the issue from appearing.

Expected behaviour

AB+ should not interfere with this behavior.

Attachments (0)

Change History (5)

comment:1 Changed on 03/24/2016 at 08:19:29 AM by mapx

  • Cc sergz oleksandr added

comment:2 Changed on 03/24/2016 at 08:22:42 AM by mapx

from
https://adblockplus.org/forum/viewtopic.php?p=149905#p149905

Also - another thing to note, this happened with enterprise mode enabled. When enterprise mode was disabled, the issue did not appear.

comment:3 Changed on 10/24/2016 at 10:26:49 AM by oleksandr

It is not easily reproducible for me. Do you get an exception on the clone for any table row or just this specific one? Do you mind sharing the table? Does this still happen on the latest devbuild https://downloads.adblockplus.org/devbuilds/adblockplusie/?

comment:4 Changed on 10/24/2016 at 10:39:02 AM by oleksandr

  • Priority changed from Unknown to P5

comment:5 Changed on 10/09/2019 at 06:24:19 PM by greiner

  • Component changed from Unknown to Adblock-Plus-for-Internet-Explorer

Add Comment

Modify Ticket

Change Properties
Action
as new .
as The resolution will be set. Next status will be 'closed'.
to The owner will be changed from (none).
Next status will be 'reviewing'.
 
Note: See TracTickets for help on using tickets.