230 Messages
•
4K Points
Fri, Sep 2, 2011 12:47 AM
Solved
Lightroom: Labeling Problem when assigning Color Labels under a Filter on currently assigned Color Labels
LR 3.4.1 or 3.5RC, Win7 64-Bit:
When changing the color label (while a filter only showing images with an already existing color label is active), the change sometimes affects more than one image at a time.
Steps to reproduce:
This behaviour is sporadic, but often enouth it can be called reproducible. It can can occur on any given image in the set or not, sometimes it happens on the 1st image already, sometimes on the 2nd, 3rd or 4th and so on, sometimes not at all. I am able to reproduce it about every second time I try though.
I've recorded a little screen capture with showing the behaviour here. In the example, when assigning purple to Image3, Image3 and Image4 disappear from the filter, because Image3 looses its label and Image4 gets purple assingned to it.
Beat
When changing the color label (while a filter only showing images with an already existing color label is active), the change sometimes affects more than one image at a time.
Steps to reproduce:
- Create new catalog, set AutoAdvance off
- Import 6 images into the catalog
- Go to AllPhotographs view
- Select all 6 images using Ctrl-A
- Click on label Red in the toolbar
- Select Attribute Filter, only showing images labeled Red
- Select first image only
- Click on label Purple in the toolbar
-> Image1 disappears, because Purple was assigned which does not match filter Red
-> Selection is set to 2nd image automatically - Repeat for each of the 6 images
-> sometimes (often), 2 images disappear because Red is removed from the first image worked on, and Purple is assigned to the next image automatically.
This behaviour is sporadic, but often enouth it can be called reproducible. It can can occur on any given image in the set or not, sometimes it happens on the 1st image already, sometimes on the 2nd, 3rd or 4th and so on, sometimes not at all. I am able to reproduce it about every second time I try though.
I've recorded a little screen capture with showing the behaviour here. In the example, when assigning purple to Image3, Image3 and Image4 disappear from the filter, because Image3 looses its label and Image4 gets purple assingned to it.
Beat
Problems
•
Updated
9 years ago
4
16
Helpful Widget
How can we improve?
Tags
color label filter
Responses
Official Solution
benjamin_warde
Employee
•
477 Messages
•
10.7K Points
9 years ago
Thanks,
Ben
0
0
geoff_walker_2225610
Champion
•
221 Messages
•
4.1K Points
9 years ago
0
0
steve_sprengel
Champion
•
2.6K Messages
•
33.7K Points
9 years ago
GetCurrentImage().RemoveColorLabel(Red);
GetCurrentImage().AddColorLabel(Purple);
should be replaced with:
tempContext = GetCurrentImage();
tempContext.RemoveColorLabel(Red);
tempContext.AddColorLabel(Purple);
This ensures the image context of the RemoveColorLabel and AddColorLabel are the same image, even if the current image context has changed due to filter doing its job.
2
0
cletus_lee
126 Messages
•
2.6K Points
9 years ago
At that point the image in focus loses focus and the next image gets Focus (auto Advance)
In step 2 the image with focus gets assigned the new color label.
A partial workaround is to turn off Auto Advance
0
0
brett_hufziger
8 Messages
•
164 Points
9 years ago
0
0
steve_sprengel
Champion
•
2.6K Messages
•
33.7K Points
9 years ago
0
0
cletus_lee
126 Messages
•
2.6K Points
9 years ago
With Auto Advance ON select several images from the grid
Assign the color Red to these selected images
Deselect these images and select the first red labeled image.
Change its color to purple
The result: The selected image now has no label, the next image has a Purple label.
With Auto Advance OFF select several images from the grid
Assign the color Red to these selected images
Deselect these images and select the first red labeled image.
Change its color to purple
The result: The selected image now has a Purple Label, the next image is not selected
0
0
brett_hufziger
8 Messages
•
164 Points
9 years ago
1) It is really refreshing to see some actual people addressing this issue after over a month of dealing with Adobe technical support and feeling like I was on an island or at least had the worst malfunctioning computer / keyboard or mouse in the world
2) This problem did not seem to exist in earlier versions of Lightroom and it seems to be affecting a rudimentary function of the program that should not have changed through the versions, so it would make sense to me if someone in programming or QA would just take a look at the selection/flagging/labeling code and simply change it back to the way it used to be! Or am I simplifying the problem/solution?
0
0
brett_hufziger
8 Messages
•
164 Points
9 years ago
Is it possible to get this problem addressed/noticed by the 3.5 RC Adobe people to give it some visibility?
1
beat_gossweiler
230 Messages
•
4K Points
9 years ago
Beat
3
0
brett_hufziger
8 Messages
•
164 Points
9 years ago
In fact , you have inspired me to report another bug relating to the Stars and Color Label display, see http://feedback.photoshop.com/photosh...
0
0
brett_hufziger
8 Messages
•
164 Points
9 years ago
As I tried to emphasize before, this seems like a significant problem that MANY Lightroom users should be upset with because it defeats one of the prime purposes of using Lightroom, to be able to filter quickly and accurately.
I have been using the workaround (i.e. using the keypad) but the key problem with that is it limits the number of flags I can use (i.e. where is the purple color label key?)
Any thoughts?
0
0
lrsuer24
427 Messages
•
7.7K Points
9 years ago
This is a slightly disturbing bug because some photos may get the wrong label unnoticed - or even worse, get marked "rejected" leading to their later deletion. However, I was not able to reproduce this bug using the reject button - only using the color labels as described by the OP (didn't try the rating). But if someone uses color labels to categorize photos leading to their deletion, this may be an equally severe problem.
P.S. I don't think there is a label key for purple ;-)
0
0
wes_halton
4 Messages
•
114 Points
9 years ago
I think that the errors occured in in Lightroom 3 but they it always occurs in version 4
Using Develop mode
I label several images to one colour eg blue
In the filmstrip using the colour label filter select for example blue and purple which will still show all the images labelled as above
Using the colour buttons on the toolbar under the image, change the colour label of an image to purple, Since the filter is set to blue and purple the image should still be present in the filmstrip but it is missing
Searching for the image via other means eg filename I find that the colour label has been reset to none instead of changing to purple
This only happens if the colour change is done using the toolbar buttons, using any of the text menus that access the colour labels the problem doesn't occur.
The error is not limited to blue and purple labels
Am I missing something? Can anyone replicate this ?
regards
Wes
This reply was created from a merged topic originally titled
Lightroom: Problem using toolbar buttons to change colour labels.
0
0
lrsuer24
427 Messages
•
7.7K Points
9 years ago
0
0