Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 18149 by axplus: User Script doesn't support @require jquery.js
http://code.google.com/p/chromium/issues/detail?id=18149

Chrome Version       : 3.0.190.4
URLs (if applicable) :
Other browsers tested:
   Add OK or FAIL after other browsers where you have tested this issue:
      Safari 4:
   Firefox 3.x:
          IE 7:
          IE 8:

What steps will reproduce the problem?
1. Write a user script with
// ==UserScript==
// @name          Hello jQuery
// @namespace     ec
// @description   jQuery test script
// @include       *
// @require       http://jqueryui.com/jquery-1.3.2.js
// ==/UserScript==

$(document).ready(function() {
     alert('Hello world!');
});

What is the expected result?
When the document loaded, the "Hello world!" will be alerted.

What happens instead?
But not.

Please provide any additional information below. Attach a screenshot if
possible.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to