On Sun, Oct 4, 2009 at 7:13 PM, Peter Kasting <[email protected]> wrote: > With larger textarea content, Chrome’s up and downwards scrolling can show > minimal lags. Firefox handles this smoothly. > > Didn't try to test this one, filed crbug.com/23788 .
We can trick things with ScrollWindowEx when we scroll the whole window; see http://google.com/codesearch/p?hl=fr&sa=N&cd=2&ct=rc#h0RrPvyPu-c/chrome/browser/renderer_host/render_widget_host_view_win.cc&q=package:src.chromium.org%20scrollwindowex Maybe we could use this more in iframe/textbox/etc scrolling cases and not just full page scroll. > Sort of crucial: Chrome won’t accept my system font definition, Fixedsys, > while Firefox has no problems with it and loads it fine. Apparently Chrome > doesn’t like system fonts, but the TrueType replacements I found for > Fixedsys don’t look like the real thing. Anyone knows a solution? > > I don't understand the problem description well enough to take action here. I'm pretty sure block bitmap fonts. IIRC, this is also an issue with some asian fonts. Maybe I'm wrong since I couldn't find a bug about it. (Maybe only related to printing after all) > Not so nice: The batch file to launch Chrome, itself a workaround because I > didn’t know how to connect files directly with a Chrome app (and have their > source path parameter be passed), briefly shows when you open it. I’m > already using things like echo off, the Start command, CLS and EXIT, and a > “cmd” instead of a “bat” extension to get it to close quietly (half of these > superstition and the other half works?), but the window will still be > briefly visible when you double click a file to edit in Netpadd B. Does > anyone know how to prevent the batch window from showing, or how to launch a > Chrome app directly (and pass the path)? > > This isn't really a Chrome bug. Seems like there must be a better solution > here someone can share with Philipp. He just needs to learn how to create an application shortcut. Copy a chrome shortcut on the desktop, rename it, right click on it, properties, edit the command line to add the arguments wanted. M-A --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
