emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug of mouse-face?


From: Kim F. Storm
Subject: Re: Bug of mouse-face?
Date: 17 Feb 2004 23:11:30 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Kenichi Handa <address@hidden> writes:

> (insert (propertize " a " 'face 'box-released 'mouse-face 'box-pressed)
>       " "
>       (propertize " b " 'face 'box-released 'mouse-face 'box-pressed)
>       " "
>       (propertize " c " 'face 'box-released 'mouse-face 'box-pressed)
>       " "
>       (propertize " d " 'face 'box-released 'mouse-face 'box-pressed))
> 
> When you move mouse from right to left on the line of "a" to
> "d" buttons, mouse-face works correctly (i.e. when mouse is
> on a button, the button is displayed with box-pressed face.
> But, when you move mouse from left to right, after "a" is
> displayed with box-pressed face, it doesn't change even if
> mouse moves right off from "a", and buttons "b" to "d"
> doesn't change face even if mouse is on it.


I have just installed a fix (to new version of fast_find_position).

-- 
Kim F. Storm  http://www.cua.dk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]