Status: Unconfirmed Owner: ---- Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 8256 by landemaine: Creating a node with Greasemonkey breaks Gmail v.2 http://code.google.com/p/chromium/issues/detail?id=8256
Chrome Version : 2.0.166.1 URLs (if applicable) : https://mail.google.com/ Other browsers tested: Firefox 3: OK Opera 9.6: OK What steps will reproduce the problem? 1. Install a user script such as this one: // ==UserScript== // @name Test // @author Charles // @description Try inserting style // @namespace http://www.example.com // @version 0.1 // ==/UserScript== var style = document.createElement("style"); document.getElementsByTagName("head")[0].appendChild(style); var sheet = style.sheet; sheet.insertRule('body{background:#c00}',sheet.cssRules.length); 2. Open Gmail v.2 What is the expected result? Gmail should open as expected. What happens instead? You are in front of the timeout page forever ("This is taking onger than usual"). You can't get your inbox to display. Please provide any additional information below. Attach a screenshot if possible. The regular HTML version of Gmail doesn't have the problem. Only v.2 and even with a fast connection. It is reproduceable on different computers. -- 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 -~----------~----~----~----~------~----~------~--~---
