Skip to main content

Search and Top Navigation

#6216 closed bug (duplicate)

Opened October 22, 2010 05:22PM UTC

Closed October 22, 2010 06:12PM UTC

Last modified October 11, 2012 09:15PM UTC

jQuery 1.4.3 breaks jQuery UI tabs in AdBlock For Chrome's options

Reported by: michaeltherobot Owned by:
Priority: minor Milestone:
Component: ui.tabs Version: 1.8.5
Keywords: Cc:
Blocked by: Blocking:
Description

I'm the author of the Google Chrome extension AdBlock. I tried to update from jQuery 1.4.2 to 1.4.3, and the UI of my Options page no longer shows its tab content (which is loaded via ajax).

Repro:

Install AdBlock from http://chromeadblock.com into Google Chrome

Visit chrome://extensions and click AdBlock Options

See that there are four tabs that you can click on, each loading a page.

In a linux shell, change to the AdBlock code directory: '''cd $(dirname $(find ~/.config/ -name 'adblock_start.js' | head -1))'''

Replace jquery/jquery-1.4.2.min.js's contents with jquery 1.4.3 (without changing the filename)

Restart Chrome

Visit the Options page again

Expected:

working tabs

Actual:

tab headers only, which do not load any content when clicked.

Thanks!

Attachments (0)
Change History (2)

Changed October 22, 2010 06:12PM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

Duplicate of #6215.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:2

milestone: TBD

Milestone TBD deleted