[Webkit-unassigned] [Bug 4840] Frames only resize wider, can't make them narrower

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Mar 3 16:04:42 PST 2006


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


opendarwin.org at mitzpettel.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #6833|                            |review?
               Flag|                            |




------- Comment #5 from opendarwin.org at mitzpettel.com  2006-03-03 16:04 PDT -------
Created an attachment (id=6833)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=6833&action=view)
Don't lose track of the resizing frameset

[Please comment and r- anyway since this is missing a test and a change log
entry].

This bug is caused by the fact that when the splitter is dragged to the left,
the mouse moved (and ultimately mouse released) events are being sent to the
inner frameset (on the left) instead of the currently resizing outer frameset.

The fix is to dispatch all mouse events to the currently-resizing frameset.
There may be some way to make hitTest give the right answer, but I don't think
RenderFrameSet::nodeAtPoint() can be modified in a helpful way.


-- 
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