Bug 24555

Summary: REGRESSION (r40142): FCK editor initially has incorrect size
Product: WebKit Reporter: Albert Albala <albert>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: barraclough, emacemac7, hyatt, zwarich
Priority: P1 Keywords: NeedsReduction
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
URL: http://mediatribe.qumbia.ca/node/386

Description Albert Albala 2009-03-12 12:58:53 PDT
Hi, 

I am using FCK via the Drupal FCK module, (all latest versions as of today, March 12, 2009). All works perfectly, except with Safari 4 public beta, where the editor only uses about the upper half the space alloted to it. As soon as I click in it (the active upper half), the editor reverts to its expected state, occupying the entire enclosing box. 

Note that this possible bug affects: FCK Editor 2.6.4., FCK Editor Drupal Module 6.x-1.3-rc7, and Safari Version 4 Public Beta (5528.16).

The FCK Editor Drupal module people say it is probably a problem with Webkit or FCK.

Cheers, 

Albert
Comment 1 Alexey Proskuryakov 2009-03-14 00:34:42 PDT
Is there a way for us to reproduce this? The bug URL contains a link to bug description, not to a test page, as far as I can tell.
Comment 2 Albert Albala 2009-03-16 13:10:34 PDT
Hi again,

here is a page that actually contains the code:

http://qumbia.ca/jeter_fck_webkit.php

Notice, if you load this page in Safari 3, FF, or the IEs, the WISIWIG editors occupies its entire enclosing box. 

However...

When loaded in Safari 4 Beta, it occupies only half the enclosing box. Let me know if this "works" on your end, and thanks!

Albert.
Comment 3 Cameron Zwarich (cpst) 2009-03-30 20:29:40 PDT
This is a regression. I'll try to at least find the point of regression.
Comment 4 Cameron Zwarich (cpst) 2009-03-30 20:38:16 PDT
I can determine from nightlies that this regressed between r40102 and r40220. I'll try to bisect with local builds to determine the exact point of regression.
Comment 5 Cameron Zwarich (cpst) 2009-03-30 22:04:33 PDT
This regressed in r40412:

http://trac.webkit.org/changeset/40142

Hyatt, I added you because that was your change, but I'll try to make a reduction to make it easier to fix.
Comment 6 Cameron Zwarich (cpst) 2009-03-30 22:33:31 PDT
I can't seem to reduce this that easily. I'll unassign it for now.
Comment 7 Gavin Barraclough 2011-10-03 13:45:57 PDT
Based on Cameron's comments, this was a layout issue, not a JSC one.