Custom Query (1030 matches)
Results (826 - 828 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #895 | worksforme | Lion overlay scrollers can't be clicked in Hemlock windows | ||
| 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:
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 | ||
| 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 | ||
| 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
We should change the lisp to use the new struct stat, and instead define See the stat(2) man page. |
|||
