Bug 23568 - User stylesheets not applied until restart
Summary: User stylesheets not applied until restart
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2009-01-27 03:29 PST by Benjamin Hawkes-Lewis
Modified: 2009-02-19 17:53 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Hawkes-Lewis 2009-01-27 03:29:13 PST
With WebKit Nightly, my user stylesheet is ignored, but with the current version of Safari it is applied. My user stylesheet contains the following:

textarea {
    font-family: Monaco !important;
    font-size: 16pt !important;
    color: green !important;
    background: black !important;
    min-height: 50pt !important;
}

An example of a page this happens on is this bug report form itself.
Comment 1 Mark Rowe (bdash) 2009-01-27 13:31:46 PST
<rdar://problem/6533039>
Comment 2 Anthony Ricaud 2009-01-27 16:27:11 PST
Works for me after a restart of the browser.

If I remember correctly, it used to work without restarting.
Comment 3 Benjamin Hawkes-Lewis 2009-01-27 17:19:47 PST
It works for me too on restart of WebKit Nightly, but without restart with Safari.