Here’s a quick update on what’s new with Cappuccino for the last two weeks.
Changes/Fixes
Cappuccino
The blurred
CPPopoveranimation in Google Chrome has been fixed.The transient or semi-transient
CPPopovernow closes on a right click.The checking of the usability of a
CPTextFieldin aCPPlatformWindowtakes into account the content-inset value of theCPTextField.The method delegate
- (void)popoverDidShow:(CPPopover)aPopoveris called for aCPPopovereven without animation.A memory leaks has been fixed in the
CPOutlineView. When reloading aCPOutlineViewwith new data, the class previosuly kept a reference of old data.-
The following methods of the
CPOutlineViewnow only work for displayed items:- (BOOL)isExpandable:(id)anItem- (BOOL)isItemExpanded:(id)anItem- (CPInteger)rowForItem:(id)anItem- (CPInteger)levelForItem:(id)anItem- (id)itemAtRow:(CPInteger)aRow- (CPInteger)levelForItem:(id)anItem- (CPInteger)levelForRow:(CPInteger)aRow
Cucapp
- The method
def simulate_mouse_moved_on_point x, y, flagshas been added. You can now simulate theCPMouseMovedevent in your tests.