[Webkit-unassigned] [Bug 8148] new NYTimes layout is all gaboozled in 10.4.5 Safari, and TOT

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Apr 3 22:54:49 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8148





------- Comment #3 from trey at usa.net  2006-04-03 22:54 PDT -------
A good question, and it has a good answer:  I do not have the problem in a
fresh account.  I further isolated it to be a problem in my defaults.  It turns
out to hinge on the defaults setting of WebKitMinimumFontSize to 11.  The
following two commands make the bug come and go for me:

defaults write com.apple.Safari WebKitMinimumFontSize 11
defaults remove com.apple.Safari WebKitMinimumFontSize

Here is my entire defaults for Safari's domain:

{
    AddressBarPreferencesWereConverted = 1; 
    AutoFillPasswords = 1; 
    BuiltInBookmarksDate = "2005-10-14 09:23:30 -0700"; 
    BuiltInBookmarksVersionString = 5; 
    CachedBookmarksFileDateNanoseconds = 0; 
    CachedBookmarksFileDateSeconds = 1144128850; 
    CachedBookmarksFileSize = 209391; 
    IEFavoritesWereImported = 1; 
    LastVersionRun = "417.8"; 
    NSPreferencesContentSize = "{508, 407}"; 
    NSPreferencesSelectedIndex = 0; 
    "NSToolbar Configuration SafariToolbarIdentifier" = {
        "TB Display Mode" = 2; 
        "TB Icon Size Mode" = 1; 
        "TB Is Shown" = 1; 
        "TB Item Identifiers" = (
            BackForwardToolbarIdentifier, 
            StopOrReloadToolbarIdentifier, 
            AddBookmarkToolbarIdentifier, 
            InputFieldsToolbarIdentifier
        ); 
        "TB Size Mode" = 1; 
        "TB Visibility Priority Values" = {BackForwardToolbarIdentifier =
(999); InputFieldsToolbarIdentifier = (1000); }; 
    }; 
    "NSWindow Frame BrowserWindowFrame" = "292 60 1018 1022 0 0 1600 1178 "; 
    "NSWindow Frame Preferences" = "62 202 593 390 0 0 1600 1178 "; 
    NetscapeAndMozillaFavoritesWereImported = 1; 
    OpenWindows = (BrowserWindowController); 
    ShowFavoritesBar = 1; 
    ShowLocationBar = 1; 
    ShowStatusBar = 1; 
    TabbedBrowsing = 1; 
    WebIconDatabaseDirectoryDefaultsKey = "~/Library/Safari/Icons"; 
    WebKitCursiveFont = "Apple Chancery"; 
    WebKitDefaultFixedFontSize = 13; 
    WebKitDefaultFontSize = 16; 
    WebKitFantasyFont = Papyrus; 
    WebKitFixedFont = Courier; 
    WebKitMinimumFontSize = 11; 
    WebKitPrivateBrowsingEnabled = 0; 
    WebKitRespectStandardStyleKeyEquivalents = 1; 
    WebKitTabToLinksPreferenceKey = 1; 
}


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list