This website requires JavaScript.
Explore
Help
Sign In
colby
/
cappuccino
Watch
1
Star
0
Fork
0
mirror of
https://github.com/cappuccino/cappuccino.git
synced
2026-09-02 08:53:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
541f5b89484faa3c878ffb8707b33cebaa5197f0
cappuccino
/
AppKit
/
Platform
/
DOM
T
History
Alexander Ljungberg
c5d471b31b
Fixed: if a text field in a modal window was clicked, it would become deselected. This prevented text selection by dragging or by double click. The problem was that the DOM event guard was always enabled when a modal window was on screen and this prevented the normal mouse event pass through to the text field input element.
2010-09-14 15:38:45 -04:00
..
CPDOMDisplayServer.h
Further drawing fixes.
2009-08-31 14:39:00 -07:00
CPDOMWindowLayer.j
Fixed a bug where windows would not become visible again after closing their platform windows.
2009-10-21 21:01:49 -07:00
CPPlatform.j
Add CPApplicationWillTerminateNotification.
2010-04-12 12:21:45 -07:00
CPPlatformString.j
Implementation of CPFont -ascender, -descender and -defaultLineHeightForFont, supporting method +metricsOfFont in CPStringDrawing and CPPlatformString, and Font Metrics Explorer test app.
2010-08-27 14:32:03 -04:00
CPPlatformWindow+DOM.j
Fixed: if a text field in a modal window was clicked, it would become deselected. This prevented text selection by dragging or by double click. The problem was that the DOM event guard was always enabled when a modal window was on screen and this prevented the normal mouse event pass through to the text field input element.
2010-09-14 15:38:45 -04:00
CPPlatformWindow+DOMKeys.j
A whole bunch of textfield and key event fixes.
2009-12-02 17:14:47 -08:00