Opened 12 years ago
Closed 12 years ago
#6215 closed bug (notabug)
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: | [email protected]… | |
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.
Change History (4)
comment:1 Changed 12 years ago by
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 |
comment:2 Changed 12 years ago by
Milestone: | 1.9 → 1.later |
---|---|
Priority: | minor → trivial |
comment:3 Changed 12 years ago by
comment:4 Changed 12 years ago by
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.
It works fine with the latest JQuery version. Feel free to close this issue