Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (826 - 828 of 1030)

Ticket Resolution Summary Owner Reporter
#895 worksforme Lion overlay scrollers can't be clicked in Hemlock windows R. Matthew Emerson
Description

On Lion, it appears that overlay-style scroll bars can't be clicked in Hemlock editor windows. The clicks appear to go to the underlying text view, and they make a selection rather than scrolling the window content.

To reproduce:

  • open a file large enough to need scrolling
  • scroll by gesture so that the scroll bars appear
  • try to drag the scrollbar

Observe that the scrollbar cannot be grabbed.

Using "legacy" scrollbars works fine.

1.8-dev-r15098, Mac OS X 10.7.2. I see the behavior in both 32-bit and 64-bit lisps.

#919 fixed returning from backtrace crashes if the restarts dialog has been shown and then closed R. Matthew Emerson R. Matthew Emerson
Description

Terje Norderhaug reports:

Returning from backtrace fails if the Restarts dialog has been closed.

The reason is that ui-object-exit-backtrace-context attempts to #/close the (car (ccl::bt.restarts context)) even if that is a closed restarts sequence-window-controller.

See attached file.

#969 fixed update Darwin ports to use new struct stat R. Matthew Emerson R. Matthew Emerson
Description

In ticket:626, we talk about a change that Apple made to struct stat. (The main thing is that ino_t became 64 bits wide.)

As of Mac OS X 10.6, this new struct stat became the default. We work around this by defining _DARWIN_NO_64_BIT_INODE in the lisp kernel makefile and in the build script for generating the interface database for libc.

We should change the lisp to use the new struct stat, and instead define _DARWIN_USE_64_BIT_INODE if we want to keep running on Mac OS X 10.5.

See the stat(2) man page.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.