[Webkit-unassigned] [Bug 26493] REGRESSION (r44758): First tab always uses Mac-style form controls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 17 14:37:47 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26493





------- Comment #2 from aroben at apple.com  2009-06-17 14:37 PDT -------
The problem is that RenderTheme::themeForPage is getting called before
WebPreferences has communicated its settings to WebCore::Settings.
RenderTheme::themeForPage consults Settings to decide whether it should return
the RenderThemeWin or RenderThemeSafari instance, but Settings hasn't been
initialized yet.


-- 
Configure bugmail: https://bugs.webkit.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