all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: 17331@debbugs.gnu.org
Subject: bug#17331: 24.4.50; `display' text property with mouse movement - tooltip not updated
Date: Wed, 23 Apr 2014 15:10:54 -0700 (PDT)	[thread overview]
Message-ID: <0a1111d1-d6a5-4df8-aaaf-bb37b0a0a823@default> (raw)

Put these lines in a buffer.

;; AAAAAAAAAAAAAAAAAAAAA
;; BBBBBBBBBBBBBBBBBBBBB

Use these sexps to add a `help-echo' property, with point on the first
line for the first sexp and point on the second line for the second
sexp.

(add-text-properties
 (line-beginning-position) (line-end-position)
 '(mouse-face highlight help-echo "1111111111111111"))

(add-text-properties
 (line-beginning-position) (line-end-position)
 '(mouse-face highlight help-echo "2222222222222222"))

Now move the mouse over the first line, then the second line, without
moving it outside the line text (i.e., keep it within the mouse-face
area).

When you move the mouse between the lines, the tooltip text changes, as
it should.

Now do the same thing, but using these sexps:

(add-text-properties
 (line-beginning-position) (line-end-position)
 '(mouse-face highlight help-echo
   (propertize " " 'display "1111111111111111")))

(add-text-properties
 (line-beginning-position) (line-end-position)
 '(mouse-face highlight help-echo
   (propertize " " 'display "2222222222222222")))

The tooltip does not change as it should.  To get it to change, you need
to move the mouse outside of the current line's propertized text before
moving it over the other line's text.

This is a bug, IMO, and should be fixed.  Tooltip info can be important.
Among other use cases, consider a tooltip that displays a thumbnail
image upon mouseover of an image file in Dired.

If you will not consider this a bug, please consider it an enhancement
request.


Add a `help-echo' property to some text.  Add a different `help-echo'
property to some text that is contiguous with it, or is directly above
or below it (different line), so you can move the mouse from one to the
other without moving it over text that does not have property
`help-echo'.



In GNU Emacs 24.4.50.1 (i686-pc-mingw32)
 of 2014-04-21 on ODIEONE
Bzr revision: 117005 dancol@dancol.org-20140421180019-po4wdeg7gqvvlh5d
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --prefix=/c/Devel/emacs/snapshot/trunk
 --enable-checking=yes,glyphs 'CFLAGS=-O0 -g3'
 LDFLAGS=-Lc:/Devel/emacs/lib 'CPPFLAGS=-DGC_MCHECK=1
 -Ic:/Devel/emacs/include''





             reply	other threads:[~2014-04-23 22:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-23 22:10 Drew Adams [this message]
2014-04-24 15:04 ` bug#17331: 24.4.50; `display' text property with mouse movement - tooltip not updated Eli Zaretskii
     [not found] <<0a1111d1-d6a5-4df8-aaaf-bb37b0a0a823@default>
     [not found] ` <<83eh0m93at.fsf@gnu.org>
2014-04-24 15:07   ` Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0a1111d1-d6a5-4df8-aaaf-bb37b0a0a823@default \
    --to=drew.adams@oracle.com \
    --cc=17331@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.