[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Rename file in repo browser problem

From: akuhtz <andreas.kuhtz_at_siemens.com>
Date: Thu, 19 Feb 2009 03:48:14 -0800 (PST)

I'm not sure but in the CRepositoryBrowser::OnLvnEndlabeleditRepolist
() the CWaitCursorEx wait_cursor; creates the wait cursor and when the
dialog input.DoModal() is displayed the cursor is not reset correctly.
Maybe it could help to move the wait_cursor into a scope where the
long operation is performed and have it destroyed when the dialog is
displayed with DoModal() .... ??? Unfortunately I don't have MSVC
installed to test it myself.

Andi

On Feb 18, 6:22 pm, Stefan Küng <tortoise..._at_gmail.com> wrote:
> akuhtz wrote:
> > Hi,
>
> > I found a problem in rename of a file in the repo browser. Steps to
> > reproduce:
> > * Press F2 to rename the file.
> > * Change the name of the file.
> > * Press Enter to confirm the rename -> dialog for commit message is
> > opened and user can open list of last comments.
> > * This works as expected.
>
> > The problem is if you click somewhere outside the rename box and do
> > not press Enter in the 3rd step. Then the recent messages list can't
> > be opened and the mouse cursor has the wait cursor and the Ok button
> > can't be pressed.
>
> > But if you click somewhere out of the Enter Log Message dialog and
> > come back to it the mouse cursor is no longer the wait cursor and it
> > behaves correct.
>
> That's a known problem. Unfortunately I have no idea what's causing it
> or how to fix it :(
>
> Stefan
>
> --
>        ___
>   oo  // \\      "De Chelonian Mobile"
>  (_,\/ \_/ \     TortoiseSVN
>    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
>    /_/   \_\    http://tortoisesvn.net
>
> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> To unsubscribe from this discussion, e-mail: [users-unsubscr..._at_tortoisesvn.tigris.org].
>
>  signature.asc
> < 1KViewDownload

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1191479

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-02-19 12:52:44 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.