controljs icon indicating copy to clipboard operation
controljs copied to clipboard

Automatically exported from code.google.com/p/controljs

Results 15 controljs issues
Sort by recently updated
recently updated
newest added

``` What steps will reproduce the problem? 1. for example What is the expected output? What do you see instead? What version of the product are you using? On what...

Type-Defect
Priority-Medium
auto-migrated

``` I noticed that when using ControlJS to load js with Content-Disposition: Attachment header controljs will fail to load the script. Console logs the problem: CJS 1306344530337: processNextScript: waiting for...

Type-Defect
Priority-Medium
auto-migrated

``` What steps will reproduce the problem? 1. Install FlashBlocker extension in Chrome (http://www.chromeextensions.org/appearance-functioning/flashblock/) 2. Load page with ControlJS What is the expected output? What do you see instead? An...

Type-Defect
Priority-Medium
auto-migrated

``` http://www.linkedin.com/js/public-profile/widget-os.js I wonder how we could make theses scripts to work with controljs ? Also, this will not work : window.load = function() {}; //$(window).load neither (jquery style) //window.onload...

Type-Defect
Priority-Medium
auto-migrated

``` What steps will reproduce the problem? 1. Goto http://jsfiddle.net/gEFsD/ 2. Open firebug console 3. See the alert + the debug in the console This is a webpage is controljs...

Type-Defect
Priority-Medium
auto-migrated

``` Please provide any additional information below. I'm trying to migrate a large real-world (yes, with ads and Google Maps) website to ControlJS and I've found out that it overrides...

Type-Defect
Priority-Medium
auto-migrated

``` What steps will reproduce the problem? 1. Create a test page which loads ControlJS, a minimal version of YUI, and a test script with a call to Event.onDOMReady 2....

Type-Defect
Priority-Medium
auto-migrated

``` Nicholas Zakas recommends this way of evaling JS in the global scope: var script = document.createElement("script"); script.text = jscodeText; document.body.appendChild(script); ``` Original issue reported on code.google.com by `[email protected]` on...

Type-Defect
Priority-Medium
auto-migrated

``` Originally discussed on this thread. What steps will reproduce the problem? 1. Load a script using ControlJS which delivers a no-cache cache-control header value. An example would be any...

Type-Defect
Priority-Medium
auto-migrated

``` If the user has a script with an inline onload handler: and we convert it to ControlJS: I'm pretty sure alert(123) is never called. ControlJS ignore inline onload handlers...

Type-Defect
Priority-Medium
auto-migrated