Search and Top Navigation
#6215 closed bug (notabug)
Opened October 22, 2010 12:51PM UTC
Closed May 17, 2011 02:52PM UTC
Tabs doesn't work in Chrome extensions with jQuery 1.4.3
Reported by: | famlam | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 1.8.5 |
Component: | ui.tabs | Version: | 1.8.5 |
Keywords: | Cc: | fam_lam@ymail.com | |
Blocked by: | Blocking: |
Description
Repro steps:
[browser:Chrome]
Install the AdBlock extension (uses JQuery) from here:
https://chrome.google.com/extensions/detail/gighmmpiobklfepjocnamgkkbiglidom
Open it's options page (chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/options/index.html). You'll see 4 tabs with content
Close Chrome and go to
%localappdata%\\Google\\Chrome\\User Data\\Default\\Extensions\\gighmmpiobklfepjocnamgkkbiglidom\\******the first folder here*******\\jquery
Delete the jquery 1.4.2 file
Paste the jquery 1.4.3 file in this folder and rename it to 1.4.2 (otherwise you have to rename all jquery references from scripts)
Start Chrome and visit the options page again:
tabs no longer display their content.
Attachments (0)
Change History (4)
Changed October 22, 2010 06:14PM UTC by comment:1
milestone: | TBD → 1.9 |
---|---|
priority: | critical → minor |
summary: | tabs breaks after 1.4.3 upgrade → Tabs doesn't work in Chrome extensions with jQuery 1.4.3 |
Changed May 17, 2011 02:42PM UTC by comment:2
milestone: | 1.9 → 1.later |
---|---|
priority: | minor → trivial |
Changed May 17, 2011 02:50PM UTC by comment:3
It works fine with the latest JQuery version. Feel free to close this issue
Changed May 17, 2011 02:52PM UTC by comment:4
milestone: | 1.later → 1.8.5 |
---|---|
resolution: | → invalid |
status: | new → closed |
Closing invalid as it sounds like this was a jQuery core bug, not a jQuery UI bug.