Page 1 of 1

Project Browser Selects something I didn't click

Posted: Wed Feb 24, 2021 10:04 pm
by trags3
Hi, I am having trouble with the Project Browser LC 9.6.1 Business Mac OS 10.15.4.
Everything works fine and then all of a sudden when I click on an item in the browser, an item 2 or 3 lines above is selected. It seems random to me and sometimes I am able to quit LC and restart and all is well again Sometimes NOT.
Any ideas?

Tom

Re: Project Browser Selects something I didn't click

Posted: Wed Feb 24, 2021 10:23 pm
by SparkOut
It's a bug (assuming it's the same as on Windows), should be fixed in a new release: https://quality.livecode.com/show_bug.cgi?id=22300

Re: Project Browser Selects something I didn't click

Posted: Wed Feb 24, 2021 11:16 pm
by trags3
Thanks Sparkout!
Glad to hear that it might not be something I am doing wrong this time!
Tom

Re: Project Browser Selects something I didn't click

Posted: Thu Feb 25, 2021 8:41 am
by SparkOut
Hmm, rereading your symptoms and comparing with the bug report and the fix, it's not clear whether it is the same problem after all. It could well be, and hope that the upcoming fix is the right solution, but see if you can test your bug recipe against the report to check if the cure is the right one for you.

Re: Project Browser Selects something I didn't click

Posted: Thu Feb 25, 2021 3:58 pm
by trags3
Hi Sparkout!
I looked at the video's on the you referenced above.
My problem has nothing to do with the right click.
I have a project open, go to the project browser to fix a problem with an object (size and /or position).
sometimes when I LEFT click in the object in the browser the object a couple of lines above gets selected.
It is a random error, but once that behavior begins it continues until I restart LC. I have successfully selected the object I wanted by choosing the object a couple of lines below the one I want to select.
Hope this helps.
By the way, I didn't have the problem all day yesterday or so far today.
Tom :D

Re: Project Browser Selects something I didn't click

Posted: Thu Feb 25, 2021 4:38 pm
by Klaus
The "Project Browser" in general needs a fix, actually lots of them!

I created a button to close and open it again in case it gets a "hiccup" and does really strange things:

Code: Select all

on mouseUp 
   if "revIDEProjectBrowser" is in the openstacks then
      close stack "revIDEProjectBrowser"
   else
      go stack "revIDEProjectBrowser"
   end if
end mouseUp

Re: Project Browser Selects something I didn't click

Posted: Thu Feb 25, 2021 7:48 pm
by trags3
I just had the same phenomena happen while editing a card> When I clicked on something on a card the cursor jumped above where I had clicked and selected something else if there was an object there. All ok after exit and restart LC .
Tom

Re: Project Browser Selects something I didn't click

Posted: Fri Feb 26, 2021 1:39 am
by PBH
Are you using more than one display?

This has been known to happen when extra displays are connected and the tops of the displays are not aligned in System Settings > Displays > Arrangement.

Paul

Re: Project Browser Selects something I didn't click

Posted: Fri Feb 26, 2021 3:39 am
by trags3
Hi Paul,
Only one display.
Macbook Air

Tom

Re: Project Browser Selects something I didn't click

Posted: Sat Mar 06, 2021 3:35 pm
by trags3
Hi All,
I think I discovered what the problem is.
At one time (maybe more) I had 2 open instances of LC in memory!
Advice to self and anyone else who might do that.
DON'T

Tom

Re: Project Browser Selects something I didn't click

Posted: Sat Mar 06, 2021 4:03 pm
by bogs
Hee hee, I do that all the time Image