* bug in gitk: history moves right when scrolling up and down with mouse wheel
@ 2011-01-07 10:55 Uwe Kleine-König
2011-01-07 18:44 ` Neal Kreitzinger
0 siblings, 1 reply; 5+ messages in thread
From: Uwe Kleine-König @ 2011-01-07 10:55 UTC (permalink / raw)
To: git
Hello,
I don't know yet how to reliably trigger that, but it feels scary.
If that help, it happens with the view
{karo {} ^linus/master {git for-each-ref --format='%(refname)' refs/remotes/customers/karo refs/heads/karo}}
If I knew how to record a video of my screen, I'd do this. Maybe
someone knows? Maybe this report is already enough?
Happens with Debian's git 1:1.7.2.3-2.2.
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: bug in gitk: history moves right when scrolling up and down with mouse wheel
2011-01-07 10:55 bug in gitk: history moves right when scrolling up and down with mouse wheel Uwe Kleine-König
@ 2011-01-07 18:44 ` Neal Kreitzinger
2011-01-07 20:22 ` Uwe Kleine-König
2011-01-07 20:24 ` Stefan Haller
0 siblings, 2 replies; 5+ messages in thread
From: Neal Kreitzinger @ 2011-01-07 18:44 UTC (permalink / raw)
To: Uwe Kleine-König; +Cc: git
On 1/7/2011 4:55 AM, Uwe Kleine-König wrote:
> Hello,
>
> I don't know yet how to reliably trigger that, but it feels scary.
>
> If that help, it happens with the view
>
> {karo {} ^linus/master {git for-each-ref --format='%(refname)' refs/remotes/customers/karo refs/heads/karo}}
>
> If I knew how to record a video of my screen, I'd do this. Maybe
> someone knows? Maybe this report is already enough?
>
> Happens with Debian's git 1:1.7.2.3-2.2.
>
Actually, I've wanted the ability to scroll left and right in the
history pane for quite a while. Resorting to shrinking the fontsize and
the other columns only goes so far when trying to see a list of
equivalent refs. If the ability to scroll left and right can be kept
that would be cool.
v/r,
Neal
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: bug in gitk: history moves right when scrolling up and down with mouse wheel
2011-01-07 18:44 ` Neal Kreitzinger
@ 2011-01-07 20:22 ` Uwe Kleine-König
2011-01-07 20:24 ` Stefan Haller
1 sibling, 0 replies; 5+ messages in thread
From: Uwe Kleine-König @ 2011-01-07 20:22 UTC (permalink / raw)
To: Neal Kreitzinger; +Cc: git
On Fri, Jan 07, 2011 at 12:44:18PM -0600, Neal Kreitzinger wrote:
> On 1/7/2011 4:55 AM, Uwe Kleine-König wrote:
>> Hello,
>>
>> I don't know yet how to reliably trigger that, but it feels scary.
>>
>> If that help, it happens with the view
>>
>> {karo {} ^linus/master {git for-each-ref --format='%(refname)' refs/remotes/customers/karo refs/heads/karo}}
>>
>> If I knew how to record a video of my screen, I'd do this. Maybe
>> someone knows? Maybe this report is already enough?
>>
>> Happens with Debian's git 1:1.7.2.3-2.2.
>>
>
> Actually, I've wanted the ability to scroll left and right in the
> history pane for quite a while. Resorting to shrinking the fontsize and
> the other columns only goes so far when trying to see a list of
> equivalent refs. If the ability to scroll left and right can be kept
> that would be cool.
you can press the middle mouse button and move it left/right to scroll
sideways. (This is standard for tcl/tk apps.) But this is not my problem.
I turn the scroll wheel and the window scrolls up and down (which is
expected and good). But at the same time parts of the *content* of the
window starts moving right and so make the (virtual) window broader.
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: bug in gitk: history moves right when scrolling up and down with mouse wheel
2011-01-07 18:44 ` Neal Kreitzinger
2011-01-07 20:22 ` Uwe Kleine-König
@ 2011-01-07 20:24 ` Stefan Haller
2011-01-08 0:17 ` Neal Kreitzinger
1 sibling, 1 reply; 5+ messages in thread
From: Stefan Haller @ 2011-01-07 20:24 UTC (permalink / raw)
To: Neal Kreitzinger, Uwe Kleine-König; +Cc: git
Neal Kreitzinger <nkreitzinger@gmail.com> wrote:
> Actually, I've wanted the ability to scroll left and right in the
> history pane for quite a while. Resorting to shrinking the fontsize and
> the other columns only goes so far when trying to see a list of
> equivalent refs. If the ability to scroll left and right can be kept
> that would be cool.
Interesting. On the Mac it *is* possible to scroll left and right, and
it absolutely drives me nuts, so I disabled it in my private build.
I guess it's ok with a mouse, where shift-wheel scrolls horizontally,
but on a track-pad with two-finger scrolling, where you can scroll both
horizontally and vertically with a single guesture, it is completely
undesirable.
--
Stefan Haller
Berlin, Germany
http://www.haller-berlin.de/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: bug in gitk: history moves right when scrolling up and down with mouse wheel
2011-01-07 20:24 ` Stefan Haller
@ 2011-01-08 0:17 ` Neal Kreitzinger
0 siblings, 0 replies; 5+ messages in thread
From: Neal Kreitzinger @ 2011-01-08 0:17 UTC (permalink / raw)
To: Stefan Haller; +Cc: Uwe Kleine-König, git
On 1/7/2011 2:24 PM, Stefan Haller wrote:
> Neal Kreitzinger<nkreitzinger@gmail.com> wrote:
>
>> Actually, I've wanted the ability to scroll left and right in the
>> history pane for quite a while. Resorting to shrinking the fontsize and
>> the other columns only goes so far when trying to see a list of
>> equivalent refs. If the ability to scroll left and right can be kept
>> that would be cool.
>
> Interesting. On the Mac it *is* possible to scroll left and right, and
> it absolutely drives me nuts, so I disabled it in my private build.
> I guess it's ok with a mouse, where shift-wheel scrolls horizontally,
> but on a track-pad with two-finger scrolling, where you can scroll both
> horizontally and vertically with a single guesture, it is completely
> undesirable.
>
I agree. What would be ideal is a left-right scroll bar like the
up-down scrollbar.
v/r,
Neal
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-01-08 0:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-07 10:55 bug in gitk: history moves right when scrolling up and down with mouse wheel Uwe Kleine-König
2011-01-07 18:44 ` Neal Kreitzinger
2011-01-07 20:22 ` Uwe Kleine-König
2011-01-07 20:24 ` Stefan Haller
2011-01-08 0:17 ` Neal Kreitzinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).