bug-gnu-pspp
[Top][All Lists]
Advanced

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

PSPP-BUG: [bug #38922] Row Header button selects wrong row if leftclick


From: Ben Pfaff
Subject: PSPP-BUG: [bug #38922] Row Header button selects wrong row if leftclick precedes rightclick
Date: Wed, 08 May 2013 05:24:33 +0000
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:10.0.12) Gecko/20100101 Firefox/10.0.12 Iceweasel/10.0.12

Follow-up Comment #1, bug #38922 (project pspp):

The problem is that when there's a PsppireCellRendererButton involved (e.g.
when you click on the cell), the GdkEventButton that the button-press-event
contains has x and y coordinates related to the button, as passed to
psppire_cell_renderer_button_press_event().  That function tries to propagate
the event up in the widget hierarchy with g_signal_stop_emission_by_name(),
which works OK except that the x and y coordinates are wrong.

I'm not sure whether the solution is to have the datasheet intercept
button-press-events on the PsppireCellRendererButton or to have
PsppireCellRendererButton translate coordinates before it propagates the event
upward.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38922>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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